Home
last modified time | relevance | path

Searched refs:to_json (Results 1 - 25 of 75) sorted by relevance

123

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_serializer.h42 * 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 Dskill.h59 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 Djson_serializer.h29 * 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 Ddscreen_maprelation.h49 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 Dvideo_param.h46 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 Djson_serializer_test.cpp29 * @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 Ddscreen_maprelation.cpp67 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 Dbundle_pack_info.cpp88 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 Ddisposed_rule.cpp87 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 Duninstall_bundle_info.h43 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 Duninstall_bundle_info.cpp32 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 Dbms_bundle_free_install_base_test.cpp105 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 Dbms_bundle_clone_app_datastruct_test.cpp99 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 Dinstall_result.cpp38 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 Ddispatch_info.cpp31 void to_json(nlohmann::json &jsonObject, const DispatcherInfo &dispatcherInfo) in to_json() function
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dinner_bundle_clone_info.h52 void to_json(nlohmann::json& jsonObject, const InnerBundleCloneInfo& bundleCloneInfo);
H A Dinner_bundle_user_info.h66 void to_json(nlohmann::json& jsonObject, const InnerBundleUserInfo& bundleUserInfo);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/default_app/
H A Ddefault_app_data.h35 void to_json(nlohmann::json &jsonObject, const Element& element);
/foundation/ability/form_fwk/services/include/
H A Dform_info_storage.h40 void to_json(nlohmann::json &jsonObject, const FormInfoStorage &formInfoStorage);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dinner_app_quick_fix.h76 void to_json(nlohmann::json &jsonObject, const QuickFixMark &quickFixMark);
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dmodule_info.cpp29 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 Drpc_id_result.cpp39 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 Dvideo_param_test.cpp150 * @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 Ddscreen_maprelation_test.cpp97 * @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 Doverlay_bundle_info.cpp62 void to_json(nlohmann::json &jsonObject, const OverlayBundleInfo &overlayBundleInfo) in to_json() function

Completed in 9 milliseconds

123