Home
last modified time | relevance | path

Searched refs:TransformTo (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/
H A Dbms_patch_parser_test.cpp110 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix); in CheckNoPropProfileParseApp()
123 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix); in CheckNoPropProfileParseModule()
134 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix); in CheckProfileTypes()
153 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix);
290 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix);
310 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix);
331 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix);
578 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix);
595 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix);
616 patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_bundle_profile.h35 ErrCode TransformTo(
44 ErrCode TransformTo(
53 ErrCode TransformTo(
H A Dbundle_profile.h35 ErrCode TransformTo(
40 ErrCode TransformTo(const std::ostringstream &source, BundlePackInfo &bundlePackInfo);
H A Ddefault_permission_profile.h35 …ErrCode TransformTo(const nlohmann::json &jsonObject, std::set<DefaultPermission> &defaultPermissi…
H A Dmodule_profile.h41 ErrCode TransformTo(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp123 return moduleProfile.TransformTo( in Parse()
129 ErrCode ret = bundleProfile.TransformTo( in Parse()
167 ErrCode ret = bundleProfile.TransformTo(outStreamForPackInfo, bundlePackInfo); in ParsePackInfo()
230 return preBundleProfile.TransformTo(jsonBuf, scanInfos); in ParsePreInstallConfig()
244 return preBundleProfile.TransformTo(jsonBuf, uninstallList); in ParsePreUnInstallConfig()
257 return preBundleProfile.TransformTo(jsonBuf, preBundleConfigInfos); in ParsePreInstallAbilityConfig()
270 return profile.TransformTo(jsonBuf, defaultPermissions); in ParseDefaultPermission()
H A Dpre_bundle_profile.cpp55 ErrCode PreBundleProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PreBundleProfile
128 ErrCode PreBundleProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PreBundleProfile
171 ErrCode PreBundleProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PreBundleProfile
H A Ddefault_permission_profile.cpp51 ErrCode DefaultPermissionProfile::TransformTo(const nlohmann::json &jsonObject, in TransformTo() function in OHOS::AppExecFwk::DefaultPermissionProfile
H A Dbundle_profile.cpp2611 ErrCode BundleProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::BundleProfile
2649 ErrCode BundleProfile::TransformTo(const std::ostringstream &source, BundlePackInfo &bundlePackInfo) in TransformTo() function in OHOS::AppExecFwk::BundleProfile
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp44 return TransformTo(jsonBuf, bmsExtension); in ParseBmsExtension()
83 ErrCode BmsExtensionProfile::TransformTo(const nlohmann::json &jsonObject, in TransformTo() function in OHOS::AppExecFwk::BmsExtensionProfile
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/
H A Dmodule_profile.h32 ErrCode TransformTo(const std::vector<uint8_t> &buf, InnerBundleInfo &innerBundleInfo) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/include/
H A Dbms_extension_profile.h33 ErrCode TransformTo(const nlohmann::json &jsonObject, BmsExtension &bmsExtension) const;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dpatch_profile.h28 ErrCode TransformTo(
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_form_profile_test/
H A Dextension_form_profile_test.cpp41 info.TransformTo(formProfile, infos, level); in BenchmarkTestForTransformTo()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/
H A Dinsight_intent_profile.h59 static bool TransformTo(const std::string &profileStr, std::vector<InsightIntentInfo> &infos);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp410 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_1, bmsExtension);
423 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_3, bmsExtension);
436 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_4, bmsExtension);
449 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_5, bmsExtension);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_profile.h66 static ErrCode TransformTo(
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dbundle_container.cpp42 moduleProfile.TransformTo(buffer, *bundleInfo_); in LoadBundleInfos()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dpatch_parser.cpp51 ErrCode ret = patchProfile.TransformTo(outStreamForHatchInfo, patchExtractor, appQuickFix); in ParsePatchInfo()
H A Dpatch_profile.cpp312 ErrCode PatchProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PatchProfile
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_utils.cpp82 if (!InsightIntentProfile::TransformTo(profile, infos)) { in GetSrcEntry()
H A Dinsight_intent_profile.cpp276 bool InsightIntentProfile::TransformTo(const std::string &profileStr, std::vector<InsightIntentInfo… in TransformTo() function in OHOS::AbilityRuntime::InsightIntentProfile
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp3727 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST, scanInfos);
3740 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST1, scanInfos);
3755 ErrCode res = preBundleProfile.TransformTo(errorTypeJson, scanInfos);
3768 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST2, scanInfos);
3781 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST3, scanInfos);
3794 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST1, scanInfos);
3809 ErrCode res = preBundleProfile.TransformTo(errorTypeJson, scanInfos);
3822 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST2, scanInfos);
3835 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST4, scanInfos);
3848 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST4, scanInfos);
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp485 ErrCode ExtensionFormProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::ExtensionFormProfile
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp99 …ErrCode errCode = ExtensionFormProfile::TransformTo(profileInfo, extensionFormInfos, privacyLevel); in LoadStageFormConfigInfo()

12