Home
last modified time | relevance | path

Searched defs:jsonObject (Results 1 – 25 of 54) sorted by relevance

123

/foundation/distributedhardware/devicemanager/ext/mini/services/devicemanagerservice/src/message/
Dmsg_codec.cpp28 nlohmann::json jsonObject = nlohmann::json::parse(jsonStr, nullptr, false); in DecodeMsgType() local
44 nlohmann::json jsonObject; in EncodeSyncGroup() local
60 nlohmann::json jsonObject; in EncodeAcceptRespAuth() local
68 nlohmann::json jsonObject; in EncodeRefuseRespAuth() local
77 nlohmann::json jsonObject = nlohmann::json::parse(jsonStr, nullptr, false); in DecodeRequestAuth() local
87 nlohmann::json jsonObject = nlohmann::json::parse(jsonStr, nullptr, false); in DecodeResponseAuth() local
101 nlohmann::json jsonObject = nlohmann::json::parse(jsonStr, nullptr, false); in DecodeSyncGroup() local
/foundation/multimedia/image_standard/plugins/manager/src/framework/
Djson_helper.cpp30 uint32_t JsonHelper::CheckElementExistence(const json &jsonObject, const string &key) in CheckElementExistence()
48 uint32_t JsonHelper::GetStringValue(const json &jsonObject, const string &key, string &value) in GetStringValue()
83 uint32_t JsonHelper::GetUint32Value(const json &jsonObject, const string &key, uint32_t &value) in GetUint32Value()
95 uint32_t JsonHelper::GetUint16Value(const json &jsonObject, const string &key, uint16_t &value) in GetUint16Value()
125 uint32_t JsonHelper::GetArraySize(const json &jsonObject, const string &key, size_t &size) in GetArraySize()
144 const json &JsonHelper::GetJsonElement(const json &jsonObject, const string &key, uint32_t &errorCo… in GetJsonElement()
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/src/
Dshortcut_info.cpp116 void to_json(nlohmann::json &jsonObject, const ShortcutIntent &shortcutIntent) in to_json()
123 void to_json(nlohmann::json &jsonObject, const ShortcutInfo &shortcutInfo) in to_json()
141 void from_json(const nlohmann::json &jsonObject, ShortcutIntent &shortcutIntent) in from_json()
163 void from_json(const nlohmann::json &jsonObject, ShortcutInfo &shortcutInfo) in from_json()
265 void from_json(const nlohmann::json &jsonObject, ShortcutWant &shortcutWant) in from_json()
290 void from_json(const nlohmann::json &jsonObject, Shortcut &shortcut) in from_json()
347 void from_json(const nlohmann::json &jsonObject, ShortcutJson &shortcutJson) in from_json()
Dform_info.cpp243 void to_json(nlohmann::json &jsonObject, const FormCustomizeData &customizeDatas) in to_json()
251 void to_json(nlohmann::json &jsonObject, const FormWindow &formWindow) in to_json()
257 void to_json(nlohmann::json &jsonObject, const FormInfo &formInfo) in to_json()
289 void from_json(const nlohmann::json &jsonObject, FormCustomizeData &customizeDatas) in from_json()
295 void from_json(const nlohmann::json &jsonObject, FormWindow &formWindow) in from_json()
301 void from_json(const nlohmann::json &jsonObject, FormInfo &formInfo) in from_json()
Dability_info.cpp315 nlohmann::json jsonObject = *this; in Dump() local
327 void to_json(nlohmann::json &jsonObject, const CustomizeData &customizeData) in to_json()
336 void to_json(nlohmann::json &jsonObject, const MetaData &metaData) in to_json()
343 void to_json(nlohmann::json &jsonObject, const Metadata &metadata) in to_json()
352 void to_json(nlohmann::json &jsonObject, const AbilityInfo &abilityInfo) in to_json()
409 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData) in from_json()
439 void from_json(const nlohmann::json &jsonObject, MetaData &metaData) in from_json()
453 void from_json(const nlohmann::json &jsonObject, Metadata &metadata) in from_json()
486 void from_json(const nlohmann::json &jsonObject, AbilityInfo &abilityInfo) in from_json()
Dbundle_user_info.cpp100 nlohmann::json jsonObject = *this; in Dump() local
111 void to_json(nlohmann::json& jsonObject, const BundleUserInfo& bundleUserInfo) in to_json()
121 void from_json(const nlohmann::json& jsonObject, BundleUserInfo& bundleUserInfo) in from_json()
Dbundle_info.cpp158 nlohmann::json jsonObject = nlohmann::json::parse(data, nullptr, false); in ReadFromParcel() local
198 void to_json(nlohmann::json &jsonObject, const RequestPermissionUsedScene &usedScene) in to_json()
206 void to_json(nlohmann::json &jsonObject, const RequestPermission &requestPermission) in to_json()
216 void from_json(const nlohmann::json &jsonObject, RequestPermissionUsedScene &usedScene) in from_json()
249 void from_json(const nlohmann::json &jsonObject, RequestPermission &requestPermission) in from_json()
290 void to_json(nlohmann::json &jsonObject, const BundleInfo &bundleInfo) in to_json()
337 void from_json(const nlohmann::json &jsonObject, BundleInfo &bundleInfo) in from_json()
Dmodule_info.cpp56 void to_json(nlohmann::json &jsonObject, const ModuleInfo &moduleInfo) in to_json()
64 void from_json(const nlohmann::json &jsonObject, ModuleInfo &moduleInfo) in from_json()
Dextension_form_profile.cpp71 void from_json(const nlohmann::json &jsonObject, Metadata &metadata) in from_json()
92 void from_json(const nlohmann::json &jsonObject, Window &window) in from_json()
113 void from_json(const nlohmann::json &jsonObject, ExtensionFormProfileInfo &extensionFormProfileInfo) in from_json()
230 void from_json(const nlohmann::json &jsonObject, ExtensionFormProfileInfoVec &infos) in from_json()
346 nlohmann::json jsonObject = nlohmann::json::parse(formProfile, nullptr, false); in TransformTo() local
Dcommon_event_info.cpp99 void to_json(nlohmann::json &jsonObject, const CommonEventInfo &commonEvent) in to_json()
112 void from_json(const nlohmann::json &jsonObject, CommonEventInfo &commonEvent) in from_json()
Dhap_module_info.cpp78 nlohmann::json jsonObject = nlohmann::json::parse(data, nullptr, false); in ReadFromParcel() local
118 void to_json(nlohmann::json &jsonObject, const HapModuleInfo &hapModuleInfo) in to_json()
156 void from_json(const nlohmann::json &jsonObject, HapModuleInfo &hapModuleInfo) in from_json()
Ddistributed_bundle_info.cpp99 nlohmann::json jsonObject; in ToString() local
115 nlohmann::json jsonObject = nlohmann::json::parse(jsonString, nullptr, false); in FromJsonString() local
Dextension_ability_info.cpp140 void to_json(nlohmann::json &jsonObject, const ExtensionAbilityInfo &extensionInfo) in to_json()
168 void from_json(const nlohmann::json &jsonObject, ExtensionAbilityInfo &extensionInfo) in from_json()
Dmodule_usage_record.cpp85 nlohmann::json jsonObject; in FromJsonString() local
/foundation/appexecfwk/standard/services/bundlemgr/src/
Dinner_bundle_user_info.cpp30 void to_json(nlohmann::json& jsonObject, const InnerBundleUserInfo& innerBundleUserInfo) in to_json()
43 void from_json(const nlohmann::json& jsonObject, InnerBundleUserInfo& innerBundleUserInfo) in from_json()
Dbundle_profile.cpp333 void from_json(const nlohmann::json &jsonObject, Version &version) in from_json()
362 void from_json(const nlohmann::json &jsonObject, ApiVersion &apiVersion) in from_json()
393 void from_json(const nlohmann::json &jsonObject, App &app) in from_json()
483 void from_json(const nlohmann::json &jsonObject, ReqVersion &reqVersion) in from_json()
506 void from_json(const nlohmann::json &jsonObject, Ark &ark) in from_json()
528 void from_json(const nlohmann::json &jsonObject, Domain &domain) in from_json()
550 void from_json(const nlohmann::json &jsonObject, DomainSetting &domainSetting) in from_json()
572 void from_json(const nlohmann::json &jsonObject, SecurityConfig &securityConfig) in from_json()
586 void from_json(const nlohmann::json &jsonObject, Network &network) in from_json()
608 void from_json(const nlohmann::json &jsonObject, Device &device) in from_json()
[all …]
Dpre_install_bundle_info.cpp37 int32_t PreInstallBundleInfo::FromJson(const nlohmann::json &jsonObject) in FromJson()
Dinner_bundle_info.cpp304 void to_json(nlohmann::json &jsonObject, const Distro &distro) in to_json()
314 void to_json(nlohmann::json &jsonObject, const DefinePermission &definePermission) in to_json()
330 void to_json(nlohmann::json &jsonObject, const InnerModuleInfo &info) in to_json()
372 void to_json(nlohmann::json &jsonObject, const SkillUri &uri) in to_json()
385 void to_json(nlohmann::json &jsonObject, const Skill &skill) in to_json()
394 void to_json(nlohmann::json &jsonObject, const InstallMark &installMark) in to_json()
431 void from_json(const nlohmann::json &jsonObject, InnerModuleInfo &info) in from_json()
729 void from_json(const nlohmann::json &jsonObject, SkillUri &uri) in from_json()
800 void from_json(const nlohmann::json &jsonObject, Skill &skill) in from_json()
830 void from_json(const nlohmann::json &jsonObject, Distro &distro) in from_json()
[all …]
/foundation/deviceprofile/device_profile_core/services/core/src/authority/
Dtrust_group_manager.cpp32 void from_json(const nlohmann::json& jsonObject, GroupInfo& groupInfo) in from_json()
81 nlohmann::json jsonObject = nlohmann::json::parse(returnGroups, nullptr, false); in CheckTrustGroup() local
/foundation/appexecfwk/standard/interfaces/innerkits/appexecfwk_base/include/
Djson_util.h45const nlohmann::json &jsonObject, const std::string &key, dataType &data, ArrayType arrayType, int… in CheckArrayType()
100 void GetValueIfFindKey(const nlohmann::json &jsonObject, const nlohmann::detail::iter_impl<const nl… in GetValueIfFindKey()
182 nlohmann::json jsonObject = nlohmann::json::parse(data, nullptr, false); in ParseInfoFromJsonStr() local
/foundation/aafwk/standard/services/formmgr/src/
Dform_info_storage.cpp60 void to_json(nlohmann::json &jsonObject, const FormInfoStorage &formInfoStorage) in to_json()
68 void from_json(const nlohmann::json &jsonObject, FormInfoStorage &formInfoStorage) in from_json()
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/authentication/
Dauth_message_processor.cpp135 nlohmann::json jsonObject = nlohmann::json::parse(groupId, nullptr, false); in CreateResponseAuthMessage() local
159 nlohmann::json jsonObject = nlohmann::json::parse(message, nullptr, false); in ParseMessage() local
233 nlohmann::json jsonObject = authSplitJsonList_.front(); in ParseAuthRequestMessage() local
/foundation/distributedhardware/devicemanager/services/devicemanagerservice/src/dependency/hichain/
Dhichain_connector.cpp35 void from_json(const nlohmann::json &jsonObject, GroupInfo &groupInfo) in from_json()
167 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups); in GetGroupInfo() local
201 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups); in GetGroupInfo() local
222 nlohmann::json jsonObject = nlohmann::json::parse(connectInfo, nullptr, false); in AddMember() local
346 nlohmann::json jsonObject = nlohmann::json::parse(connectAddr, nullptr, false); in GetConnectPara() local
381 nlohmann::json jsonObject = nlohmann::json::parse(relatedGroups); in GetRelatedGroups() local
/foundation/distributedhardware/distributedhardwarefwk/services/distributedhardwarefwkserviceimpl/src/resourcemanager/
Dcapability_info.cpp123 void ToJson(nlohmann::json &jsonObject, const CapabilityInfo &capability) in ToJson()
133 void FromJson(const nlohmann::json &jsonObject, CapabilityInfo &capability) in FromJson()
/foundation/aafwk/standard/interfaces/innerkits/form_manager/src/
Dform_provider_data.cpp64 nlohmann::json jsonObject = nlohmann::json::parse(jsonDataString, nullptr, false); in FormProviderData() local
196 nlohmann::json jsonObject = nlohmann::json::parse(jsonDataString, nullptr, false); in SetDataString() local
273 nlohmann::json jsonObject = nlohmann::json::parse(jsonDataString, nullptr, false); in ReadFromParcel() local

123