/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_ota_update_test.cpp | 155 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 D | bms_bundle_installer_test.cpp | 122 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 D | mock_system_bundle_installer.cpp | 60 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 D | system_bundle_installer.h | 53 ErrCode OTAInstallSystemBundle(
|
H A D | bundle_mgr_service_event_handler.h | 404 bool OTAInstallSystemBundle(
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | system_bundle_installer.cpp | 65 ErrCode SystemBundleInstaller::OTAInstallSystemBundle( in OTAInstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
|
H A D | bundle_mgr_service_event_handler.cpp | 488 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 D | bms_service_startup_test.cpp | 269 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 D | bundle_mgr_service_event_handler.cpp | 556 bool BMSEventHandler::OTAInstallSystemBundle( in OTAInstallSystemBundle() function in OHOS::AppExecFwk::BMSEventHandler
|