| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
| D | bms_bundle_ota_update_test.cpp | 90 bool InstallSystemBundle(const std::string &filePath) const; 122 bool BmsBundleOtaUpdateTest::InstallSystemBundle(const std::string &filePath) const in InstallSystemBundle() function in OHOS::BmsBundleOtaUpdateTest 133 return installer->InstallSystemBundle( in InstallSystemBundle() 205 bool ret = InstallSystemBundle(bundleFile); 249 bool ret = InstallSystemBundle(bundleFile); 291 bool ret = InstallSystemBundle(bundleFile); 316 bool ret = InstallSystemBundle(bundleFile); 344 bool ret = InstallSystemBundle(bundleFile); 355 ret = InstallSystemBundle(bundleFile); 358 ret = InstallSystemBundle(bundleFile); [all …]
|
| D | bms_bundle_app_service_fwk_installer.cpp | 77 ErrCode InstallSystemBundle(const std::string &filePath, int32_t userId) const; 122 ErrCode BmsBundleAppServiceFwkInstallerTest::InstallSystemBundle(const std::string &filePath, int32… in InstallSystemBundle() function in OHOS::BmsBundleAppServiceFwkInstallerTest 133 return installer->InstallSystemBundle( in InstallSystemBundle() 427 auto result = InstallSystemBundle(HAP_PATH_TEST, USERID);
|
| D | bms_bundle_installer_test.cpp | 114 bool InstallSystemBundle(const std::string &filePath) const; 148 bool BmsBundleInstallerTest::InstallSystemBundle(const std::string &filePath) const in InstallSystemBundle() function in OHOS::BmsBundleInstallerTest 159 return installer->InstallSystemBundle( in InstallSystemBundle() 371 bool result = InstallSystemBundle(bundleFile); 386 bool result = InstallSystemBundle(nonExistFile); 399 bool result = InstallSystemBundle(""); 413 bool result = InstallSystemBundle(wrongBundleName); 427 bool result = InstallSystemBundle(bundleFile); 442 bool result = InstallSystemBundle(bundleFile); 474 bool installResult = InstallSystemBundle(bundleFile); [all …]
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
| D | system_bundle_installer.h | 34 ErrCode InstallSystemBundle(
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/ |
| D | bundle_manager_service.h | 72 void InstallSystemBundle(const char *fileDir, const char *fileName);
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/ |
| D | mock_system_bundle_installer.cpp | 37 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
| D | system_bundle_installer.cpp | 33 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
|
| D | bundle_mgr_service_event_handler.cpp | 994 ErrCode ret = installer.InstallSystemBundle(preScanInfo.bundleDir, installParam, appType); in ProcessSystemBundleInstall() 1014 ErrCode ret = installer.InstallSystemBundle(bundleDir, installParam, appType); in ProcessSystemBundleInstall()
|
| /foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/ |
| 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
|
| /foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
| D | bms_bundle_manager_test.cpp | 93 bool InstallSystemBundle(const std::string &filePath) const; 128 bool BmsBundleManagerTest::InstallSystemBundle(const std::string &filePath) const in InstallSystemBundle() function in OHOS::BmsBundleManagerTest 139 return installer->InstallSystemBundle( in InstallSystemBundle()
|