/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_ota_update_test.cpp | 138 return installer->InstallSystemBundle( in InstallSystemBundle() 214 bool ret = InstallSystemBundle(bundleFile); 264 bool ret = InstallSystemBundle(bundleFile); 308 bool ret = InstallSystemBundle(bundleFile); 335 bool ret = InstallSystemBundle(bundleFile); 365 bool ret = InstallSystemBundle(bundleFile); 376 ret = InstallSystemBundle(bundleFile); 379 ret = InstallSystemBundle(bundleFile); 420 bool ret = InstallSystemBundle(bundleFile); 458 bool ret = InstallSystemBundle(bundleFile); [all …]
|
H A D | bms_bundle_app_service_fwk_installer.cpp | 78 ErrCode InstallSystemBundle(const std::string &filePath, int32_t userId) const; 123 ErrCode BmsBundleAppServiceFwkInstallerTest::InstallSystemBundle(const std::string &filePath, int32… in InstallSystemBundle() function in OHOS::BmsBundleAppServiceFwkInstallerTest 136 return installer->InstallSystemBundle( in InstallSystemBundle()
|
H A D | bms_bundle_installer_test.cpp | 168 return installer->InstallSystemBundle( in InstallSystemBundle() 424 bool result = InstallSystemBundle(bundleFile); 439 bool result = InstallSystemBundle(nonExistFile); 452 bool result = InstallSystemBundle(""); 466 bool result = InstallSystemBundle(wrongBundleName); 480 bool result = InstallSystemBundle(bundleFile); 495 bool result = InstallSystemBundle(bundleFile); 527 bool installResult = InstallSystemBundle(bundleFile); 567 bool firstInstall = InstallSystemBundle(bundleFile); 573 bool secondInstall = InstallSystemBundle(bundleFile); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | system_bundle_installer.h | 34 ErrCode InstallSystemBundle(
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
H A D | bundle_manager_service.h | 72 void InstallSystemBundle(const char *fileDir, const char *fileName);
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
H A D | bundle_manager_service.cpp | 324 InstallSystemBundle(SYSTEM_BUNDLE_PATH, ent->d_name); in InstallAllSystemBundle() 326 InstallSystemBundle(THIRD_SYSTEM_BUNDLE_PATH, ent->d_name); in InstallAllSystemBundle() 332 void ManagerService::InstallSystemBundle(const char *fileDir, const char *fileName) in InstallSystemBundle() function in OHOS::ManagerService
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
H A D | mock_system_bundle_installer.cpp | 37 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | system_bundle_installer.cpp | 34 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
|
H A D | bundle_mgr_service_event_handler.cpp | 1030 ErrCode ret = installer.InstallSystemBundle(preScanInfo.bundleDir, installParam, appType); in ProcessSystemBundleInstall() 1051 ErrCode ret = installer.InstallSystemBundle(bundleDir, installParam, appType); in ProcessSystemBundleInstall()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 99 bool InstallSystemBundle(const std::string &filePath) const; 134 bool BmsBundleManagerTest::InstallSystemBundle(const std::string &filePath) const in InstallSystemBundle() function in OHOS::BmsBundleManagerTest 147 return installer->InstallSystemBundle( in InstallSystemBundle()
|