Home
last modified time | relevance | path

Searched refs:JSON_MAIN_KEY (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_installer.cpp533 cJSON *son = cJSON_GetObjectItem(root, JSON_MAIN_KEY); in CheckIsThirdSystemBundle()
570 cJSON *son = cJSON_GetObjectItem(root, JSON_MAIN_KEY); in RecordThirdSystemBundle()
619 if (!cJSON_AddItemToObject(root, JSON_MAIN_KEY, son)) { in InitThirdSystemBundleRecord()
H A Dgt_bundle_installer.cpp647 cJSON *son = cJSON_GetObjectItem(root, JSON_MAIN_KEY); in CheckIsThirdSystemBundle()
680 cJSON *son = cJSON_GetObjectItem(root, JSON_MAIN_KEY); in RecordThirdSystemBundle()
718 if (!cJSON_AddItemToObject(root, JSON_MAIN_KEY, son)) { in InitThirdSystemBundleRecord()
H A Dbundle_manager_service.cpp543 cJSON *array = cJSON_GetObjectItem(object, JSON_MAIN_KEY); in CheckThirdSystemBundleHasUninstalled()
H A Dgt_bundle_manager_service.cpp1043 cJSON *array = cJSON_GetObjectItem(object, JSON_MAIN_KEY); in CheckThirdSystemBundleHasUninstalled()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h194 const char JSON_MAIN_KEY[] = "packages"; variable