mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-20 23:55:24 -04:00
sync code
Signed-off-by: shilei <shilei91@huawei.com> Change-Id: Iba524445184a82a30e1a1b66ced9e1dd71312316
This commit is contained in:
@@ -82,6 +82,14 @@ extern "C" {
|
||||
*/
|
||||
void ClearElement(ElementName *element);
|
||||
|
||||
/**
|
||||
* @brief Delete <b>ElementName</b>.
|
||||
*
|
||||
* After {@link AbilityInfo} is queried, clear the internal data of an <b>ElementName</b> if it is no longer required.
|
||||
* @param element Indicates the pointer to the <b>ElementName</b> to clear.
|
||||
*/
|
||||
void DeleteElement(ElementName *element);
|
||||
|
||||
/**
|
||||
* @brief Sets the device ID used to query {@link AbilityInfo}.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user