Home
last modified time | relevance | path

Searched defs:from_json (Results 1 – 25 of 65) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/
Djson_util.h40 inline void from_json(const json::value& jsonData, T& result) in from_json() function
48 inline bool from_json(const CORE_NS::json::value& jsonData, T& result) in from_json() function
74 inline void from_json(const json::value& jsonData, BASE_NS::array_view<T> container) in from_json() function
84 inline void from_json(const json::value& jsonData, T (&container)[N]) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
Dbundle_pack_info.cpp97 void from_json(const nlohmann::json &jsonObject, Version &version) in from_json() function
138 void from_json(const nlohmann::json &jsonObject, PackageApp &app) in from_json() function
171 void from_json(const nlohmann::json &jsonObject, ExtensionAbilities &extensionAbilities) in from_json() function
206 void from_json(const nlohmann::json &jsonObject, ModuleAbilityInfo &abilityinfo) in from_json() function
259 void from_json(const nlohmann::json &jsonObject, AbilityFormInfo &abilityFormInfo) in from_json() function
293 void from_json(const nlohmann::json &jsonObject, ModuleDistro &distro) in from_json() function
343 void from_json(const nlohmann::json &jsonObject, ApiVersion &apiVersion) in from_json() function
388 void from_json(const nlohmann::json &jsonObject, PackageModule &packageModule) in from_json() function
453 void from_json(const nlohmann::json &jsonObject, Summary &summary) in from_json() function
488 void from_json(const nlohmann::json &jsonObject, Packages &packages) in from_json() function
[all …]
Dshortcut_info.cpp168 void from_json(const nlohmann::json &jsonObject, ShortcutIntent &shortcutIntent) in from_json() function
209 void from_json(const nlohmann::json &jsonObject, ShortcutInfo &shortcutInfo) in from_json() function
338 void from_json(const nlohmann::json &jsonObject, ShortcutWant &shortcutWant) in from_json() function
379 void from_json(const nlohmann::json &jsonObject, Shortcut &shortcut) in from_json() function
436 void from_json(const nlohmann::json &jsonObject, ShortcutJson &shortcutJson) in from_json() function
Ddisposed_rule.cpp99 void from_json(const nlohmann::json &jsonObject, ElementName &elementName) in from_json() function
165 void from_json(const nlohmann::json &jsonObject, DisposedRule &disposedRule) in from_json() function
292 void from_json(const nlohmann::json &jsonObject, UninstallDisposedRule &uninstallDisposedRule) in from_json() function
Dextension_form_profile.cpp100 void from_json(const nlohmann::json &jsonObject, Metadata &metadata) in from_json() function
121 void from_json(const nlohmann::json &jsonObject, Window &window) in from_json() function
142 void from_json(const nlohmann::json &jsonObject, ExtensionFormProfileInfo &extensionFormProfileInfo) in from_json() function
323 void from_json(const nlohmann::json &jsonObject, ExtensionFormProfileInfoStruct &profileInfo) in from_json() function
Dhap_module_info.cpp132 void from_json(const nlohmann::json &jsonObject, PreloadItem &preloadItem) in from_json() function
185 void from_json(const nlohmann::json &jsonObject, Dependency &dependency) in from_json() function
262 void from_json(const nlohmann::json &jsonObject, ProxyData &proxyData) in from_json() function
366 void from_json(const nlohmann::json &jsonObject, RouterItem &routerItem) in from_json() function
464 void from_json(const nlohmann::json &jsonObject, AppEnvironment &appEnvironment) in from_json() function
868 void from_json(const nlohmann::json &jsonObject, HapModuleInfo &hapModuleInfo) in from_json() function
Dmodule_info.cpp75 void from_json(const nlohmann::json &jsonObject, ModuleInfo &moduleInfo) in from_json() function
/foundation/distributedhardware/distributed_screen/services/common/utils/src/
Ddscreen_maprelation.cpp80 void from_json(const json &j, DScreenMapRelation &dScreenMapRelation) in from_json() function
104 void from_json(const json &j, DisplayRect &rect) in from_json() function
126 void from_json(const json &j, ScreenRect &rect) in from_json() function
/foundation/ability/ability_runtime/services/abilitymgr/src/
Dinsight_intent_profile.cpp81 void from_json(const nlohmann::json &jsonObject, UIAbilityProfileInfo &info) in from_json() function
102 void from_json(const nlohmann::json &jsonObject, UIExtensionProfileInfo &info) in from_json() function
115 void from_json(const nlohmann::json &jsonObject, ServiceExtensionProfileInfo &info) in from_json() function
128 void from_json(const nlohmann::json &jsonObject, FormProfileInfo &info) in from_json() function
149 void from_json(const nlohmann::json &jsonObject, InsightIntentProfileInfo &insightIntentInfo) in from_json() function
218 void from_json(const nlohmann::json &jsonObject, InsightIntentProfileInfoVec &infos) in from_json() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dbundle_profile.cpp359 void from_json(const nlohmann::json &jsonObject, Version &version) in from_json() function
388 void from_json(const nlohmann::json &jsonObject, ApiVersion &apiVersion) in from_json() function
435 void from_json(const nlohmann::json &jsonObject, App &app) in from_json() function
541 void from_json(const nlohmann::json &jsonObject, ReqVersion &reqVersion) in from_json() function
564 void from_json(const nlohmann::json &jsonObject, Ark &ark) in from_json() function
586 void from_json(const nlohmann::json &jsonObject, Domain &domain) in from_json() function
608 void from_json(const nlohmann::json &jsonObject, DomainSetting &domainSetting) in from_json() function
630 void from_json(const nlohmann::json &jsonObject, SecurityConfig &securityConfig) in from_json() function
644 void from_json(const nlohmann::json &jsonObject, Network &network) in from_json() function
666 void from_json(const nlohmann::json &jsonObject, Device &device) in from_json() function
[all …]
Dinner_bundle_clone_info.cpp49 void from_json(const nlohmann::json& jsonObject, InnerBundleCloneInfo& bundleCloneInfo) in from_json() function
Dinner_bundle_user_info.cpp51 void from_json(const nlohmann::json& jsonObject, InnerBundleUserInfo& innerBundleUserInfo) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/
Dinstall_result.cpp47 void from_json(const nlohmann::json &jsonObject, Result &result) in from_json() function
88 void from_json(const nlohmann::json &jsonObject, Progress &progress) in from_json() function
122 void from_json(const nlohmann::json &jsonObject, InstallResult &installResult) in from_json() function
Dtarget_ability_info.cpp54 void from_json(const nlohmann::json &jsonObject, TargetExtSetting &targetExtSetting) in from_json() function
126 void from_json(const nlohmann::json &jsonObject, TargetInfo &targetInfo) in from_json() function
339 void from_json(const nlohmann::json &jsonObject, TargetAbilityInfo &targetAbilityInfo) in from_json() function
Ddispatch_info.cpp38 void from_json(const nlohmann::json &jsonObject, DispatcherInfo &dispatcherInfo) in from_json() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/
Duninstall_bundle_info.cpp54 void from_json(const nlohmann::json& jsonObject, UninstallDataUserInfo& uninstallDataUserInfo) in from_json() function
71 void from_json(const nlohmann::json& jsonObject, UninstallBundleInfo& uninstallBundleInfo) in from_json() function
/foundation/distributedhardware/device_manager/services/implementation/src/config/
Ddm_config_manager.cpp27 void from_json(const nlohmann::json &jsonObject, AdapterSoLoadInfo &soLoadInfo) in from_json() function
42 void from_json(const nlohmann::json &jsonObject, AuthSoLoadInfo &soLoadInfo) in from_json() function
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
Dmodule_info.cpp38 void from_json(const nlohmann::json &jsonObject, ModuleInfo &moduleInfo) in from_json() function
Dability_info.cpp217 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData) in from_json() function
247 void from_json(const nlohmann::json &jsonObject, MetaData &metaData) in from_json() function
261 void from_json(const nlohmann::json &jsonObject, Metadata &metadata) in from_json() function
295 void from_json(const nlohmann::json &jsonObject, AbilityInfo &abilityInfo) in from_json() function
Dhap_module_info.cpp89 void from_json(const nlohmann::json &jsonObject, PreloadItem &preloadItem) in from_json() function
116 void from_json(const nlohmann::json &jsonObject, ProxyData &proxyData) in from_json() function
204 void from_json(const nlohmann::json &jsonObject, HapModuleInfo &hapModuleInfo) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/distributed_manager/
Drpc_id_result.cpp52 void from_json(const nlohmann::json &jsonObject, SummaryAbilityInfo &summaryAbilityInfo) in from_json() function
128 void from_json(const nlohmann::json &jsonObject, RpcIdResult &rpcIdResult) in from_json() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
Dpatch_profile.cpp65 void from_json(const nlohmann::json &jsonObject, App &app) in from_json() function
110 void from_json(const nlohmann::json &jsonObject, Module &module) in from_json() function
147 void from_json(const nlohmann::json &jsonObject, PatchJson &patchJson) in from_json() function
/foundation/multimedia/av_codec/test/unittest/reference_parser_test/reference_parser_demo/
Dreference_parser_demo.cpp39 void from_json(const nlohmann::json &j, JsonGopInfo &gop) in from_json() function
46 void from_json(const nlohmann::json &j, JsonFrameLayerInfo &frame) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/overlay/
Doverlay_bundle_info.cpp72 void from_json(const nlohmann::json &jsonObject, OverlayBundleInfo &overlayBundleInfo) in from_json() function
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/quick_fix/
Dhqf_info.cpp47 void from_json(const nlohmann::json &jsonObject, HqfInfo &hqfInfo) in from_json() function

123