Home
last modified time | relevance | path

Searched refs:JSON_SUB_KEY_CODEPATH (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h196 const char JSON_SUB_KEY_CODEPATH[] = "codePath"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp468 cJSON *item = cJSON_GetObjectItem(object, JSON_SUB_KEY_CODEPATH); in CheckBundleJsonIsValid()
611 (cJSON_AddStringToObject(root, JSON_SUB_KEY_CODEPATH, installRecord.codePath) == nullptr)) { in ConvertInstallRecordToJson()