Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/
H A Dbms_bundle_ota_update_test.cpp138 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 Dbms_bundle_app_service_fwk_installer.cpp78 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 Dbms_bundle_installer_test.cpp168 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 Dsystem_bundle_installer.h34 ErrCode InstallSystemBundle(
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dbundle_manager_service.h72 void InstallSystemBundle(const char *fileDir, const char *fileName);
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A 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
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dmock_system_bundle_installer.cpp37 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dsystem_bundle_installer.cpp34 ErrCode SystemBundleInstaller::InstallSystemBundle( in InstallSystemBundle() function in OHOS::AppExecFwk::SystemBundleInstaller
H A Dbundle_mgr_service_event_handler.cpp1030 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 Dbms_bundle_manager_test.cpp99 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()