Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/utils/test/unittest/common/histreamer_ability_parser/
H A Dhistreamer_ability_parser_test.cpp100cJSON_ReplaceItemInObject(json, MIME.c_str(), cJSON_CreateString(AUDIO_ENCODEROUT_MIME.c_str()));
105cJSON_ReplaceItemInObject(json, AD_MPEG_VER.c_str(), cJSON_CreateNumber((double)AD_MPEG_VER_VALUE)…
134cJSON_ReplaceItemInObject(jsonObject, NAME.c_str(), cJSON_CreateString(AUDIO_ENCODER_NAME.c_str())…
166cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(AUDIO_DECODERIN_MIME.c_str(…
190cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(AUDIO_DECODEROUT_MIME.c_str…
214cJSON_ReplaceItemInObject(jsonObject, NAME.c_str(), cJSON_CreateString(AUDIO_DECODER_NAME.c_str())…
250cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(VIDEO_ENCODERIN_MIME.c_str(…
293cJSON_ReplaceItemInObject(jsonObject, NAME.c_str(), cJSON_CreateString(VIDEO_ENCODER_NAME.c_str())…
329cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(VIDEO_DECODERIN_MIME.c_str(…
353cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(VIDEO_DECODEROUT_MIME.c_str…
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/
H A Djson_util.cpp418 if (!cJSON_ReplaceItemInObject(object_, key, child)) { in Replace()
466 if (!cJSON_ReplaceItemInObject(object_, key, child)) { in Replace()
483 if (!cJSON_ReplaceItemInObject(object_, key, child)) { in Replace()
500 if (!cJSON_ReplaceItemInObject(object_, key, child)) { in Replace()
517 if (!cJSON_ReplaceItemInObject(object_, key, jsonObject)) { in Replace()
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/include/
H A DcJSON.h64 cJSON_bool cJSON_ReplaceItemInObject(cJSON* object, const char* string, cJSON* newitem);
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/
H A Dnativetoken_json_oper.c230 if (!cJSON_ReplaceItemInObject(record, strKey, strArrJson)) { in UpdateStrArrayType()
252 if (!cJSON_ReplaceItemInObject(record, APL_KEY_NAME, itemApl)) { in UpdateItemcontent()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/ui_session/
H A Dui_session_json_util.cpp158 if (!cJSON_ReplaceItemInObject(object_, key, child)) { in Replace()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/
H A Dserializable.h137 cJSON_ReplaceItemInObject(node, name.c_str(), subNode); in SetValueToObject()
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/
H A DcJSON.c282 cJSON_bool cJSON_ReplaceItemInObject(cJSON*object, const char *string, cJSON*newitem) in cJSON_ReplaceItemInObject() function
/ohos5.0/base/customization/enterprise_device_management/services/edm_plugin/src/
H A Dset_browser_policies_plugin.cpp188 cJSON_ReplaceItemInObject(policies, appid.c_str(), cJSON_CreateString(policyString.c_str())); in SetPolicy()
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dgt_bundle_manager_service.cpp979 …if (!cJSON_ReplaceItemInObject(installRecordJson, JSON_SUB_KEY_JSENGINE_VERSION, jsEngineVerObj)) { in TransformJsToBcWhenRestart()
1027 … if (!cJSON_ReplaceItemInObject(installRecordObj, JSON_SUB_KEY_TRANSFORM_RESULT, resultObj)) { in TransformJsToBc()