Home
last modified time | relevance | path

Searched refs:TransformTo (Results 1 - 25 of 28) sorted by relevance

12

/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> &defaultPermissions) const;
H A Dmodule_profile.h41 ErrCode TransformTo(
/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); in HWTEST_F()
290 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix); in HWTEST_F()
310 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix); in HWTEST_F()
331 ErrCode ret = patchProfile.TransformTo(profileFileBuffer, patchExtractor, appQuickFix); in HWTEST_F()
564 * @tc.name: TransformTo
566 * 2. call TransformTo with module name is invalid
578 ErrCode ret = patchProfile.TransformTo(profileFileBuffe in HWTEST_F()
[all...]
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_parser.cpp122 return moduleProfile.TransformTo( in Parse()
128 ErrCode ret = bundleProfile.TransformTo( in Parse()
166 ErrCode ret = bundleProfile.TransformTo(outStreamForPackInfo, bundlePackInfo); in ParsePackInfo()
230 return preBundleProfile.TransformTo(jsonBuf, scanInfos); in ParsePreInstallConfig()
245 return preBundleProfile.TransformTo(jsonBuf, uninstallList); in ParsePreUnInstallConfig()
259 return preBundleProfile.TransformTo(jsonBuf, preBundleConfigInfos); in ParsePreInstallAbilityConfig()
273 return profile.TransformTo(jsonBuf, defaultPermissions); in ParseDefaultPermission()
H A Dpre_bundle_profile.cpp53 ErrCode PreBundleProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PreBundleProfile
123 ErrCode PreBundleProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PreBundleProfile
166 ErrCode PreBundleProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PreBundleProfile
H A Ddefault_permission_profile.cpp47 ErrCode DefaultPermissionProfile::TransformTo(const nlohmann::json &jsonObject, in TransformTo() function in OHOS::AppExecFwk::DefaultPermissionProfile
/foundation/ability/ability_runtime/test/unittest/insight_intent_profile_test/
H A Dinsight_intent_profile_test.cpp173 * @tc.name: TransformTo
174 * @tc.desc: Test whether TransformTo and are called normally.
180 bool result = InsightIntentProfile::TransformTo(profileStr, intentInfos); in HWTEST_F()
187 * @tc.name: TransformTo
188 * @tc.desc: Test whether TransformTo and are called normally.
193 bool result = InsightIntentProfile::TransformTo(profileJsonStr, intentInfos); in HWTEST_F()
200 * @tc.name: TransformTo
201 * @tc.desc: Test whether TransformTo and are called normally.
207 bool result = InsightIntentProfile::TransformTo(profileStr, intentInfos); in HWTEST_F()
/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;
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/
H A Dpatch_profile.h28 ErrCode TransformTo(
/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;
/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_form_profile_test/
H A Dextension_form_profile_test.cpp27 * @tc.desc: Testcase for testing 'TransformTo' function.
40 /* @tc.steps: step1.call TransformTo in loop */ in BenchmarkTestForTransformTo()
41 info.TransformTo(formProfile, infos, level); in BenchmarkTestForTransformTo()
/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
/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);
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dextension_form_profile.h66 static ErrCode TransformTo(
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/
H A Dbundle_container.cpp42 moduleProfile.TransformTo(buffer, *bundleInfo_); in LoadBundleInfos()
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/
H A Dinsight_intent_utils.cpp82 if (!InsightIntentProfile::TransformTo(profile, infos)) { in GetSrcEntry()
/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.cpp300 ErrCode PatchProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PatchProfile
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/
H A Dbms_extension_data_mgr_test.cpp427 * @tc.name: TransformTo
428 * @tc.desc: TransformTo
434 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_1, bmsExtension); in HWTEST_F()
440 * @tc.name: TransformTo
441 * @tc.desc: TransformTo
447 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_3, bmsExtension); in HWTEST_F()
453 * @tc.name: TransformTo
454 * @tc.desc: TransformTo
460 ErrCode res = bmsExtensionProfile.TransformTo(EXTENSIONS_JSON_4, bmsExtension); in HWTEST_F()
466 * @tc.name: TransformTo
[all...]
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dinsight_intent_profile.cpp258 bool InsightIntentProfile::TransformTo(const std::string &profileStr, std::vector<InsightIntentInfo> &intentInfos) in TransformTo() function in OHOS::AbilityRuntime::InsightIntentProfile
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dextension_form_profile.cpp472 ErrCode ExtensionFormProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::ExtensionFormProfile
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_kit_service_test/
H A Dbms_bundle_data_mgr_test.cpp3741 * @tc.name: test TransformTo
3742 * @tc.desc: 1. call TransformTo, return ERR_OK
3748 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST, scanInfos); in HWTEST_F()
3754 * @tc.name: test TransformTo
3755 * @tc.desc: 1. call TransformTo, return ERR_APPEXECFWK_PARSE_PROFILE_PROP_TYPE_ERROR
3761 ErrCode res = preBundleProfile.TransformTo(INSTALL_LIST1, scanInfos); in HWTEST_F()
3767 * @tc.name: test TransformTo
3768 * @tc.desc: 1. call TransformTo, return ERR_APPEXECFWK_PARSE_PROFILE_PROP_TYPE_ERROR
3776 ErrCode res = preBundleProfile.TransformTo(errorTypeJson, scanInfos); in HWTEST_F()
3782 * @tc.name: test TransformTo
[all...]
/foundation/ability/form_fwk/services/src/
H A Dform_info_mgr.cpp99 ErrCode errCode = ExtensionFormProfile::TransformTo(profileInfo, extensionFormInfos, privacyLevel); in LoadStageFormConfigInfo()

Completed in 21 milliseconds

12