/ohos5.0/foundation/distributedhardware/distributed_audio/audiohandler/src/ |
H A D | daudio_handler.cpp | 57 cJSON *sampleArray = cJSON_CreateArray(); in AddItemsToObject() 64 cJSON *channelArray = cJSON_CreateArray(); in AddItemsToObject() 71 cJSON *formatsArray = cJSON_CreateArray(); in AddItemsToObject() 79 cJSON *sampleArray = cJSON_CreateArray(); in AddItemsToObject() 86 cJSON *channelArray = cJSON_CreateArray(); in AddItemsToObject() 93 cJSON *formatsArray = cJSON_CreateArray(); in AddItemsToObject()
|
/ohos5.0/foundation/multimodalinput/input/service/key_command/test/ |
H A D | key_command_handler_util_test.cpp | 124 cJSON* preKey = cJSON_CreateArray(); 162 cJSON* preKey = cJSON_CreateArray(); 181 cJSON* preKey = cJSON_CreateArray(); 327 cJSON* preKey = cJSON_CreateArray(); 347 cJSON* preKey = cJSON_CreateArray(); 365 cJSON* preKey = cJSON_CreateArray(); 383 cJSON* preKey = cJSON_CreateArray(); 402 cJSON* preKey = cJSON_CreateArray(); 765 cJSON* params = cJSON_CreateArray(); 836 cJSON* params = cJSON_CreateArray(); [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/ |
H A D | b_json_service_disposal_config_other_test.cpp | 95 … EXPECT_CALL(*cJsonMock, cJSON_CreateArray()).WillOnce(Return(reinterpret_cast<cJSON *>(&cjson))); 144 EXPECT_CALL(*cJsonMock, cJSON_CreateArray()).WillOnce(Return(nullptr)); 171 … EXPECT_CALL(*cJsonMock, cJSON_CreateArray()).WillOnce(Return(reinterpret_cast<cJSON *>(&cjson))); 211 … EXPECT_CALL(*cJsonMock, cJSON_CreateArray()).WillOnce(Return(reinterpret_cast<cJSON *>(&cjson)));
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_handler/histreamer_ability_querier/src/ |
H A D | histreamer_ability_querier.cpp | 162 cJSON *sampleRateJson = cJSON_CreateArray(); in ToJson() 258 cJSON *audioEncoderInsJson = cJSON_CreateArray(); in ToJson() 273 cJSON *audioEncoderOutsJson = cJSON_CreateArray(); in ToJson() 384 cJSON *channelLayoutJson = cJSON_CreateArray(); in ToJson() 425 cJSON *sampleFormatsJson = cJSON_CreateArray(); in ToJson() 467 cJSON *audioDecoderInsJson = cJSON_CreateArray(); in ToJson() 592 cJSON *pixelFmtJson = cJSON_CreateArray(); in ToJson() 660 cJSON *videoEncoderInsJson = cJSON_CreateArray(); in ToJson() 790 cJSON *fmtJson = cJSON_CreateArray(); in ToJson() 834 cJSON *fmtJson = cJSON_CreateArray(); in ToJson() [all …]
|
/ohos5.0/base/startup/init/test/unittest/init/ |
H A D | sandbox_unittest.cpp | 83 cJSON *mJsonMtBdPth = cJSON_CreateArray(); // mount-bind-paths in MakeSandboxJson() 84 cJSON *mJsonMtBdFl = cJSON_CreateArray(); // mount-bind-files in MakeSandboxJson() 85 cJSON *mJsonSymLk = cJSON_CreateArray(); // symbol-links in MakeSandboxJson() 86 cJSON *mJsonMtBdPthItmSdxFlg = cJSON_CreateArray(); // mount-bind-paths items sandbox-flags in MakeSandboxJson()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/cJson/include/ |
H A D | cJsonMock.h | 28 virtual cJSON *cJSON_CreateArray() = 0; 51 MOCK_METHOD0(cJSON_CreateArray, cJSON *());
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/handler/src/ |
H A D | dcamera_handler.cpp | 179 cJSON *array = cJSON_CreateArray(); in CreateAVCodecList() 242 cJSON *modeArray = cJSON_CreateArray(); in CreateDHItem() 357 cJSON* array = cJSON_CreateArray(); in ConfigFormatphoto() 364 cJSON* array = cJSON_CreateArray(); in ConfigFormatphoto() 391 cJSON* array = cJSON_CreateArray(); in ConfigFormatvideo() 398 cJSON* array = cJSON_CreateArray(); in ConfigFormatvideo()
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/cJson/src/ |
H A D | cJsonMock.cpp | 97 CJSON_PUBLIC(cJSON *) cJSON_CreateArray(void) in cJSON_CreateArray() function 99 return CJson::cJsonPtr->cJSON_CreateArray(); in cJSON_CreateArray()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | wifi_statistic.cpp | 108 cJSON *stationArray = cJSON_CreateArray(); in GetSoftApInfo() 153 cJSON *gcArray = cJSON_CreateArray(); in GetP2PInfo()
|
/ohos5.0/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/ |
H A D | netfirewall_default_rule_parser_test.cpp | 58 cJSON *localIps = cJSON_CreateArray(); 75 cJSON *array = cJSON_CreateArray();
|
/ohos5.0/base/customization/enterprise_device_management/common/native/include/ |
H A D | cjson_check.h | 44 (obj) = cJSON_CreateArray(); \
|
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/task/export/ |
H A D | export_json_file_writer.cpp | 165 cJSON* eventsJsonArray = cJSON_CreateArray(); in CreateEventsJsonArray() 170 cJSON* dataJsonArray = cJSON_CreateArray(); in CreateEventsJsonArray() 297 cJSON* domainsJsonArray = cJSON_CreateArray(); in Write()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_capture_info_cmd.cpp | 34 cJSON *captureInfos = cJSON_CreateArray(); in Marshal() 52 cJSON *captureSettings = cJSON_CreateArray(); in Marshal()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/ |
H A D | static_capability_loader_test.cpp | 195 …ON_AddItemToObject(staticCapabilityJson, STATIC_CAPABILITY_ATTRIBUTE.c_str(), cJSON_CreateArray()); 211 cJSON *staticCapabilities = cJSON_CreateArray(); 418 cJSON_AddItemToObject(staticInfoJson, "StaticInfo", cJSON_CreateArray()); 434 cJSON *staticInfos = cJSON_CreateArray(); 707 cJSON *staticCapabilityItems = cJSON_CreateArray();
|
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/include/ |
H A D | cJSON.h | 57 cJSON* cJSON_CreateArray(void);
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_file.cpp | 278 cJSON *quotaPolicy = cJSON_CreateArray(); in AddQuotaPolicy() 309 cJSON *uidPolicy = cJSON_CreateArray(); in AddUidPolicy() 340 cJSON *deniedListArr = cJSON_CreateArray(); in AddFirewallRule() 341 cJSON *allowedListArr = cJSON_CreateArray(); in AddFirewallRule()
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/ |
H A D | convert_utils.cpp | 331 cJSON *roots = cJSON_CreateArray(); in GetJsonBundleInfos() 356 cJSON *jsonModuleInfos = cJSON_CreateArray(); in GetJsonModuleInfos() 462 cJSON *jsonMetaData = cJSON_CreateArray(); in GetJsonModuleInfoMetaData() 495 cJSON *jsonDeviceType = cJSON_CreateArray(); in GetJsonModuleInfoDeviceType() 519 cJSON *jsonAbilityInfos = cJSON_CreateArray(); in GetJsonAbilityInfos()
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/src/b_jsonutil/ |
H A D | b_jsonutil.cpp | 129 cJSON *details = cJSON_CreateArray(); in AddUnicastInfo() 317 cJSON *arrJson = cJSON_CreateArray(); in BuildExtensionErrInfo() 421 cJSON *infos = cJSON_CreateArray(); in BuildBundleInfoJson()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentmanager/ |
H A D | component_privacy.cpp | 67 cJSON *jsonArrayMsg = cJSON_CreateArray(); in HandlePullUpPage() 96 cJSON *jsonArrayMsg = cJSON_CreateArray(); in HandleClosePage()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/common/src/interfaces/ |
H A D | dp_sync_options.cpp | 83 cJSON* jsonArr = cJSON_CreateArray(); in dump()
|
/ohos5.0/base/security/access_token/interfaces/innerkits/nativetoken/src/ |
H A D | nativetoken_json_oper.c | 120 cJSON *strJsonArr = cJSON_CreateArray(); in AddStrArrayInfo() 210 cJSON *strArrJson = cJSON_CreateArray(); in UpdateStrArrayType()
|
/ohos5.0/foundation/communication/netmanager_ext/services/vpnmanager/src/ |
H A D | networkvpn_service.cpp | 470 cJSON *jVecAddrs = cJSON_CreateArray(); in ParseConfigToJson() 478 cJSON *jVecRoutes = cJSON_CreateArray(); in ParseConfigToJson() 489 cJSON *jVecDnsAddrs = cJSON_CreateArray(); in ParseConfigToJson() 495 cJSON *jVecDomains = cJSON_CreateArray(); in ParseConfigToJson() 501 cJSON *jVecAcceptApp = cJSON_CreateArray(); in ParseConfigToJson() 507 cJSON *jVecRefuseApp = cJSON_CreateArray(); in ParseConfigToJson()
|
/ohos5.0/base/inputmethod/imf/services/json/include/ |
H A D | serializable.h | 72 auto array = cJSON_CreateArray(); in SetValue()
|
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/ |
H A D | usb_driver_info.cpp | 26 cJSON* array = cJSON_CreateArray(); in SetArrayToObj()
|
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/contentsensormanager/ |
H A D | syscap_info_collector.cpp | 91 cJSON* osSyscapJsonData = cJSON_CreateArray(); in AddOsSyscapToJson()
|