Home
last modified time | relevance | path

Searched defs:json (Results 501 - 525 of 742) sorted by relevance

1...<<21222324252627282930

/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp131 auto json = JsonUtil::Create(true); in HWTEST_F() local
178 auto json in HWTEST_F() local
237 auto json = JsonUtil::Create(true); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp1810 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/indexer/
H A Dindexer_layout_test_ng.cpp342 auto json = JsonUtil::Create(true); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/option/
H A Doption_test_ng.cpp398 auto json = JsonUtil::Create(true); in HWTEST_F() local
420 auto json = JsonUtil::Create(true); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng_for_property_config.cpp670 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/grid_row/old_cases/
H A Dgrid_row_test_ng.cpp1588 auto json = JsonUtil::Create(true); in HWTEST_F() local
1654 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Disolated_pattern.cpp295 void IsolatedPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_node.h102 auto json = JsonUtil::Create(true); in ToString() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_surface.h94 virtual void DumpInfo(std::unique_ptr<JsonValue>& json) {} in DumpInfo() argument
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dcalendar_picker_modifier.cpp345 auto json = JsonUtil::ParseJsonString(date); in ParseDateByStr() local
/foundation/arkui/ace_engine/interfaces/napi/kits/mediaquery/
H A Djs_media_query.cpp124 auto json = MediaQueryInfo::GetMediaQueryJsonInfo(); in TriggerAllCallbacks() local
/foundation/barrierfree/accessibility/services/aams/src/
H A Dutils.cpp60 static bool GetStringFromJson(const nlohmann::json &json, const std::string &key, std::string &value) in GetStringFromJson() argument
74 GetStringVecFromJson(const nlohmann::json &json, const std::string &key, std::vector<std::string> &value) GetStringVecFromJson() argument
89 GetBoolFromJson(const nlohmann::json &json, const std::string &key, bool &value) GetBoolFromJson() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_test_ng.cpp179 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_test_ng.cpp180 auto json = JsonUtil::Create(true); in HWTEST_F() local
746 auto json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/EcsSerializer/src/ecs_serializer/
H A Decs_asset_loader.cpp348 auto json = json::parse(textIn.data()); in LoadJsonEntityCollection() local
/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_manager_test.cpp778 cJSON json = { 0 }; in HWTEST_F() local
817 cJSON json = { 0 }; in HWTEST_F() local
862 cJSON json = { 0 }; in HWTEST_F() local
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_session_message.c422 JsonObj *json = JSON_Parse((char *)decData, decDataLen); in IsDeviceMessagePacket() local
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_trans.c152 cJSON *json = cJSON_CreateObject(); in SerializeByJson() local
[all...]
/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_session_message_test.cpp82 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 Dauth_net_ledger_mock.cpp173 bool GetJsonObjectStringItem(const cJSON *json, const char * const string, char *target, in GetJsonObjectStringItem() argument
/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_manager_mock.cpp200 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 Dtrans_tcp_direct_p2p_mock_test.cpp150 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 Dtrans_tcp_direct_p2p_test.cpp330 cJSON *json = cJSON_Parse(msg.c_str()); in HWTEST_F() local
H A Dtrans_server_tcp_direct_test.cpp676 cJSON *json = cJSON_Parse(str.c_str()); in HWTEST_F() local
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/udp_negotiation/
H A Dtrans_udp_nego_test.cpp496 cJSON *json = cJSON_CreateObject(); in HWTEST_F() local

Completed in 32 milliseconds

1...<<21222324252627282930