/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_session_message.c | 422 JsonObj *json = JSON_Parse((char *)decData, decDataLen); in IsDeviceMessagePacket() local
|
/foundation/communication/dsoftbus/core/connection/br/src/ |
H A D | softbus_conn_br_trans.c | 152 cJSON *json = cJSON_CreateObject(); in SerializeByJson() local [all...] |
/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_session_message_test.cpp | 82 JsonObj *json = JSON_CreateObject(); in HWTEST_F() local 375 JsonObj *json = JSON_CreateObject(); HWTEST_F() local 404 JsonObj *json = JSON_CreateObject(); HWTEST_F() local 435 JsonObj *json = JSON_CreateObject(); HWTEST_F() local 487 JsonObj *json = JSON_CreateObject(); HWTEST_F() local 509 JsonObj *json = JSON_CreateObject(); HWTEST_F() local [all...] |
H A D | auth_net_ledger_mock.cpp | 173 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, in GetJsonObjectStringItem() argument
|
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/ |
H A D | connection_ble_manager_mock.cpp | 200 bool GetJsonObjectSignedNumberItem(const cJSON *json, const char * const str, int32_t *target) in GetJsonObjectSignedNumberItem() argument 205 bool GetJsonObjectNumber16Item(const cJSON *json, const char * const str, uint16_t *target) in GetJsonObjectNumber16Item() argument 38 ActionOfGetdelta( const cJSON *json, const char * const str, int32_t *target) ActionOfGetdelta() argument 49 ActionOfGetPeerRc1( const cJSON *json, const char * const str, int32_t *target) ActionOfGetPeerRc1() argument 60 ActionOfGetPeerRc0( const cJSON *json, const char * const str, int32_t *target) ActionOfGetPeerRc0() argument [all...] |
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_p2p_mock_test.cpp | 150 cJSON *json = cJSON_CreateObject(); in TestTransCreateJson() local 496 cJSON *json = TestTransCreateJson(); in HWTEST_F() local 596 cJSON *json = TestTransCreateJson(); HWTEST_F() local 643 cJSON *json = TestTransCreateJson(); HWTEST_F() local 680 cJSON *json = TestTransCreateJson(); HWTEST_F() local 767 cJSON *json = cJSON_CreateObject(); HWTEST_F() local [all...] |
H A D | trans_tcp_direct_p2p_test.cpp | 330 cJSON *json = cJSON_Parse(msg.c_str()); in HWTEST_F() local
|
H A D | trans_server_tcp_direct_test.cpp | 676 cJSON *json = cJSON_Parse(str.c_str()); in HWTEST_F() local
|
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/ |
H A D | trans_udp_nego_test.cpp | 496 cJSON *json = cJSON_CreateObject(); in HWTEST_F() local
|
/foundation/communication/dsoftbus/core/connection/ble/src/ |
H A D | softbus_conn_ble_trans.c | 417 cJSON *json = cJSON_CreateObject(); in BleCtrlMsgSerializeByJson() local [all...] |
/foundation/deviceprofile/device_info_manager/services/core/src/staticcapabilityloader/ |
H A D | static_capability_loader.cpp | 162 cJSON* json = GetStaticInfoJsonByVersion(staticInfoJson, staticVersion); in GetStaticInfoByVersion() local [all...] |
/foundation/communication/nfc/services/src/notification/ |
H A D | nfc_notification.cpp | 81 cJSON *json = cJSON_Parse(content.c_str());
in UpdateResourceMap() local [all...] |
/foundation/ability/idl_tool/idl_tool_2/ |
H A D | build_hdi_files_info.py | 18 import json namespace
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image_animator/ |
H A D | image_animator_pattern.cpp | 380 void ImageAnimatorPattern::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const
in ToJsonValue() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
H A D | marquee_pattern.cpp | 621 void MarqueePattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/ |
H A D | canvas_paint_method.cpp | 432 void CanvasPaintMethod::GetSimplifyDumpInfo(std::unique_ptr<JsonValue>& json) in GetSimplifyDumpInfo() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | decoration.cpp | 580 ToJsonValue( std::unique_ptr<JsonValue>& json, const NG::InspectorFilter& filter, std::string key) const ToJsonValue() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_declarative_group_js_bridge.cpp | 310 shared_ptr<JsValue> json = global->GetProperty(runtime, "JSON"); in SerializationObjectToString() local
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
H A D | jsi_group_js_bridge.cpp | 437 shared_ptr<JsValue> json = global->GetProperty(runtime, "JSON"); in SerializationObjectToString() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/badge/ |
H A D | badge_test_ng.cpp | 176 auto json = JsonUtil::Create(true); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | nav_bar_test_ng.cpp | 263 auto json = JsonUtil::Create(true); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
H A D | search_test_ng.cpp | 451 std::unique_ptr<JsonValue> json = std::make_unique<JsonValue>(); in HWTEST_F() local 571 std::unique_ptr<JsonValue> json = std::make_unique<JsonValue>(); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/dialog/ |
H A D | dialog_model_test_ng.cpp | 810 auto json = JsonUtil::Create(true); in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/menu/ |
H A D | menuitem_test_ng.cpp | 544 auto json = JsonUtil::Create(true); in HWTEST_F() local 572 auto json = JsonUtil::Create(true); HWTEST_F() local 587 auto json = JsonUtil::Create(true); HWTEST_F() local 608 auto json = JsonUtil::Create(true); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/select/ |
H A D | select_pattern_test_controlsize_ng.cpp | 574 auto json = JsonUtil::Create(true); in HWTEST_F() local 622 auto json = JsonUtil::Create(true); in HWTEST_F() local 667 auto json = JsonUtil::Create(true); HWTEST_F() local [all...] |