Home
last modified time | relevance | path

Searched defs:json (Results 676 - 700 of 867) sorted by relevance

1...<<21222324252627282930>>...35

/foundation/multimedia/image_effect/frameworks/native/utils/common/
H A Dcommon_utils.cpp69 ErrorCode ParseJson(const std::string &key, Plugin::Any &any, EffectJsonPtr &json) in ParseJson() argument
/foundation/multimedia/image_effect/test/unittest/
H A DTestUtils.cpp227 Json *json = nullptr; in HWTEST_F() local
/foundation/systemabilitymgr/samgr_lite/samgr_server/source/
H A Dsamgr_server_rpc.c686 char *json = (char *)SAMGR_Malloc(size * sizeof(char)); in GetJsonStream() local
H A Dsamgr_server.c576 char *json = (char *)SAMGR_Malloc(size * sizeof(char)); in GetJsonStream() local
/foundation/communication/dsoftbus/core/connection/br/src/
H A Dsoftbus_conn_br_connection.c609 int32_t ConnBrOnReferenceRequest(ConnBrConnection *connection, const cJSON *json) in ConnBrOnReferenceRequest() argument
626 int32_t ConnBrOnReferenceResponse(ConnBrConnection *connection, const cJSON *json) in ConnBrOnReferenceResponse() argument
/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_connection_test.cpp230 const cJSON *json = nullptr; in HWTEST_F() local
298 const cJSON *json = nullptr; in HWTEST_F() local
/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/
H A Dlnn_data_cloud_sync.c934 cJSON *json = cJSON_Parse(value); in LnnDBDataChangeSyncToCacheInner() local
1042 static int32_t PackBroadcastCipherKeyInner(cJSON *json, NodeInfo *info) in PackBroadcastCipherKeyInner() argument
1080 cJSON *json in ProcessSyncToDB() local
[all...]
H A Dlnn_topo_manager.c220 static int32_t PackCommonTopoMsg(cJSON **json, cJSON **info) in PackCommonTopoMsg() argument
291 cJSON *json = NULL; PackOneLnnRelation() local
456 ProcessTopoUpdateInfo(cJSON *json, const char *networkId, const uint8_t *msg, uint32_t len) ProcessTopoUpdateInfo() argument
507 cJSON *json = NULL; OnReceiveTopoUpdateMsg() local
[all...]
/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/
H A Dtrans_tcp_direct_message_append_test.cpp1638 cJSON *json = cJSON_CreateObject(); in HWTEST_F() local
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_hichain.c172 cJSON *json = cJSON_Parse(errorReturn); in CheckErrReturnValidity() local
[all...]
/foundation/communication/netmanager_base/frameworks/native/netconnclient/src/
H A Dnetwork_security_config.cpp321 std::string json; in GetConfig() local
375 static std::string json = GetJsonProfile(); in GetJsonFromBundle() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp110 int32_t ParseComponent(const cJSON *json, CompConfig &cfg) in ParseComponent() argument
135 int32_t ParseSource(const cJSON *json, CompConfi argument
155 ParseSink(const cJSON *json, CompConfig &cfg) ParseSink() argument
175 ParseResourceDesc(const cJSON *json, CompConfig &cfg) ParseResourceDesc() argument
201 from_json(const cJSON *json, CompConfig &cfg) from_json() argument
[all...]
/test/testfwk/developer_test/src/core/driver/
H A Ddrivers.py19 import json namespace
[all...]
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py19 import json namespace
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dscheduler.py24 import json namespace
/test/xts/device_attest/services/core/attest/
H A Dattest_service_auth.c149 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult() argument
164 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult() argument
179 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult() argument
194 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetai argument
216 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); ParseSoftwareResultDetail() local
687 ParseErrcode(const cJSON* json, AuthResult* authResult) ParseErrcode() argument
705 ParseAuthStats(const cJSON* json, AuthResult* authResult) ParseAuthStats() argument
737 ParseTicket(const cJSON* json, AuthResult* authResult) ParseTicket() argument
769 ParseTokenValue(const cJSON* json, AuthResult* authResult) ParseTokenValue() argument
801 ParseTokenId(const cJSON* json, AuthResult* authResult) ParseTokenId() argument
896 ParseAuthResultRespImpl(cJSON *json, AuthResult* authResult, AuthStatus* authStatus) ParseAuthResultRespImpl() argument
944 cJSON* json = cJSON_Parse(msg); ParseAuthResultResp() local
[all...]
/test/xts/device_attest_lite/services/core/attest/
H A Dattest_service_auth.c168 static int32_t ParseVersionIdResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseVersionIdResult() argument
183 static int32_t ParsePatchLevelResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParsePatchLevelResult() argument
198 static int32_t ParseRootHashResult(const cJSON* json, SoftwareResultDetail* softwareResultDetail) in ParseRootHashResult() argument
213 static int32_t ParsePcidResult(const cJSON* json, SoftwareResultDetai argument
235 cJSON* json = cJSON_GetObjectItem(root, "softwareResultDetail"); ParseSoftwareResultDetail() local
707 ParseErrcode(const cJSON* json, AuthResult* authResult) ParseErrcode() argument
725 ParseAuthStats(const cJSON* json, AuthResult* authResult) ParseAuthStats() argument
757 ParseTicket(const cJSON* json, AuthResult* authResult) ParseTicket() argument
789 ParseTokenValue(const cJSON* json, AuthResult* authResult) ParseTokenValue() argument
821 ParseTokenId(const cJSON* json, AuthResult* authResult) ParseTokenId() argument
916 ParseAuthResultRespImpl(cJSON *json, AuthResult* authResult, AuthStatus* authStatus) ParseAuthResultRespImpl() argument
964 cJSON* json = cJSON_Parse(msg); ParseAuthResultResp() local
[all...]
/third_party/alsa-utils/alsaucm/
H A Ddump.c233 struct json { struct
/third_party/node/deps/v8/tools/release/
H A Dcommon_includes.py34 import json namespace
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Djson.cc18 namespace json { namespace
1000 Status ConvertCBORToJSONTmpl(span<uint8_t> cbor, C* json) { in ConvertCBORToJSONTmpl() argument
1007 ConvertCBORToJSON(span<uint8_t> cbor, std::vector<uint8_t>* json) ConvertCBORToJSON() argument
1011 ConvertCBORToJSON(span<uint8_t> cbor, std::string* json) ConvertCBORToJSON() argument
1016 ConvertJSONToCBORTmpl(span<T> json, std::vector<uint8_t>* cbor) ConvertJSONToCBORTmpl() argument
1023 ConvertJSONToCBOR(span<uint8_t> json, std::vector<uint8_t>* cbor) ConvertJSONToCBOR() argument
1027 ConvertJSONToCBOR(span<uint16_t> json, std::vector<uint8_t>* cbor) ConvertJSONToCBOR() argument
[all...]
/third_party/node/deps/v8/third_party/test262-harness/src/
H A Dtest262.py24 import json namespace
/third_party/node/deps/v8/tools/mb/
H A Dmb.py19 import json namespace
[all...]
/third_party/node/deps/v8/tools/
H A Drun_perf.py110 import json namespace
[all...]
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc697 std::string json = in TEST() local
900 std::string json = "{\\"msg\\": \\"Hello, world.\\"}"; TEST() local
1318 namespace json { global() namespace
1539 std::string json = "{\\"foo\\": 42}"; TEST_F() local
1555 std::string json = "{\\"foo\\": \\"a\\x7f\\"}"; TEST_F() local
1567 std::string json = "\\n {\\n\\"msg\\"\\n: \\v\\"Hello, world.\\"\\t\\r}\\t"; TEST_F() local
1579 std::string json = "{\\"foo\\": {\\"bar\\": {\\"baz\\": 1}, \\"bar2\\": 2}}"; TEST_F() local
1599 std::string json = "{\\"foo\\": 3.1415, \\"bar\\": 31415e-4}"; TEST_F() local
1614 std::string json = "{\\"msg\\": \\"Hello, \\\\uD83C\\\\uDF0E.\\"}"; TEST_F() local
1631 std::vector<uint16_t> json = TEST_F() local
1652 std::string json = TEST_F() local
1677 std::string json = "{\\"foo\\": 3.1415} junk"; TEST_F() local
1687 std::string json; MakeNestedJson() local
1743 std::string json = ""; TEST_F() local
1751 std::string json = "|"; TEST_F() local
1760 std::string json = "1E9223372036854775807"; TEST_F() local
1769 std::string json = "\\"foo\\\\x22\\""; TEST_F() local
1777 std::string json = "[1,2,]"; TEST_F() local
1785 std::string json = "[1,2 2"; TEST_F() local
1795 std::string json = "{\\"foo\\": 3.1415, \\"bar: 31415e-4}"; TEST_F() local
1803 std::string json = "{\\"foo\\", 42}"; TEST_F() local
1811 std::string json = "{\\"foo\\": 42, }"; TEST_F() local
1820 std::string json = "{\\"foo\\": 3.1415: \\"bar\\": 0}"; TEST_F() local
1828 std::string json = "}"; TEST_F() local
1879 std::string json = "{\\"msg\\":\\"Hello, \\\\ud83c\\\\udf0e.\\",\\"lst\\":[1,2,3]}"; TYPED_TEST() local
[all...]
H A Dencoding.h443 namespace json { namespace
[all...]

Completed in 36 milliseconds

1...<<21222324252627282930>>...35