Home
last modified time | relevance | path

Searched refs:InstallByBundleName (Results 1 - 14 of 14) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_installer.h69 void InstallByBundleName(const std::string &bundleName, const InstallParam &installParam);
H A Dbundle_installer_host.h100 virtual bool InstallByBundleName(const std::string &bundleName, const InstallParam &installParam,
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_installer_interface.h92 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 Dbundleinstallerhost_fuzzer.cpp73 bundleInstallerHost->InstallByBundleName(bundleName, installParam, statusReceiver); in DoSomethingInterestingWithMyAPI()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_multiuser_install_test/
H A Dbms_bundle_multiuser_install_ipc_test.cpp145 bool InstallByBundleName(const std::string &bundleName, const InstallParam &installParam, in InstallByBundleName() function in OHOS::EmptyTestBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_installer_manager.cpp114 installer->InstallByBundleName(bundleName, installParam); in CreateInstallByBundleNameTask()
H A Dbundle_installer.cpp110 void BundleInstaller::InstallByBundleName(const std::string &bundleName, const InstallParam &installParam) in InstallByBundleName() function in OHOS::AppExecFwk::BundleInstaller
H A Dbundle_user_mgr_host_impl.cpp164 installer->InstallByBundleName(info.GetBundleName(), installParam, userReceiverImpl); in OnCreateNewUser()
H A Dbundle_installer_host.cpp496 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 Dbms_bundle_permission_system_app_test.cpp829 * @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 Dbms_bundle_permission_false_test.cpp1086 * @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 Dbms_install_system_test.cpp142 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 Dbms_launcher_service_system_test.cpp891 * @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 Dbms_bundle_installer_test.cpp2524 ret = installer->InstallByBundleName("", installParam, nullptr); in HWTEST_F()

Completed in 27 milliseconds