Home
last modified time | relevance | path

Searched refs:JSON_SUB_KEY_PACKAGE (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp598 … if ((cJSON_AddStringToObject(root, JSON_SUB_KEY_PACKAGE, installRecord.bundleName) == nullptr) || in ConvertInstallRecordToJson()
686 if ((cJSON_AddStringToObject(uid, JSON_SUB_KEY_PACKAGE, installRecord.bundleName) == nullptr) || in AddUidAndGidInfo()
723 cJSON *innerBundleName = cJSON_GetObjectItemCaseSensitive(item, JSON_SUB_KEY_PACKAGE); in ConvertUidAndGidToJson()
749 cJSON *innerBundleName = cJSON_GetObjectItemCaseSensitive(uid, JSON_SUB_KEY_PACKAGE); in DeleteInnerUidInfoFromUidArray()
H A Dbundle_manager_service.cpp779 cJSON *innerBundleName = cJSON_GetObjectItemCaseSensitive(uid, JSON_SUB_KEY_PACKAGE); in RestoreUidAndGidMap()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h195 const char JSON_SUB_KEY_PACKAGE[] = "bundleName"; variable