/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | json_serializer.h | 42 * form_json and to_json is global static overload method, which need callback by json library, 45 void to_json(nlohmann::json &jsonObject, const CustomizeData &customizeData); 47 void to_json(nlohmann::json &jsonObject, const MetaData &metaData); 49 void to_json(nlohmann::json &jsonObject, const HnpPackage &hnpPackage); 51 void to_json(nlohmann::json &jsonObject, const Metadata &metadata); 53 void to_json(nlohmann::json &jsonObject, const AbilityInfo &abilityInfo); 55 void to_json(nlohmann::json &jsonObject, const ExtensionAbilityInfo &extensionInfo); 57 void to_json(nlohmann::json &jsonObject, const MultiAppModeData &multiAppMode); 59 void to_json(nlohmann::json &jsonObject, const ApplicationInfo &applicationInfo); 61 void to_json(nlohman [all...] |
H A D | skill.h | 59 void to_json(nlohmann::json &jsonObject, const SkillUri &uri); 60 void to_json(nlohmann::json &jsonObject, const Skill &skill);
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | json_serializer.h | 29 * form_json and to_json is global static overload method, which need callback by json library, 32 void to_json(nlohmann::json &jsonObject, const CustomizeData &customizeData); 33 void to_json(nlohmann::json &jsonObject, const MetaData &metaData); 34 void to_json(nlohmann::json &jsonObject, const Metadata &metadata); 35 void to_json(nlohmann::json &jsonObject, const AbilityInfo &abilityInfo); 41 void to_json(nlohmann::json &jsonObject, const ApplicationInfo &applicationInfo); 43 void to_json(nlohmann::json &jsonObject, const Resource &resource); 45 void to_json(nlohmann::json &jsonObject, const HapModuleInfo &hapModuleInfo); 47 void to_json(nlohmann::json &jsonObject, const ProxyData &proxyData); 49 void to_json(nlohman [all...] |
/foundation/distributedhardware/distributed_screen/services/common/utils/include/ |
H A D | dscreen_maprelation.h | 49 friend void to_json(json &j, const DScreenMapRelation &dScreenMapRelation); 57 void to_json(const json &j, const DScreenMapRelation &dScreenMapRelation); 59 void to_json(json &j, const DisplayRect &rect); 60 void to_json(json &j, const ScreenRect &rect);
|
H A D | video_param.h | 46 friend void to_json(json &j, const VideoParam &videoParam); 58 void to_json(json &j, const VideoParam &videoParam);
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/json_serializer_test/ |
H A D | json_serializer_test.cpp | 29 * @tc.desc: Testcase for testing 'to_json' function. 41 /* @tc.steps: step1.call to_json in loop */ in BenchmarkTestForCustomizeDataToJson() 42 to_json(jsonObject, customizeData); in BenchmarkTestForCustomizeDataToJson() 67 * @tc.desc: Testcase for testing 'to_json' function. 79 /* @tc.steps: step1.call to_json in loop */ in BenchmarkTestForMetadataToJson() 80 to_json(jsonObject, metadata); in BenchmarkTestForMetadataToJson() 105 * @tc.desc: Testcase for testing 'to_json' function. 117 /* @tc.steps: step1.call to_json in loop */ in BenchmarkTestForAbilityInfoToJson() 118 to_json(jsonObject, abilityInfo); in BenchmarkTestForAbilityInfoToJson() 143 * @tc.desc: Testcase for testing 'to_json' functio [all...] |
/foundation/distributedhardware/distributed_screen/services/common/utils/src/ |
H A D | dscreen_maprelation.cpp | 67 void to_json(json &j, const DScreenMapRelation &dScreenMapRelation) in to_json() function 71 to_json(displayRectJson, dScreenMapRelation.displayRect_); in to_json() 72 to_json(screenRectJson, dScreenMapRelation.screenRect_); in to_json() 97 void to_json(json &j, const DisplayRect &rect) in to_json() function 129 void to_json(json &j, const ScreenRect &rect) in to_json() function
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | bundle_pack_info.cpp | 88 void to_json(nlohmann::json &jsonObject, const Version &version) in to_json() function 128 void to_json(nlohmann::json &jsonObject, const PackageApp &app) in to_json() function 159 void to_json(nlohmann::json &jsonObject, const ExtensionAbilities &extensionAbilities) in to_json() function 190 void to_json(nlohmann::json &jsonObject, const ModuleAbilityInfo &abilityinfo) in to_json() function 235 void to_json(nlohmann::json &jsonObject, const AbilityFormInfo &abilityFormInfo) in to_json() function 271 void to_json(nlohmann::json &jsonObject, const ModuleDistro &distro) in to_json() function 314 void to_json(nlohmann::json &jsonObject, const ApiVersion &apiVersion) in to_json() function 354 void to_json(nlohmann::json &jsonObject, const PackageModule &packageModule) in to_json() function 421 void to_json(nlohmann::json &jsonObject, const Summary &summary) in to_json() function 454 void to_json(nlohman function 499 void to_json(nlohmann::json &jsonObject, const BundlePackInfo &bundlePackInfo) to_json() function [all...] |
H A D | disposed_rule.cpp | 87 void to_json(nlohmann::json &jsonObject, const ElementName &elementName) in to_json() function 89 APP_LOGD("elementName to_json bundleName %{public}s", elementName.GetBundleName().c_str()); in to_json() 139 void to_json(nlohmann::json &jsonObject, const DisposedRule &disposedRule) in to_json() function 219 to_json(jsonObject, *this); in ToString()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.h | 43 void to_json(nlohmann::json& jsonObject, const UninstallBundleInfo& uninstallBundleInfo); 45 void to_json(nlohmann::json& jsonObject, const UninstallDataUserInfo& uninstallDataUserInfo);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.cpp | 32 void to_json(nlohmann::json& jsonObject, const UninstallDataUserInfo& uninstallDataUserInfo) in to_json() function 42 void to_json(nlohmann::json& jsonObject, const UninstallBundleInfo& uninstallBundleInfo) in to_json() function 95 to_json(jsonObject, *this); in ToString()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_free_install_test/ |
H A D | bms_bundle_free_install_base_test.cpp | 105 to_json(jsonObj, info); in HWTEST_F() 145 to_json(jsonObj, installResult); in HWTEST_F() 164 to_json(jsonObj, installResult); in HWTEST_F() 274 to_json(jsonObject, targetInfo); in HWTEST_F() 320 to_json(jsonObject, targetExtSetting); in HWTEST_F() 358 to_json(jsonObject, targetAbilityInfo); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_clone_app_test/ |
H A D | bms_bundle_clone_app_datastruct_test.cpp | 99 to_json(applicationInfoJson, applicationInfo); in HWTEST_F() 125 to_json(bundleCloneInfoJson, bundleCloneInfo); in HWTEST_F() 165 to_json(userInfoJson, userInfo); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/free_install/ |
H A D | install_result.cpp | 38 void to_json(nlohmann::json &jsonObject, const Result &result) in to_json() function 76 void to_json(nlohmann::json &jsonObject, const Progress &progress) in to_json() function 109 void to_json(nlohmann::json &jsonObject, const InstallResult &installResult) in to_json() function
|
H A D | dispatch_info.cpp | 31 void to_json(nlohmann::json &jsonObject, const DispatcherInfo &dispatcherInfo) in to_json() function
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | inner_bundle_clone_info.h | 52 void to_json(nlohmann::json& jsonObject, const InnerBundleCloneInfo& bundleCloneInfo);
|
H A D | inner_bundle_user_info.h | 66 void to_json(nlohmann::json& jsonObject, const InnerBundleUserInfo& bundleUserInfo);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/ |
H A D | default_app_data.h | 35 void to_json(nlohmann::json &jsonObject, const Element& element);
|
/foundation/ability/form_fwk/services/include/ |
H A D | form_info_storage.h | 40 void to_json(nlohmann::json &jsonObject, const FormInfoStorage &formInfoStorage);
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | inner_app_quick_fix.h | 76 void to_json(nlohmann::json &jsonObject, const QuickFixMark &quickFixMark);
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_info.cpp | 29 void to_json(nlohmann::json &jsonObject, const ModuleInfo &moduleInfo) in to_json() function
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/distributed_manager/ |
H A D | rpc_id_result.cpp | 39 void to_json(nlohmann::json &jsonObject, const SummaryAbilityInfo &summaryAbilityInfo) in to_json() function 107 void to_json(nlohmann::json &jsonObject, const RpcIdResult &rpcIdResult) in to_json() function
|
/foundation/distributedhardware/distributed_screen/services/common/test/unittest/utils/ |
H A D | video_param_test.cpp | 150 * @tc.desc: Verify the to_json function. 169 to_json(j, videoParam); in HWTEST_F() 201 to_json(j, videoParam); in HWTEST_F()
|
H A D | dscreen_maprelation_test.cpp | 97 * @tc.desc: Verify the to_json function. 113 to_json(j, dScreenMapRelation); in HWTEST_F() 138 to_json(j, dScreenMapRelation); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/overlay/ |
H A D | overlay_bundle_info.cpp | 62 void to_json(nlohmann::json &jsonObject, const OverlayBundleInfo &overlayBundleInfo)
in to_json() function
|