Home
last modified time | relevance | path

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

1...<<21222324252627282930>>...41

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Djson.c479 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 Djson.c481 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 Dprocess_angle_perf_results.py15 import json namespace
[all...]
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_test.py22 import json namespace
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/
H A Dhelpers.py19 import json namespace
H A Dreport.py21 import json namespace
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_returns_test.cpp103 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 Dark.py22 import json namespace
/base/customization/enterprise_device_management/interfaces/kits/device_settings/src/
H A Ddevice_settings_addon.cpp481 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 Dsecurity_manager_addon.cpp253 cJSON *json = nullptr; in ConvertDeviceEncryptionToJson() local
/base/security/device_auth/services/identity_manager/src/
H A Dcredential_operator.c274 CJson *json = CreateJsonFromString(reqJsonStr); in DecodeRequestParam() local
[all...]
/base/security/device_auth/test/unittest/deviceauth/source/
H A Dp2p_bind_ipc_test.cpp115 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 Ddslm_credential_utils.c353 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 Dsandbox_json_manager.cpp392 void SandboxJsonManager::RetentionInfoToJson(Json& json, const RetentionInfo& info) const in RetentionInfoToJson() argument
/base/startup/init/services/init/
H A Dinit_group_manager.c85 cJSON *json = GetArrayItem(root, &itemNumber, itemName); in ParseGroupCfgItem() local
/base/startup/appspawn/service/hnp/base/
H A Dhnp_json.c73 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 Dsec_comp_base.cpp66 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 Dsec_comp_manager.cpp571 nlohmann::json json; in DumpSecComp() local
/base/startup/appspawn/test/moduletest/
H A Dappspawn_test_cmder.cpp146 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 Dappspawn_utils.c278 cJSON *json = cJSON_Parse(buffer); in GetJsonObjFromFile() local
/base/update/packaging_tools/
H A Dutils.py20 import json namespace
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Ddistributed_ui.cpp101 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 Dfolder_stack_pattern.cpp293 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 Dnavdestination_pattern.cpp455 void NavDestinationPattern::DumpInfo(std::unique_ptr<JsonValue>& json) in DumpInfo() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.h161 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

Completed in 25 milliseconds

1...<<21222324252627282930>>...41