Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_ota_update_test.cpp155 return installer->OTAInstallSystemBundle( in OTAInstallSystemBundle()
163 return OTAInstallSystemBundle(filePaths); in OTAInstallSystemBundle()
230 ret = OTAInstallSystemBundle(bundleFile);
279 ret = OTAInstallSystemBundle(bundleFile);
312 ret = OTAInstallSystemBundle(bundleFile);
339 ret = OTAInstallSystemBundle(bundleFile);
387 ret = OTAInstallSystemBundle(bundleFile);
390 ret = OTAInstallSystemBundle(bundleFile);
393 ret = OTAInstallSystemBundle(bundleFile);
431 ret = OTAInstallSystemBundle(bundleFile);
[all …]
H A Dbms_bundle_installer_test.cpp122 bool OTAInstallSystemBundle(const std::string &filePath) const;
172 bool BmsBundleInstallerTest::OTAInstallSystemBundle(const std::string &filePath) const in OTAInstallSystemBundle() function in OHOS::BmsBundleInstallerTest
187 return installer->OTAInstallSystemBundle( in OTAInstallSystemBundle()
1591 bool result = OTAInstallSystemBundle(bundleFile);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp60 ErrCode SystemBundleInstaller::OTAInstallSystemBundle( in OTAInstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
209 return OTAInstallSystemBundle(filePaths, installParam, appType); in OTAInstallSystemBundleNeedCheckUser()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dsystem_bundle_installer.h53 ErrCode OTAInstallSystemBundle(
H A Dbundle_mgr_service_event_handler.h404 bool OTAInstallSystemBundle(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp65 ErrCode SystemBundleInstaller::OTAInstallSystemBundle( in OTAInstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
H A Dbundle_mgr_service_event_handler.cpp488 if (!OTAInstallSystemBundle( in ReInstallAllInstallDirApps()
1693 if (!OTAInstallSystemBundle(filePaths, appType, removable)) { in InnerProcessRebootBundleInstall()
1710 if (!OTAInstallSystemBundle(filePaths, appType, removable)) { in InnerProcessRebootBundleInstall()
2326 if (!OTAInstallSystemBundle(filePaths, Constants::AppType::SYSTEM_APP, removable)) { in HandlePreInstallException()
2348 if (!OTAInstallSystemBundle(preInstallBundleInfo.GetBundlePaths(), in HandlePreInstallException()
2361 bool BMSEventHandler::OTAInstallSystemBundle( in OTAInstallSystemBundle() function in OHOS::AppExecFwk::BMSEventHandler
2382 ErrCode ret = installer.OTAInstallSystemBundle(filePaths, installParam, appType); in OTAInstallSystemBundle()
3029 …if (installer.OTAInstallSystemBundle(filePaths, installParam, Constants::AppType::SYSTEM_APP) != E… in PatchSystemBundleInstall()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_service_startup_test/
H A Dbms_service_startup_test.cpp269 auto res = handler->OTAInstallSystemBundle(filePaths, appType, removable);
271 res = handler->OTAInstallSystemBundle(filePaths1, appType, removable);
365 bool res = handler->OTAInstallSystemBundle(
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp556 bool BMSEventHandler::OTAInstallSystemBundle( in OTAInstallSystemBundle() function in OHOS::AppExecFwk::BMSEventHandler