Home
last modified time | relevance | path

Searched defs:json (Results 701 - 725 of 902) sorted by relevance

1...<<21222324252627282930>>...37

/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_util.cpp413 char *json = reinterpret_cast<char *>(AdapterMalloc(size)); in GetJsonStream() local
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dasset_loader.cpp375 auto json = json::parse(textIn.data()); in LoadJsonEntityCollection() local
/foundation/graphic/graphic_3d/lume/LumeRender/src/device/
H A Dshader_manager.h485 CORE_NS::json::value json; member
/foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/
H A Dio_util.cpp43 SerializationResult CheckCompatibility(const json::value& json, array_view<CompatibilityRange const> validVersions) in CheckCompatibility() argument
/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/
H A Drs_profiler_dump.cpp103 auto& json = out["Properties"]; in DumpNodeAbsoluteProperties() local
300 auto& json = out["Properties"]; DumpNodeProperties() local
[all...]
/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...]
/kernel/linux/linux-6.6/tools/testing/kunit/
H A Dkunit_tool_test.py15 import json namespace
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_progs.h117 FILE *json; member
/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

Completed in 32 milliseconds

1...<<21222324252627282930>>...37