| /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
|
| H A D | navdestination_group_node.cpp | 142 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 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
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/plugin/ |
| H A D | plugin_pattern.cpp | 303 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 D | button_pattern.h | 180 ToJsonValueAttribute(std::unique_ptr<JsonValue>& json, const InspectorFilter& filter) const ToJsonValueAttribute() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/calendar/ |
| H A D | calendar_data_adapter.cpp | 140 auto json = JsonUtil::Create(true); in RequestData() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
| H A D | navigation_branch_test_ng.cpp | 265 std::unique_ptr<JsonValue> json = JsonUtil::Create(true); in HWTEST_F() local
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/search/ |
| H A D | search_testtwo_ng.cpp | 1483 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 D | layout_property_test_ng.cpp | 131 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 D | list_scroller_test_ng.cpp | 1810 auto json = JsonUtil::Create(true); in HWTEST_F() local
|