Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp933 cJSON *installRecordJson = BundleUtil::GetJsonStream(bundleJsonPath); in TransformJsToBcWhenRestart() local
934 if (installRecordJson == nullptr) { in TransformJsToBcWhenRestart()
941 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()
949 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()
955 … cJSON *oldJsEngineVerObj = cJSON_GetObjectItem(installRecordJson, JSON_SUB_KEY_JSENGINE_VERSION); in TransformJsToBcWhenRestart()
958 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()
966 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()
974 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()
982 cJSON_Delete(installRecordJson); in TransformJsToBcWhenRestart()
988 TransformJsToBc(codePath, bundleJsonPath, installRecordJson); in TransformJsToBcWhenRestart()
[all …]