Home
last modified time | relevance | path

Searched defs:json (Results 601 - 625 of 904) sorted by relevance

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

/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
H A Dnavdestination_group_node.cpp142 void NavDestinationGroupNode::ToJsonValue(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const in ToJsonValue() 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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/
H A Dplugin_pattern.cpp303 auto json = JsonUtil::Create(true); in FireOnCompleteEvent() local
315 auto json = JsonUtil::Create(true); in FireOnErrorEvent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.h180 ToJsonValueAttribute(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonValueAttribute() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_data_adapter.cpp140 auto json = JsonUtil::Create(true); in RequestData() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/
H A Dnavigation_branch_test_ng.cpp265 std::unique_ptr<JsonValue> json = JsonUtil::Create(true); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_testtwo_ng.cpp1483 std::unique_ptr<JsonValue> json = std::make_unique<JsonValue>(); in HWTEST_F() local
1504 std::unique_ptr<JsonValue> json = std::make_unique<JsonValue>(); in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/layout/
H A Dlayout_property_test_ng.cpp131 auto json = JsonUtil::Create(true); in HWTEST_F() local
178 auto json in HWTEST_F() local
237 auto json = JsonUtil::Create(true); HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/list/
H A Dlist_scroller_test_ng.cpp1810 auto json = JsonUtil::Create(true); in HWTEST_F() local

Completed in 30 milliseconds

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