Home
last modified time | relevance | path

Searched refs:InstallSystemBundle (Results 1 – 10 of 10) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
Dbms_bundle_ota_update_test.cpp90 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 …]
Dbms_bundle_app_service_fwk_installer.cpp77 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);
Dbms_bundle_installer_test.cpp114 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/
Dsystem_bundle_installer.h34 ErrCode InstallSystemBundle(
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
Dbundle_manager_service.h72 void InstallSystemBundle(const char *fileDir, const char *fileName);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
Dmock_system_bundle_installer.cpp37 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
Dsystem_bundle_installer.cpp33 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
Dbundle_mgr_service_event_handler.cpp994 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/
Dbundle_manager_service.cpp324 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/
Dbms_bundle_manager_test.cpp93 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()