mirror of
https://github.com/openharmony/bundlemanager_bundle_framework_lite.git
synced 2026-07-19 20:23:33 -04:00
sync code
Signed-off-by: shilei <shilei91@huawei.com> Change-Id: Iba524445184a82a30e1a1b66ced9e1dd71312316
This commit is contained in:
@@ -42,6 +42,11 @@ void ClearElement(ElementName *element)
|
||||
AdapterFree(element->abilityName);
|
||||
}
|
||||
|
||||
void DeleteElement(ElementName *element)
|
||||
{
|
||||
AdapterFree(element);
|
||||
}
|
||||
|
||||
bool SetElementDeviceID(ElementName *element, const char *deviceId)
|
||||
{
|
||||
if (element == nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user