/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/ |
H A D | bms_patch_parser_test.cpp | 110 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 D | pre_bundle_profile.h | 35 ErrCode TransformTo( 44 ErrCode TransformTo( 53 ErrCode TransformTo(
|
H A D | bundle_profile.h | 35 ErrCode TransformTo( 40 ErrCode TransformTo(const std::ostringstream &source, BundlePackInfo &bundlePackInfo);
|
H A D | default_permission_profile.h | 35 …ErrCode TransformTo(const nlohmann::json &jsonObject, std::set<DefaultPermission> &defaultPermissi…
|
H A D | module_profile.h | 41 ErrCode TransformTo(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_parser.cpp | 123 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 D | pre_bundle_profile.cpp | 55 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 D | default_permission_profile.cpp | 51 ErrCode DefaultPermissionProfile::TransformTo(const nlohmann::json &jsonObject, in TransformTo() function in OHOS::AppExecFwk::DefaultPermissionProfile
|
H A D | bundle_profile.cpp | 2611 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 D | bms_extension_profile.cpp | 44 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 D | module_profile.h | 32 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 D | bms_extension_profile.h | 33 ErrCode TransformTo(const nlohmann::json &jsonObject, BmsExtension &bmsExtension) const;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | patch_profile.h | 28 ErrCode TransformTo(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_form_profile_test/ |
H A D | extension_form_profile_test.cpp | 41 info.TransformTo(formProfile, infos, level); in BenchmarkTestForTransformTo()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/ability_manager/include/ |
H A D | insight_intent_profile.h | 59 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 D | bms_extension_data_mgr_test.cpp | 410 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 D | extension_form_profile.h | 66 static ErrCode TransformTo(
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | bundle_container.cpp | 42 moduleProfile.TransformTo(buffer, *bundleInfo_); in LoadBundleInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | patch_parser.cpp | 51 ErrCode ret = patchProfile.TransformTo(outStreamForHatchInfo, patchExtractor, appQuickFix); in ParsePatchInfo()
|
H A D | patch_profile.cpp | 312 ErrCode PatchProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PatchProfile
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | insight_intent_utils.cpp | 82 if (!InsightIntentProfile::TransformTo(profile, infos)) { in GetSrcEntry()
|
H A D | insight_intent_profile.cpp | 276 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 D | bms_bundle_data_mgr_test.cpp | 3727 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 D | extension_form_profile.cpp | 485 ErrCode ExtensionFormProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::ExtensionFormProfile
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_info_mgr.cpp | 99 …ErrCode errCode = ExtensionFormProfile::TransformTo(profileInfo, extensionFormInfos, privacyLevel); in LoadStageFormConfigInfo()
|