| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| H A D | bundle_util.cpp | 413 char *json = reinterpret_cast<char *>(AdapterMalloc(size)); in GetJsonStream() local
|
| /foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
| H A D | asset_loader.cpp | 375 auto json = json::parse(textIn.data()); in LoadJsonEntityCollection() local
|
| /foundation/graphic/graphic_3d/lume/LumeRender/src/device/ |
| H A D | shader_manager.h | 485 CORE_NS::json::value json; member
|
| /foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/src/util/ |
| H A D | io_util.cpp | 43 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 D | rs_profiler_dump.cpp | 103 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 D | common_utils.cpp | 69 ErrorCode ParseJson(const std::string &key, Plugin::Any &any, EffectJsonPtr &json) in ParseJson() argument
|
| /foundation/multimedia/image_effect/test/unittest/ |
| H A D | TestUtils.cpp | 227 Json *json = nullptr; in HWTEST_F() local
|
| /foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
| H A D | samgr_server_rpc.c | 686 char *json = (char *)SAMGR_Malloc(size * sizeof(char)); in GetJsonStream() local
|
| H A D | samgr_server.c | 576 char *json = (char *)SAMGR_Malloc(size * sizeof(char));
in GetJsonStream() local
|
| /foundation/communication/dsoftbus/core/connection/br/src/ |
| H A D | softbus_conn_br_connection.c | 609 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 D | connection_br_connection_test.cpp | 230 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 D | lnn_data_cloud_sync.c | 934 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 D | lnn_topo_manager.c | 220 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 D | trans_tcp_direct_message_append_test.cpp | 1638 cJSON *json = cJSON_CreateObject(); in HWTEST_F() local
|
| /foundation/communication/dsoftbus/core/authentication/src/ |
| H A D | auth_hichain.c | 172 cJSON *json = cJSON_Parse(errorReturn); in CheckErrReturnValidity() local [all...] |
| /foundation/communication/netmanager_base/frameworks/native/netconnclient/src/ |
| H A D | network_security_config.cpp | 321 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 D | component_loader.cpp | 110 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 D | kunit_tool_test.py | 15 import json namespace
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_progs.h | 117 FILE *json; member
|
| /test/testfwk/developer_test/src/core/driver/ |
| H A D | drivers.py | 19 import json namespace [all...] |
| /test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
| H A D | kit.py | 19 import json namespace [all...] |
| /test/testfwk/xdevice/src/xdevice/_core/executor/ |
| H A D | scheduler.py | 24 import json namespace
|
| /test/xts/device_attest/services/core/attest/ |
| H A D | attest_service_auth.c | 149 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 D | attest_service_auth.c | 168 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 D | dump.c | 233 struct json { struct
|