Home
last modified time | relevance | path

Searched refs:InstallSystemSharedBundle (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dsystem_bundle_installer.h45 bool InstallSystemSharedBundle(InstallParam &installParam, bool isOTA, Constants::AppType appType);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp188 bool SystemBundleInstaller::InstallSystemSharedBundle( in InstallSystemSharedBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp51 bool SystemBundleInstaller::InstallSystemSharedBundle( in InstallSystemSharedBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
H A Dbundle_mgr_service_event_handler.cpp1105 if (!installer.InstallSystemSharedBundle(installParam, false, appType)) { in ProcessSystemSharedBundleInstall()
3051 return installer.InstallSystemSharedBundle(installParam, true, appType); in OTAInstallSystemSharedBundle()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_installer_test.cpp6885 * @tc.name: test InstallSystemSharedBundle
6886 * @tc.desc: 1.Test InstallSystemSharedBundle the SystemBundleInstaller
6895 bool ret = installer.InstallSystemSharedBundle(installParam, isOTA, appType); in HWTEST_F()

Completed in 19 milliseconds