Home
last modified time | relevance | path

Searched defs:jsonArray (Results 1 – 25 of 35) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dalertdialog_composed_element.cpp53 auto jsonArray = JsonUtil::CreateArray(true); in Show() local
99 auto jsonArray = JsonUtil::CreateArray(true); in GetConfirm() local
142 auto jsonArray = JsonUtil::CreateArray(true); in GetPrimaryButton() local
160 auto jsonArray = JsonUtil::CreateArray(true); in GetSecondaryButton() local
Dactionsheetdialog_composed_element.cpp54 auto jsonArray = JsonUtil::CreateArray(true); in Show() local
98 auto jsonArray = JsonUtil::CreateArray(true); in GetConfirm() local
133 auto jsonArray = JsonUtil::CreateArray(true); in GetSheets() local
Dcustomdialog_composed_element.cpp53 auto jsonArray = JsonUtil::CreateArray(true); in Open() local
Dimage_animator_composed_element.cpp131 auto jsonArray = JsonUtil::CreateArray(true); in GetImages() local
/foundation/multimedia/audio_framework/frameworks/native/audioutils/src/
Ddfx_utils.cpp66 nlohmann::json jsonArray; in SerializeToJSONString() local
84 nlohmann::json jsonArray; in SerializeToJSONString() local
/foundation/multimedia/av_session/services/session/server/migrate/
Dmigrate_avsession_proxy.cpp343 cJSON* jsonArray = cJSON_GetObjectItem(jsonData, MEDIA_AVAILABLE_DEVICES_LIST); in GetAvailableDevices() local
371 cJSON* jsonArray = cJSON_GetObjectItem(jsonData, MEDIA_AVAILABLE_DEVICES_LIST); in GetPreferredOutputDeviceForRendererInfo() local
580 void DevicesJsonArrayToVector(cJSON* jsonArray, AudioDeviceDescriptors& devices) in DevicesJsonArrayToVector()
618 cJSON* jsonArray = cJSON_GetObjectItem(jsonValue, MEDIA_AVAILABLE_DEVICES_LIST); in ProcessAvailableDevices() local
641 cJSON* jsonArray = cJSON_GetObjectItem(jsonValue, MEDIA_AVAILABLE_DEVICES_LIST); in ProcessPreferredOutputDevice() local
Dmigrate_avsession_server.cpp563 bool MigrateAVSessionServer::ConvertSessionDescriptorsToCJSON(cJSON* jsonArray, int32_t& descriptor… in ConvertSessionDescriptorsToCJSON()
595 bool MigrateAVSessionServer::ConvertReleaseSessionToCJSON(cJSON* jsonArray, in ConvertReleaseSessionToCJSON()
632 bool MigrateAVSessionServer::ConvertHisSessionDescriptorsToCJSON(cJSON* jsonArray, in ConvertHisSessionDescriptorsToCJSON()
672 cJSON* jsonArray = SoftbusSessionUtils::GetNewCJSONArray(); in ConvertHistorySessionListToStr() local
732 cJSON* jsonArray = SoftbusSessionUtils::GetNewCJSONArray(); in GenerateClearAVSessionMsg() local
757 cJSON* jsonArray = SoftbusSessionUtils::GetNewCJSONArray(); in GenerateClearHistorySessionMsg() local
805 cJSON* jsonArray = SoftbusSessionUtils::GetNewCJSONArray(); in ConvertControllersToStr() local
Dmigrate_avsession_server_for_next.cpp617 cJSON* jsonArray = SoftbusSessionUtils::GetNewCJSONArray(); in ConvertAudioDeviceDescriptorsToJson() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/fuzztest/medialibrarycloudmediajsonhelper_fuzzer/
Dmedialibrarycloudmediajsonhelper_fuzzer.cpp49 Json::Value jsonArray(Json::arrayValue); in JsonHelperTest() local
/foundation/multimedia/av_session/services/session/server/softbus/
Dsoftbus_session_utils.h104 static inline bool AddJsonArrayToJson(cJSON*& item, const char* key, cJSON*& jsonArray) in AddJsonArrayToJson()
118 static inline bool AddJsonToJsonArray(cJSON*& jsonArray, int32_t index, cJSON*& item) in AddJsonToJsonArray()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/progress/
Dprogress_paint_property.cpp91 auto jsonArray = JsonUtil::CreateArray(true); in ToJsonGradientColor() local
/foundation/arkui/ace_engine/frameworks/core/common/recorder/
Dnode_data_cache.cpp147 auto jsonArray = JsonUtil::CreateArray(true); in PutStringArray() local
177 auto jsonArray = JsonUtil::CreateArray(true); in PutMultiple() local
Devent_recorder.cpp141 auto jsonArray = JsonUtil::CreateArray(true); in SetTextArray() local
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
Dmedialibrary_backgroud_task_continue_clone.cpp103 nlohmann::json jsonArray = nlohmann::json::parse(content, nullptr, false); in GetCloneTimestamp() local
Dmedialibrary_meta_recovery.cpp909 json jsonArray = json::array(); in WritePhotoAlbumToFile() local
935 json jsonArray; in ReadPhotoAlbumFromFile() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
Dslider_paint_property.h71 auto jsonArray = JsonUtil::CreateArray(true); in GradientToJson() local
/foundation/multimedia/image_framework/plugins/manager/src/framework/
Djson_helper.cpp127 const json &jsonArray = GetJsonElement(jsonObject, key, result); in GetArraySize() local
/foundation/filemanagement/app_file_service/utils/src/b_json/
Db_json_service_disposal_config.cpp50 cJSON *jsonArray = cJSON_CreateArray(); in BJsonDisposalConfig() local
Db_json_clear_data_config.cpp53 cJSON *jsonArray = cJSON_CreateArray(); in BJsonClearDataConfig() local
/foundation/filemanagement/storage_service/services/storage_daemon/utils/
Dstorage_statistics_radar.cpp95 cJSON *jsonArray = cJSON_CreateArray(); in CreateJsonString() local
/foundation/distributeddatamgr/data_object/frameworks/jskitsimpl/collaboration_edit/src/
Dnapi_parser.cpp129 json jsonArray = json::parse(nodeJsonStr); in ParseJsonStrToJsChildren() local
161 json jsonArray = json::parse(nodeJsonStr); in ParseJsonStrToJsUpdateNode() local
/foundation/communication/dsoftbus/core/common/security/permission/common/
Dpermission_entry.c453 cJSON *jsonArray = cJSON_Parse(g_permissonJson); in LoadPermissionJson() local
546 cJSON *jsonArray = cJSON_Parse(g_lnnPermissonJson); in LoadLnnPermissionJson() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/common_napi_utils/
Dcommon_napi_utils.cpp398 auto jsonArray = JsonUtil::CreateArray(true); in ParseColorFromResource() local
470 auto jsonArray = JsonUtil::CreateArray(true); in GetDimensionResult() local
/foundation/communication/dsoftbus/core/authentication/applykey/
Dauth_apply_key_manager.c219 cJSON *jsonArray = cJSON_CreateArray(); in PackAllApplyKey() local
/foundation/arkui/ace_engine/component_ext/ext_common/
Dext_napi_utils.cpp323 auto jsonArray = JsonUtil::CreateArray(true); in ParseColorFromResource() local

12