Home
last modified time | relevance | path

Searched refs:InstallSystemSharedBundle (Results 1 – 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
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/
Dmock_system_bundle_installer.cpp165 bool SystemBundleInstaller::InstallSystemSharedBundle( in InstallSystemSharedBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dsystem_bundle_installer.cpp46 bool SystemBundleInstaller::InstallSystemSharedBundle( in InstallSystemSharedBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
Dbundle_mgr_service_event_handler.cpp1032 if (!installer.InstallSystemSharedBundle(installParam, false, appType)) { in ProcessSystemSharedBundleInstall()
1985 return installer.InstallSystemSharedBundle(installParam, true, appType); in OTAInstallSystemSharedBundle()