Searched refs:JSON_SUB_KEY_JSENGINE_VERSION (Results 1 – 3 of 3) sorted by relevance
199 const char JSON_SUB_KEY_JSENGINE_VERSION[] = "JsEngineVersion"; variable
955 … 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()
602 …(cJSON_AddStringToObject(root, JSON_SUB_KEY_JSENGINE_VERSION, installRecord.jsEngineVersion) == nu… in ConvertInstallRecordToJson()