Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dsystem_bundle_installer.h45 …bool InstallSystemSharedBundle(InstallParam &installParam, bool isOTA, Constants::AppType appType);
/ohos5.0/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
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp50 bool SystemBundleInstaller::InstallSystemSharedBundle( in InstallSystemSharedBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
H A Dbundle_mgr_service_event_handler.cpp1070 if (!installer.InstallSystemSharedBundle(installParam, false, appType)) { in ProcessSystemSharedBundleInstall()
2443 return installer.InstallSystemSharedBundle(installParam, true, appType); in OTAInstallSystemSharedBundle()