/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | json_serializer.h | 46 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData); 48 void from_json(const nlohmann::json &jsonObject, MetaData &metaData); 50 void from_json(const nlohmann::json &jsonObject, HnpPackage &hnpPackage); 52 void from_json(const nlohmann::json &jsonObject, Metadata &metadata); 54 void from_json(const nlohmann::json &jsonObject, AbilityInfo &abilityInfo); 56 void from_json(const nlohmann::json &jsonObject, ExtensionAbilityInfo &extensionInfo); 58 void from_json(const nlohmann::json &jsonObject, MultiAppModeData &multiAppMode); 60 void from_json(const nlohmann::json &jsonObject, ApplicationInfo &applicationInfo); 62 void from_json(const nlohmann::json &jsonObject, BundleInfo &bundleInfo); 64 void from_json(cons [all...] |
H A D | skill.h | 57 void from_json(const nlohmann::json &jsonObject, SkillUri &uri); 58 void from_json(const nlohmann::json &jsonObject, Skill &skill);
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | json_serializer.h | 36 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData); 37 void from_json(const nlohmann::json &jsonObject, MetaData &metaData); 38 void from_json(const nlohmann::json &jsonObject, Metadata &metadata); 39 void from_json(const nlohmann::json &jsonObject, AbilityInfo &abilityInfo); 40 void from_json(const nlohmann::json &jsonObject, ApplicationInfo &applicationInfo); 42 void from_json(const nlohmann::json &jsonObject, Resource &resource); 44 void from_json(const nlohmann::json &jsonObject, HapModuleInfo &hapModuleInfo); 46 void from_json(const nlohmann::json &jsonObject, ProxyData &proxyData); 48 void from_json(const nlohmann::json &jsonObject, Dependency &dependency); 50 void from_json(cons [all...] |
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/ |
H A D | dscreen_maprelation_test.cpp | 122 * @tc.desc: Verify the from_json function. 141 from_json(j, jsonDScreenMapRelation); in HWTEST_F() 147 * @tc.desc: Verify the from_json function. 157 from_json(j, jsonDScreenMapRelation); in HWTEST_F() 159 from_json(j, jsonDScreenMapRelation); in HWTEST_F() 161 from_json(j, jsonDScreenMapRelation); in HWTEST_F() 163 from_json(j, jsonDScreenMapRelation); in HWTEST_F() 166 from_json(j, jsonDScreenMapRelation); in HWTEST_F() 172 * @tc.desc: Verify the from_json function. 184 from_json( in HWTEST_F() [all...] |
H A D | video_param_test.cpp | 178 * @tc.desc: Verify the from_json function. 203 from_json(j, jsonVideoParam); in HWTEST_F() 209 * @tc.desc: Verify the from_json function. 225 from_json(j, jsonVideoParam); in HWTEST_F() 227 from_json(j, jsonVideoParam); in HWTEST_F() 229 from_json(j, jsonVideoParam); in HWTEST_F() 231 from_json(j, jsonVideoParam); in HWTEST_F() 233 from_json(j, jsonVideoParam); in HWTEST_F() 235 from_json(j, jsonVideoParam); in HWTEST_F() 237 from_json( in HWTEST_F() [all...] |
/foundation/distributedhardware/distributed_screen/services/common/utils/include/ |
H A D | dscreen_maprelation.h | 50 friend void from_json(const json &j, DScreenMapRelation &dScreenMapRelation); 58 void from_json(const json &j, DScreenMapRelation &dScreenMapRelation); 61 void from_json(const json &j, DisplayRect &rect); 62 void from_json(const json &j, ScreenRect &rect);
|
H A D | video_param.h | 47 friend void from_json(const json &j, VideoParam &videoParam); 59 void from_json(const json &j, VideoParam &videoParam);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_base_test.cpp | 103 from_json(jsonObj, result); in HWTEST_F() 106 from_json(jsonObj, result); in HWTEST_F() 143 from_json(jsonObj, result); in HWTEST_F() 146 from_json(jsonObj, result); in HWTEST_F() 162 from_json(jsonObj, result); in HWTEST_F() 165 from_json(jsonObj, result); in HWTEST_F() 272 from_json(jsonObject, result); in HWTEST_F() 275 from_json(jsonObject, result); in HWTEST_F() 318 from_json(jsonObject, result); in HWTEST_F() 321 from_json(jsonObjec in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/ |
H A D | json_serializer_test.cpp | 48 * @tc.desc: Testcase for testing 'from_json' function. 60 /* @tc.steps: step1.call from_json in loop */ in BenchmarkTestForCustomizeDataFromJson() 61 from_json(jsonObject, customizeData); in BenchmarkTestForCustomizeDataFromJson() 86 * @tc.desc: Testcase for testing 'from_json' function. 98 /* @tc.steps: step1.call from_json in loop */ in BenchmarkTestForMetadataFromJson() 99 from_json(jsonObject, metadata); in BenchmarkTestForMetadataFromJson() 124 * @tc.desc: Testcase for testing 'from_json' function. 136 /* @tc.steps: step1.call from_json in loop */ in BenchmarkTestForAbilityInfoFromJson() 137 from_json(jsonObject, abilityInfo); in BenchmarkTestForAbilityInfoFromJson() 162 * @tc.desc: Testcase for testing 'from_json' functio [all...] |
/foundation/graphic/graphic_3d/lume/LumeEngine/src/loader/ |
H A D | json_util.h | 32 inline void from_json(const json::value& jsonData, T& result) in from_json() function 40 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 62 from_json(value, result); in Convert() 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/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_datastruct_test.cpp | 80 from_json(APPLICATION_JSON, applicationInfo); in HWTEST_F() 94 from_json(APPLICATION_JSON, applicationInfo); in HWTEST_F() 102 from_json(APPLICATION_JSON, applicationInfo2); in HWTEST_F() 128 from_json(bundleCloneInfoJson, bundleCloneInfo2); in HWTEST_F() 170 from_json(userInfoJson, userInfo2); in HWTEST_F()
|
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | dscreen_maprelation.cpp | 81 void from_json(const json &j, DScreenMapRelation &dScreenMapRelation) in from_json() function 93 from_json(j.at(KEY_DISPLAY_RECT), dScreenMapRelation.displayRect_); in from_json() 94 from_json(j.at(KEY_SCREEN_RECT), dScreenMapRelation.screenRect_); in from_json() 107 void from_json(const json &j, DisplayRect &rect) in from_json() function 139 void from_json(const json &j, ScreenRect &rect) in from_json() function
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_pack_info.cpp | 97 void from_json(const nlohmann::json &jsonObject, Version &version) in from_json() function 136 void from_json(const nlohmann::json &jsonObject, PackageApp &app) in from_json() function 167 void from_json(const nlohmann::json &jsonObject, ExtensionAbilities &extensionAbilities) in from_json() function 200 void from_json(const nlohmann::json &jsonObject, ModuleAbilityInfo &abilityinfo) in from_json() function 247 void from_json(const nlohmann::json &jsonObject, AbilityFormInfo &abilityFormInfo) in from_json() function 281 void from_json(const nlohmann::json &jsonObject, ModuleDistro &distro) in from_json() function 323 void from_json(const nlohmann::json &jsonObject, ApiVersion &apiVersion) in from_json() function 366 void from_json(const nlohmann::json &jsonObject, PackageModule &packageModule) in from_json() function 429 void from_json(const nlohmann::json &jsonObject, Summary &summary) in from_json() function 464 void from_json(cons function 507 void from_json(const nlohmann::json &jsonObject, BundlePackInfo &bundlePackInfo) from_json() function [all...] |
H A D | disposed_rule.cpp | 98 void from_json(const nlohmann::json &jsonObject, ElementName &elementName) in from_json() function 153 void from_json(const nlohmann::json &jsonObject, DisposedRule &disposedRule) in from_json() function 231 from_json(jsonObject, rule); in FromString()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.h | 42 void from_json(const nlohmann::json& jsonObject, UninstallBundleInfo& uninstallBundleInfo); 44 void from_json(const nlohmann::json& jsonObject, UninstallDataUserInfo& uninstallDataUserInfo);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_profile.cpp | 81 void from_json(const nlohmann::json &jsonObject, UIAbilityProfileInfo &info) in from_json() function 100 void from_json(const nlohmann::json &jsonObject, UIExtensionProfileInfo &info) in from_json() function 111 void from_json(const nlohmann::json &jsonObject, ServiceExtensionProfileInfo &info) in from_json() function 122 void from_json(const nlohmann::json &jsonObject, FormProfileInfo &info) in from_json() function 139 void from_json(const nlohmann::json &jsonObject, InsightIntentProfileInfo &insightIntentInfo) in from_json() function 200 void from_json(const nlohmann::json &jsonObject, InsightIntentProfileInfoVec &infos) in from_json() function
|
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/test/unittest/common/componentloader/src/ |
H A D | component_loader_test.cpp | 452 * @tc.desc: Verify the from_json function. 465 from_json(json, cfg); in HWTEST_F() 472 * @tc.desc: Verify the from_json function. 486 from_json(json, cfg); in HWTEST_F() 493 * @tc.desc: Verify the from_json function. 508 from_json(json, cfg); in HWTEST_F() 515 * @tc.desc: Verify the from_json function. 531 from_json(json, cfg); in HWTEST_F() 538 * @tc.desc: Verify the from_json function. 555 from_json(jso in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/default_app/ |
H A D | default_app_data.cpp | 86 from_json(object, element); in ParseDefaultApplicationConfig() 116 void from_json(const nlohmann::json& jsonObject, Element& element) in from_json() function 118 LOG_D(BMS_TAG_DEFAULT, "Element from_json begin"); in from_json() 157 LOG_E(BMS_TAG_DEFAULT, "Element from_json error, error code : %{public}d", g_defaultAppJson); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.cpp | 54 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/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
H A D | install_result.cpp | 47 void from_json(const nlohmann::json &jsonObject, Result &result) in from_json() function 84 void from_json(const nlohmann::json &jsonObject, Progress &progress) in from_json() function 118 void from_json(const nlohmann::json &jsonObject, InstallResult &installResult) in from_json() function
|
H A D | dispatch_info.cpp | 38 void from_json(const nlohmann::json &jsonObject, DispatcherInfo &dispatcherInfo) in from_json() function
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_clone_info.h | 51 void from_json(const nlohmann::json& jsonObject, InnerBundleCloneInfo& bundleCloneInfo);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/ |
H A D | default_app_data.h | 36 void from_json(const nlohmann::json& jsonObject, Element& element);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_profile.cpp | 357 void from_json(const nlohmann::json &jsonObject, Version &version) in from_json() function 384 void from_json(const nlohmann::json &jsonObject, ApiVersion &apiVersion) in from_json() function 425 void from_json(const nlohmann::json &jsonObject, App &app) in from_json() function 517 void from_json(const nlohmann::json &jsonObject, ReqVersion &reqVersion) in from_json() function 540 void from_json(const nlohmann::json &jsonObject, Ark &ark) in from_json() function 560 void from_json(const nlohmann::json &jsonObject, Domain &domain) in from_json() function 578 void from_json(const nlohmann::json &jsonObject, DomainSetting &domainSetting) in from_json() function 598 void from_json(const nlohmann::json &jsonObject, SecurityConfig &securityConfig) in from_json() function 612 void from_json(const nlohmann::json &jsonObject, Network &network) in from_json() function 632 void from_json(cons function 696 void from_json(const nlohmann::json &jsonObject, DeviceConfig &deviceConfig) from_json() function 775 void from_json(const nlohmann::json &jsonObject, Form &form) from_json() function 821 void from_json(const nlohmann::json &jsonObject, CustomizeData &customizeData) from_json() function 845 void from_json(const nlohmann::json &jsonObject, MetaData &metaData) from_json() function 859 void from_json(const nlohmann::json &jsonObject, FormsCustomizeData &customizeDataForms) from_json() function 877 void from_json(const nlohmann::json &jsonObject, FormsMetaData &formsMetaData) from_json() function 891 void from_json(const nlohmann::json &jsonObject, Window &window) from_json() function 911 void from_json(const nlohmann::json &jsonObject, Forms &forms) from_json() function 1052 void from_json(const nlohmann::json &jsonObject, UriPermission &uriPermission) from_json() function 1070 void from_json(const nlohmann::json &jsonObject, Ability &ability) from_json() function 1365 void from_json(const nlohmann::json &jsonObject, Js &js) from_json() function 1400 void from_json(const nlohmann::json &jsonObject, Intent &intents) from_json() function 1418 void from_json(const nlohmann::json &jsonObject, CommonEvent &commonEvent) from_json() function 1461 void from_json(const nlohmann::json &jsonObject, Shortcut &shortcut) from_json() function 1512 void from_json(const nlohmann::json &jsonObject, Module &module) from_json() function 1671 void from_json(const nlohmann::json &jsonObject, ConfigJson &configJson) from_json() function [all...] |
/foundation/ability/form_fwk/services/include/ |
H A D | form_info_storage.h | 41 void from_json(const nlohmann::json &jsonObject, FormInfoStorage &formInfoStorage);
|