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 D | histreamer_ability_parser_test.cpp | 100 … cJSON_ReplaceItemInObject(json, MIME.c_str(), cJSON_CreateString(AUDIO_ENCODEROUT_MIME.c_str())); 105 …cJSON_ReplaceItemInObject(json, AD_MPEG_VER.c_str(), cJSON_CreateNumber((double)AD_MPEG_VER_VALUE)… 134 …cJSON_ReplaceItemInObject(jsonObject, NAME.c_str(), cJSON_CreateString(AUDIO_ENCODER_NAME.c_str())… 166 …cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(AUDIO_DECODERIN_MIME.c_str(… 190 …cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(AUDIO_DECODEROUT_MIME.c_str… 214 …cJSON_ReplaceItemInObject(jsonObject, NAME.c_str(), cJSON_CreateString(AUDIO_DECODER_NAME.c_str())… 250 …cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(VIDEO_ENCODERIN_MIME.c_str(… 293 …cJSON_ReplaceItemInObject(jsonObject, NAME.c_str(), cJSON_CreateString(VIDEO_ENCODER_NAME.c_str())… 329 …cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(VIDEO_DECODERIN_MIME.c_str(… 353 …cJSON_ReplaceItemInObject(jsonObject, MIME.c_str(), cJSON_CreateString(VIDEO_DECODEROUT_MIME.c_str… [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/json/ |
H A D | json_util.cpp | 418 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 D | cJSON.h | 64 cJSON_bool cJSON_ReplaceItemInObject(cJSON* object, const char* string, cJSON* newitem);
|
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/ |
H A D | nativetoken_json_oper.c | 230 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 D | ui_session_json_util.cpp | 158 if (!cJSON_ReplaceItemInObject(object_, key, child)) { in Replace()
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/framework/include/serializable/ |
H A D | serializable.h | 137 cJSON_ReplaceItemInObject(node, name.c_str(), subNode); in SetValueToObject()
|
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/ |
H A D | cJSON.c | 282 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 D | set_browser_policies_plugin.cpp | 188 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 D | gt_bundle_manager_service.cpp | 979 …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()
|