Home
last modified time | relevance | path

Searched defs:json (Results 476 - 500 of 1016) sorted by relevance

1...<<11121314151617181920>>...41

/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dbt_statistic.cpp75 int32_t BtStatistic::GetBtStatisticInfo(cJSON *json) in GetBtStatisticInfo() argument
126 void BtStatistic::GetGattDeviceInfo(cJSON *json, uint32_t gattId) in GetGattDeviceInfo() argument
96 AddDevicesToArray( cJSON *json, const std::vector<OHOS::Bluetooth::BluetoothRemoteDevice>& devices, uint32_t profileId) AddDevicesToArray() argument
138 GetGattClientDeviceInfo(cJSON *json) GetGattClientDeviceInfo() argument
143 GetGattServerDeviceInfo(cJSON *json) GetGattServerDeviceInfo() argument
148 GetBleAdvertiserDeviceInfo(cJSON *json) GetBleAdvertiserDeviceInfo() argument
153 GetBleCentralDeviceInfo(cJSON *json) GetBleCentralDeviceInfo() argument
158 GetBleGattDeviceInfo(cJSON *json) GetBleGattDeviceInfo() argument
163 GetA2dpSrcDeviceInfo(cJSON *json) GetA2dpSrcDeviceInfo() argument
170 GetA2dpSinkDeviceInfo(cJSON *json) GetA2dpSinkDeviceInfo() argument
177 GetAvrCTDeviceInfo(cJSON *json) GetAvrCTDeviceInfo() argument
184 GetAvrTGDeviceInfo(cJSON *json) GetAvrTGDeviceInfo() argument
191 GetHfpAGDeviceInfo(cJSON *json) GetHfpAGDeviceInfo() argument
198 GetHfpHFDeviceInfo(cJSON *json) GetHfpHFDeviceInfo() argument
205 GetMapMseDeviceInfo(cJSON *json) GetMapMseDeviceInfo() argument
212 GetPbapPseDeviceInfo(cJSON *json) GetPbapPseDeviceInfo() argument
219 GetHidHostDeviceInfo(cJSON *json) GetHidHostDeviceInfo() argument
226 GetOppDeviceInfo(cJSON *json) GetOppDeviceInfo() argument
233 GetPanDeviceInfo(cJSON *json) GetPanDeviceInfo() argument
[all...]
/foundation/deviceprofile/device_info_manager/common/src/interfaces/
H A Ddp_subscribe_info.cpp149 cJSON* json = cJSON_CreateObject(); in dump() local
H A Daccessee.cpp147 cJSON* json = cJSON_CreateObject(); in dump() local
[all...]
H A Daccesser.cpp147 cJSON* json = cJSON_CreateObject(); in dump() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dserializable_test.cpp299 auto json = to_string(in.Marshall()); in HWTEST_F() local
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/
H A Dcomponent_loader_test.cpp459 cJSON *json = cJSON_CreateObject(); in HWTEST_F() local
479 cJSON *json = cJSON_CreateObject(); in HWTEST_F() local
500 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
522 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
545 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
569 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
594 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
620 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
647 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
675 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
704 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
727 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
740 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
754 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
769 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
796 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
829 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
861 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
901 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
914 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
928 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
943 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
959 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
975 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
988 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
1002 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
1017 cJSON *json = cJSON_CreateObject(); HWTEST_F() local
[all...]
/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dservice_test.cpp70 string json = "[{\"infos\":[{" in Init() local
/foundation/communication/dsoftbus/adapter/common/json/nlohmann/
H A Dsoftbus_adapter_json.cpp33 nlohmann::json *json = new (std::nothrow) nlohmann::json(); in JSON_CreateObject() local
50 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); in JSON_Delete() local
73 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_PrintUnformatted() local
100 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_Parse() local
125 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_AddBoolToObject() local
140 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_GetBoolFromOject() local
161 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_AddIntegerToObject() local
177 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_GetIntegerFromObject() local
239 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_AddStringToObject() local
254 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_GetStringFromOject() local
279 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_AddStringArrayToObject() local
298 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_GetStringArrayFromOject() local
338 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_AddBytesToObject() local
353 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_GetBytesFromObject() local
381 nlohmann::json *json = reinterpret_cast<nlohmann::json *>(obj->context); JSON_IsArrayExist() local
[all...]
/kernel/linux/linux-5.10/tools/cgroup/
H A Diocost_coef_gen.py23 import json namespace
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py4 import json namespace
/kernel/linux/linux-6.6/tools/workqueue/
H A Dwq_monitor.py40 import json namespace
/kernel/linux/linux-6.6/tools/cgroup/
H A Diocost_coef_gen.py23 import json namespace
/test/testfwk/developer_test/local_coverage/resident_service/
H A Dinit_gcov.py22 import json namespace
[all...]
/test/testfwk/arkxtest/uitest/cj/
H A Dui_event_observer_impl.cpp115 auto json = nlohmann::json::parse(str); in CreateElementInfo() local
/test/testfwk/developer_test/src/core/build/
H A Dbuild_testcases.py21 import json namespace
/test/testfwk/developer_test/libs/benchmark/report/
H A Dgenerate_report.py19 import json namespace
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py22 import json namespace
/test/testfwk/developer_test/local_coverage/code_coverage/
H A Dmultiprocess_code_coverage.py20 import json namespace
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py21 import json namespace
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Djsunit_driver.py22 import json namespace
/test/xts/tools/lite/build/
H A Dutils.py22 import json namespace
[all...]
/test/xts/tools/build/
H A Dsuite.py28 import json namespace
[all...]
/third_party/gn/infra/
H A Drecipes.py29 import json namespace
/third_party/astc-encoder/Test/
H A Dastc_trace_analysis.py28 import json namespace
/third_party/cJSON/tests/
H A Dold_utils_tests.c55 const char *json= in json_pointer_tests() local

Completed in 17 milliseconds

1...<<11121314151617181920>>...41