Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_common.h199 const char JSON_SUB_KEY_JSENGINE_VERSION[] = "JsEngineVersion"; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp955 … cJSON *oldJsEngineVerObj = cJSON_GetObjectItem(installRecordJson, JSON_SUB_KEY_JSENGINE_VERSION); in TransformJsToBcWhenRestart()
971 … if (!cJSON_AddItemToObject(installRecordJson, JSON_SUB_KEY_JSENGINE_VERSION, jsEngineVerObj)) { in TransformJsToBcWhenRestart()
979 …if (!cJSON_ReplaceItemInObject(installRecordJson, JSON_SUB_KEY_JSENGINE_VERSION, jsEngineVerObj)) { in TransformJsToBcWhenRestart()
H A Dbundle_util.cpp602 …(cJSON_AddStringToObject(root, JSON_SUB_KEY_JSENGINE_VERSION, installRecord.jsEngineVersion) == nu… in ConvertInstallRecordToJson()