Home
last modified time | relevance | path

Searched refs:SystemBundleInstaller (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp27 SystemBundleInstaller::SystemBundleInstaller() in SystemBundleInstaller() function in OHOS::AppExecFwk::SystemBundleInstaller
32 SystemBundleInstaller::~SystemBundleInstaller() in ~SystemBundleInstaller()
37 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle()
60 ErrCode SystemBundleInstaller::OTAInstallSystemBundle( in OTAInstallSystemBundle()
85 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName) in UninstallSystemBundle()
113 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, bool isKeepData) in UninstallSystemBundle()
142 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string … in UninstallSystemBundle()
171 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const InstallParam… in UninstallSystemBundle()
188 bool SystemBundleInstaller::InstallSystemSharedBundle( in InstallSystemSharedBundle()
203 ErrCode SystemBundleInstaller::OTAInstallSystemBundleNeedCheckUser( in OTAInstallSystemBundleNeedCheckUser()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp24 SystemBundleInstaller::SystemBundleInstaller() in SystemBundleInstaller() function in OHOS::AppExecFwk::SystemBundleInstaller
29 SystemBundleInstaller::~SystemBundleInstaller() in ~SystemBundleInstaller()
34 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle()
50 bool SystemBundleInstaller::InstallSystemSharedBundle( in InstallSystemSharedBundle()
65 ErrCode SystemBundleInstaller::OTAInstallSystemBundle( in OTAInstallSystemBundle()
95 ErrCode SystemBundleInstaller::OTAInstallSystemBundleNeedCheckUser( in OTAInstallSystemBundleNeedCheckUser()
137 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName) in UninstallSystemBundle()
163 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, bool isKeepData) in UninstallSystemBundle()
190 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const std::string … in UninstallSystemBundle()
218 bool SystemBundleInstaller::UninstallSystemBundle(const std::string &bundleName, const InstallParam… in UninstallSystemBundle()
[all …]
H A Dbundle_mgr_service_event_handler.cpp1029 SystemBundleInstaller installer; in ProcessSystemBundleInstall()
1050 SystemBundleInstaller installer; in ProcessSystemBundleInstall()
1069 SystemBundleInstaller installer; in ProcessSystemSharedBundleInstall()
2163 SystemBundleInstaller installer; in ProcessRebootBundleUninstall()
2241 SystemBundleInstaller installer; in InnerProcessUninstallModule()
2381 SystemBundleInstaller installer; in OTAInstallSystemBundle()
2410 SystemBundleInstaller installer; in OTAInstallSystemBundleNeedCheckUser()
2442 SystemBundleInstaller installer; in OTAInstallSystemSharedBundle()
3027 SystemBundleInstaller installer; in PatchSystemBundleInstall()
3285 SystemBundleInstaller installer; in InnerProcessRebootUninstallWrongBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dsystem_bundle_installer.h23 class SystemBundleInstaller : public BaseBundleInstaller {
25 SystemBundleInstaller();
26 virtual ~SystemBundleInstaller() override;
96 DISALLOW_COPY_AND_MOVE(SystemBundleInstaller);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_ota_update_test.cpp128 auto installer = std::make_unique<SystemBundleInstaller>(); in InstallSystemBundle()
145 auto installer = std::make_unique<SystemBundleInstaller>(); in OTAInstallSystemBundle()
242 auto installer = std::make_unique<SystemBundleInstaller>();
289 auto installer = std::make_unique<SystemBundleInstaller>();
315 auto installer = std::make_unique<SystemBundleInstaller>();
342 auto installer = std::make_unique<SystemBundleInstaller>();
400 auto installer = std::make_unique<SystemBundleInstaller>();
438 auto installer = std::make_unique<SystemBundleInstaller>();
476 auto installer = std::make_unique<SystemBundleInstaller>();
508 auto installer = std::make_unique<SystemBundleInstaller>();
[all …]
H A Dbms_system_bundle_installer_test.cpp65 auto installer = std::make_unique<SystemBundleInstaller>(); in UninstallSystemBundle()
71 auto installer = std::make_unique<SystemBundleInstaller>(); in UninstallSystemBundle()
78 auto installer = std::make_unique<SystemBundleInstaller>(); in UninstallSystemBundle()
H A Dbms_bundle_app_service_fwk_installer.cpp126 auto installer = std::make_unique<SystemBundleInstaller>(); in InstallSystemBundle()
H A Dbms_bundle_installer_test.cpp158 auto installer = std::make_unique<SystemBundleInstaller>(); in InstallSystemBundle()
175 auto installer = std::make_unique<SystemBundleInstaller>(); in OTAInstallSystemBundle()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp137 auto installer = std::make_unique<SystemBundleInstaller>(); in InstallSystemBundle()