/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> &defaultPermissions) const;
|
H A D | module_profile.h | 41 ErrCode TransformTo(
|
/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); 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 D | bundle_parser.cpp | 122 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 D | pre_bundle_profile.cpp | 53 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 D | default_permission_profile.cpp | 47 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 D | insight_intent_profile_test.cpp | 173 * @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 D | module_profile.h | 32 ErrCode TransformTo(const std::vector<uint8_t> &buf, InnerBundleInfo &innerBundleInfo) const;
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/quick_fix/ |
H A D | patch_profile.h | 28 ErrCode TransformTo(
|
/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;
|
/foundation/bundlemanager/bundle_framework/test/benchmarktest/extension_form_profile_test/ |
H A D | extension_form_profile_test.cpp | 27 * @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 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
|
/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);
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | extension_form_profile.h | 66 static ErrCode TransformTo(
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | bundle_container.cpp | 42 moduleProfile.TransformTo(buffer, *bundleInfo_); in LoadBundleInfos()
|
/foundation/ability/ability_runtime/services/abilitymgr/src/utils/ |
H A D | insight_intent_utils.cpp | 82 if (!InsightIntentProfile::TransformTo(profile, infos)) { in GetSrcEntry()
|
/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 | 300 ErrCode PatchProfile::TransformTo( in TransformTo() function in OHOS::AppExecFwk::PatchProfile
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_data_mgr_test/ |
H A D | bms_extension_data_mgr_test.cpp | 427 * @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 D | insight_intent_profile.cpp | 258 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 D | extension_form_profile.cpp | 472 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 D | bms_bundle_data_mgr_test.cpp | 3741 * @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 D | form_info_mgr.cpp | 99 ErrCode errCode = ExtensionFormProfile::TransformTo(profileInfo, extensionFormInfos, privacyLevel); in LoadStageFormConfigInfo()
|