/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_installer.h | 69 void InstallByBundleName(const std::string &bundleName, const InstallParam &installParam);
|
H A D | bundle_installer_host.h | 100 virtual bool InstallByBundleName(const std::string &bundleName, const InstallParam &installParam,
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/ |
H A D | bundle_installer_interface.h | 92 virtual bool InstallByBundleName(const std::string &bundleName, const InstallParam &installParam, in InstallByBundleName() function in OHOS::AppExecFwk::IBundleInstaller
|
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundleinstallerhost_fuzzer/ |
H A D | bundleinstallerhost_fuzzer.cpp | 73 bundleInstallerHost->InstallByBundleName(bundleName, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/ |
H A D | bms_bundle_multiuser_install_ipc_test.cpp | 145 bool InstallByBundleName(const std::string &bundleName, const InstallParam &installParam, in InstallByBundleName() function in OHOS::EmptyTestBundleInstaller
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_installer_manager.cpp | 114 installer->InstallByBundleName(bundleName, installParam); in CreateInstallByBundleNameTask()
|
H A D | bundle_installer.cpp | 110 void BundleInstaller::InstallByBundleName(const std::string &bundleName, const InstallParam &installParam) in InstallByBundleName() function in OHOS::AppExecFwk::BundleInstaller
|
H A D | bundle_user_mgr_host_impl.cpp | 164 installer->InstallByBundleName(info.GetBundleName(), installParam, userReceiverImpl); in OnCreateNewUser()
|
H A D | bundle_installer_host.cpp | 496 bool BundleInstallerHost::InstallByBundleName(const std::string &bundleName, in InstallByBundleName() function in OHOS::AppExecFwk::BundleInstallerHost
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/ |
H A D | bms_bundle_permission_system_app_test.cpp | 829 * @tc.name: test InstallByBundleName of BundleInstallerHost 831 * 2. InstallByBundleName false by no permission 837 bool ret = bundleInstallerHost_->InstallByBundleName(BUNDLE_NAME, installParam, receiver); in HWTEST_F() 1083 * @tc.name: test InstallByBundleName of BundleInstallerHost 1085 * 2. InstallByBundleName false by no permission 1093 bool ret = bundleInstallerHost_->InstallByBundleName(BUNDLE_NAME, installParam, statusReceiver); in HWTEST_F() 1369 * @tc.name: test InstallByBundleName of IBundleInstaller 1377 auto result = installerProxy->InstallByBundleName("", installParam, nullptr); in HWTEST_F()
|
H A D | bms_bundle_permission_false_test.cpp | 1086 * @tc.name: test InstallByBundleName of BundleInstallerHost 1088 * 2. InstallByBundleName false by no permission 1094 bool ret = bundleInstallerHost_->InstallByBundleName(BUNDLE_NAME, installParam, receiver); in HWTEST_F() 1464 * @tc.name: test InstallByBundleName of BundleInstallerHost 1466 * 2. InstallByBundleName false by no permission 1474 bool ret = bundleInstallerHost_->InstallByBundleName(BUNDLE_NAME, installParam, statusReceiver); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/ |
H A D | bms_install_system_test.cpp | 142 static void InstallByBundleName( 216 void BmsInstallSystemTest::InstallByBundleName( in InstallByBundleName() function in OHOS::AppExecFwk::BmsInstallSystemTest 231 bool installResult = installerProxy->InstallByBundleName(bundleFilePath, installParam, statusReceiver); in InstallByBundleName()
|
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_launcher_service_system_test/ |
H A D | bms_launcher_service_system_test.cpp | 891 * @tc.name: test InstallByBundleName by LauncherService 905 bool result = installerProxy->InstallByBundleName("", installParam, statusReceiver); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_installer_test.cpp | 2524 ret = installer->InstallByBundleName("", installParam, nullptr); in HWTEST_F()
|