| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | json.c | 479 void json_free(struct json_token *json) in json_free() argument 491 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member() argument 506 json_get_member_base64url(struct json_token *json, const char *name) json_get_member_base64url() argument [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | json.c | 481 void json_free(struct json_token *json) in json_free() argument 493 struct json_token * json_get_member(struct json_token *json, const char *name) in json_get_member() argument 508 json_get_member_base64url(struct json_token *json, const char *name) json_get_member_base64url() argument 531 json_get_member_base64(struct json_token *json, const char *name) json_get_member_base64() argument 603 json_add_int(struct wpabuf *json, const char *name, int val) json_add_int() argument 609 json_add_string(struct wpabuf *json, const char *name, const char *val) json_add_string() argument 615 json_add_string_escape(struct wpabuf *json, const char *name, const void *val, size_t len) json_add_string_escape() argument 631 json_add_base64url(struct wpabuf *json, const char *name, const void *val, size_t len) json_add_base64url() argument 645 json_add_base64(struct wpabuf *json, const char *name, const void *val, size_t len) json_add_base64() argument 659 json_start_object(struct wpabuf *json, const char *name) json_start_object() argument 667 json_end_object(struct wpabuf *json) json_end_object() argument 673 json_start_array(struct wpabuf *json, const char *name) json_start_array() argument 681 json_end_array(struct wpabuf *json) json_end_array() argument 687 json_value_sep(struct wpabuf *json) json_value_sep() argument [all...] |
| /third_party/skia/third_party/externals/angle2/scripts/ |
| H A D | process_angle_perf_results.py | 15 import json namespace [all...] |
| /arkcompiler/ets_runtime/test/aotjsperftest/ |
| H A D | run_js_test.py | 22 import json
namespace
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| H A D | helpers.py | 19 import json namespace
|
| H A D | report.py | 21 import json namespace
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | debugger_returns_test.cpp | 103 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 163 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 213 std::unique_ptr<PtJson> json; in HWTEST_F_L0() local 229 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 243 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 266 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 289 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 302 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 330 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 354 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 371 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 383 std::unique_ptr<PtJson> json; HWTEST_F_L0() local 412 std::unique_ptr<PtJson> json; HWTEST_F_L0() local [all...] |
| /arkcompiler/toolchain/build/compile_script/ |
| H A D | ark.py | 22 import json namespace
|
| /base/customization/enterprise_device_management/interfaces/kits/device_settings/src/ |
| H A D | device_settings_addon.cpp | 481 cJSON *json = cJSON_Parse(jsStr.c_str()); in JsStrToPowerScene() local 497 cJSON *json = cJSON_Parse(jsStr.c_str()); in JsStrToPowerPolicy() local 525 cJSON *json = nullptr; ConvertPowerPolicyToJsStr() local [all...] |
| /base/customization/enterprise_device_management/interfaces/kits/security_manager/src/ |
| H A D | security_manager_addon.cpp | 253 cJSON *json = nullptr; in ConvertDeviceEncryptionToJson() local
|
| /base/security/device_auth/services/identity_manager/src/ |
| H A D | credential_operator.c | 274 CJson *json = CreateJsonFromString(reqJsonStr); in DecodeRequestParam() local [all...] |
| /base/security/device_auth/test/unittest/deviceauth/source/ |
| H A D | p2p_bind_ipc_test.cpp | 115 CJson *json = CreateJson(); in OnAuthRequestDirectTmp() local 126 CJson *json = CreateJson(); in OnAuthRequestDirect() local 188 CJson *json = CreateJson(); CreateServerKeyPair() local 236 CJson *json = CreateJson(); DeleteServerKeyPair() local 282 CJson *json = CreateJson(); ProcessCredentialDemo() local 317 CJson *json = CreateJson(); ProcessCredentialDemoImport() local [all...] |
| /base/security/device_security_level/oem_property/common/ |
| H A D | dslm_credential_utils.c | 353 static bool ParsePublicKeyAttestation(DslmJsonHandle json, uint32_t attestationIndex, PublicKeyAttestation *attestation) in ParsePublicKeyAttestation() argument 402 DslmJsonHandle json = NULL; in SplitCredentialAttestationList() local 467 GetDataFromJson(DslmJsonHandle json, const char *paramKey, char *dest, uint32_t destLen) GetDataFromJson() argument 496 DslmJsonHandle json = DslmCreateJson((char *)buffer); CredentialCbToDslmCredInfo() local [all...] |
| /base/security/dlp_permission_service/services/dlp_permission/sa/adapt/ |
| H A D | sandbox_json_manager.cpp | 392 void SandboxJsonManager::RetentionInfoToJson(Json& json, const RetentionInfo& info) const
in RetentionInfoToJson() argument
|
| /base/startup/init/services/init/ |
| H A D | init_group_manager.c | 85 cJSON *json = GetArrayItem(root, &itemNumber, itemName);
in ParseGroupCfgItem() local
|
| /base/startup/appspawn/service/hnp/base/ |
| H A D | hnp_json.c | 73 static int ParseJsonStreamToHnpCfgInfo(cJSON *json, HnpCfgInfo *hnpCfg) in ParseJsonStreamToHnpCfgInfo() argument 127 cJSON *json; in ParseHnpCfgFile() local 149 cJSON *json; HnpCfgGetFromSteam() local 182 HnpInstallHapExistCheck(const char *hnpPackageName, cJSON *json, cJSON **hapItemOut, int *hapIndex) HnpInstallHapExistCheck() argument 228 HnpPackageVersionUpdateAll(cJSON *json, const HnpCfgInfo *hnpCfg) HnpPackageVersionUpdateAll() argument 252 HnpHapJsonWrite(cJSON *json) HnpHapJsonWrite() argument 272 HnpHapJsonHnpAdd(bool hapExist, cJSON *json, cJSON *hapItem, const char *hnpPackageName, const HnpCfgInfo *hnpCfg) HnpHapJsonHnpAdd() argument 330 cJSON *json = NULL; HnpInstallInfoJsonWrite() local 377 HnpOtherPackageInstallCheck(const char *name, const char *version, int packageIndex, cJSON *json) HnpOtherPackageInstallCheck() argument 437 cJSON *json = cJSON_Parse(infoStream); HnpPackageJsonGet() local 455 cJSON *json = NULL; HnpPackageInfoGet() local 519 cJSON *json = cJSON_Parse(infoStream); HnpPackageInfoHnpDelete() local 560 cJSON *json = cJSON_Parse(infoStream); HnpPackageInfoDelete() local 613 cJSON *json = cJSON_Parse(infoStream); HnpCurrentVersionGet() local 657 cJSON *json = cJSON_Parse(infoStream); HnpCurrentVersionUninstallCheck() local [all...] |
| /base/security/security_component_manager/frameworks/security_component/src/ |
| H A D | sec_comp_base.cpp | 66 bool SecCompBase::ParseDimension(const nlohmann::json& json, const std::string& tag, DimensionT& res) in ParseDimension() argument 77 bool SecCompBase::ParseColor(const nlohmann::json& json, const std::string& tag, SecCompColor& res) in ParseColor() argument 88 ParseBool(const nlohmann::json& json, const std::string& tag, bool& res) ParseBool() argument 99 ParseString(const nlohmann::json& json, const std::string& tag, std::string& res) ParseString() argument 110 ParsePadding(const nlohmann::json& json, const std::string& tag, PaddingSize& res) ParsePadding() argument 133 ParseColors(const nlohmann::json& json, const std::string& tag) ParseColors() argument 152 ParseBorders(const nlohmann::json& json, const std::string& tag) ParseBorders() argument 162 ParseSize(const nlohmann::json& json, const std::string& tag) ParseSize() argument 189 ParseParent(const nlohmann::json& json, const std::string& tag) ParseParent() argument 220 ParseRect(const nlohmann::json& json, const std::string& tag, SecCompRect& rect) ParseRect() argument 360 nlohmann::json json; ToJsonStr() local 390 ParseStyle(const nlohmann::json& json, const std::string& tag) ParseStyle() argument [all...] |
| /base/security/security_component_manager/services/security_component_service/sa/sa_main/ |
| H A D | sec_comp_manager.cpp | 571 nlohmann::json json; in DumpSecComp() local
|
| /base/startup/appspawn/test/moduletest/ |
| H A D | appspawn_test_cmder.cpp | 146 uint32_t AppSpawnTestCommander::GetUint32ArrayFromJson(const cJSON *json, in GetUint32ArrayFromJson() argument 317 static uint32_t GetMsgTypeFromJson(const cJSON *json) in GetMsgTypeFromJson() argument
|
| /base/startup/appspawn/util/src/ |
| H A D | appspawn_utils.c | 278 cJSON *json = cJSON_Parse(buffer); in GetJsonObjFromFile() local
|
| /base/update/packaging_tools/ |
| H A D | utils.py | 20 import json
namespace
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
| H A D | distributed_ui.cpp | 101 std::unique_ptr<JsonValue>& json = (std::unique_ptr<JsonValue>&)array.front(); in ProcessSerializeableInputEvent() local 236 std::unique_ptr<JsonValue> json = NodeObject::Create(); in BypassEvent() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/folder_stack/ |
| H A D | folder_stack_pattern.cpp | 293 void FolderStackPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument 300 void FolderStackPattern::DumpSimplifyInfo(std::unique_ptr<JsonValue>& json) in DumpSimplifyInfo() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navrouter/ |
| H A D | navdestination_pattern.cpp | 455 void NavDestinationPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
| H A D | event_hub.h | 161 auto json = JsonUtil::Create(true); in GetDragExtraParams() local 175 virtual void ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const {} in ToJsonValue() argument 176 virtual void FromJson(const std::unique_ptr<JsonValue>& json) {} in FromJson() argument
|