Home
last modified time | relevance | path

Searched defs:json (Results 376 - 400 of 904) sorted by relevance

1...<<11121314151617181920>>...37

/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_sub_tab_bar_style_test_ng.cpp1215 std::unique_ptr<JsonValue> json = std::make_unique<JsonValue>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/property/
H A Dgrid_property_test_ng.cpp245 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_test.cpp1986 auto json = JsonUtil::Create(true); in HWTEST_F() local
2015 auto json = JsonUtil::Create(true); in HWTEST_F() local
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/serialization/backend/
H A Djson_input.cpp200 auto json = CORE_NS::json::parse(data.data()); Process() local
[all...]
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H A Ddevices_info_interact.cpp132 nlohmann::json json; in PutMLDeviceInfos() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_p2p_info.c47 cJSON *json = cJSON_CreateObject(); in LnnGetP2pInfoMsg() local
92 cJSON *json = cJSON_CreateObject(); LnnGetWifiDirectAddrMsg() local
112 JsonObj *json = JSON_Parse((char *)msg, len); LnnParseP2pInfoMsg() local
153 JsonObj *json = JSON_Parse((char *)msg, len); LnnParseWifiDirectAddrMsg() local
[all...]
H A Dlnn_device_info_recovery_virtual.c111 int32_t LnnPackCloudSyncDeviceInfo(cJSON *json, const NodeInfo *cloudSyncInfo) in LnnPackCloudSyncDeviceInfo() argument
118 int32_t LnnUnPackCloudSyncDeviceInfo(cJSON *json, NodeInfo *cloudSyncInfo) in LnnUnPackCloudSyncDeviceInfo() argument
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync_deps_mock.cpp59 int32_t LnnPackCloudSyncDeviceInfo(cJSON *json, const NodeInfo *cloudSyncInfo) in LnnPackCloudSyncDeviceInfo() argument
64 int32_t LnnUnPackCloudSyncDeviceInfo(cJSON *json, NodeInfo *cloudSyncInfo) in LnnUnPackCloudSyncDeviceInfo() argument
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_pending_packet.c184 int32_t ConnBrOnAckRequest(ConnBrConnection *connection, const cJSON *json) in ConnBrOnAckRequest() argument
232 int32_t ConnBrOnAckResponse(ConnBrConnection *connection, const cJSON *json) in ConnBrOnAckResponse() argument
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_mock.cpp39 bool AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) in AddNumberToJsonObject() argument
84 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectSignedNumberItem() argument
/foundation/communication/dsoftbus/core/common/json_utils/
H A Dsoftbus_json_utils.c24 int32_t GetStringItemByJsonObject(const cJSON *json, const char * const string, char *target, in GetStringItemByJsonObject() argument
49 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, in GetJsonObjectStringItem() argument
74 bool GetJsonObjectNumberItem(const cJSON *json, const char * const string, int32_t *target) in GetJsonObjectNumberItem() argument
89 bool GetJsonObjectSignedNumberItem(const cJSON *json, cons argument
104 GetJsonObjectDoubleItem(const cJSON *json, const char * const string, double *target) GetJsonObjectDoubleItem() argument
119 GetJsonObjectNumber16Item(const cJSON *json, const char * const string, uint16_t *target) GetJsonObjectNumber16Item() argument
134 GetJsonObjectNumber64Item(const cJSON *json, const char * const string, int64_t *target) GetJsonObjectNumber64Item() argument
149 GetJsonObjectSignedNumber64Item(const cJSON *json, const char * const string, int64_t *target) GetJsonObjectSignedNumber64Item() argument
164 GetJsonObjectInt32Item(const cJSON *json, const char * const string, int32_t *target) GetJsonObjectInt32Item() argument
179 GetJsonObjectBoolItem(const cJSON *json, const char * const string, bool *target) GetJsonObjectBoolItem() argument
194 AddStringToJsonObject(cJSON *json, const char * const string, const char *value) AddStringToJsonObject() argument
212 AddStringArrayToJsonObject(cJSON *json, const char * const string, const char * const *strings, int32_t count) AddStringArrayToJsonObject() argument
232 AddNumber16ToJsonObject(cJSON *json, const char * const string, uint16_t num) AddNumber16ToJsonObject() argument
251 AddNumberToJsonObject(cJSON *json, const char * const string, int32_t num) AddNumberToJsonObject() argument
270 AddNumber64ToJsonObject(cJSON *json, const char * const string, int64_t num) AddNumber64ToJsonObject() argument
289 AddBoolToJsonObject(cJSON *json, const char * const string, bool value) AddBoolToJsonObject() argument
308 GetDynamicStringItemByJsonObject(const cJSON * const json, const char * const string, uint32_t limit) GetDynamicStringItemByJsonObject() argument
340 AddIntArrayToJsonObject(cJSON *json, const char *string, const int32_t *array, int32_t arrayLen) AddIntArrayToJsonObject() argument
358 GetJsonObjectIntArrayItem(const cJSON *json, const char *string, int32_t *array, int32_t arrayLen) GetJsonObjectIntArrayItem() argument
[all...]
/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

Completed in 18 milliseconds

1...<<11121314151617181920>>...37