Searched refs:ProcessRebootQuickFixBundleInstall (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_app_provision_info_test/ |
H A D | bms_bundle_app_provision_info_test.cpp | 1476 handler->ProcessRebootQuickFixBundleInstall(NOT_EXIST_PATH, false); 1481 handler->ProcessRebootQuickFixBundleInstall(EXIST_PATH, false); 1508 handler->ProcessRebootQuickFixBundleInstall(EXIST_PATH, false); 1541 handler->ProcessRebootQuickFixBundleInstall(EXIST_PATH, false); 1566 handler->ProcessRebootQuickFixBundleInstall(EXIST_PATH, true); 1586 handler->ProcessRebootQuickFixBundleInstall(EXIST_PATH2, false);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_service_event_handler.h | 102 static void ProcessRebootQuickFixBundleInstall(const std::string &path, bool isOta);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_user_mgr_host_impl.cpp | 169 BMSEventHandler::ProcessRebootQuickFixBundleInstall(QUICK_FIX_APP_PATH, false); in OnCreateNewUser()
|
H A D | bundle_mgr_service_event_handler.cpp | 337 ProcessRebootQuickFixBundleInstall(QUICK_FIX_APP_PATH, false); in BundleRebootStartEvent() 853 ProcessRebootQuickFixBundleInstall(QUICK_FIX_APP_PATH, true); in OnBundleBootStart() 1116 ProcessRebootQuickFixBundleInstall(QUICK_FIX_APP_PATH, true); in ProcessRebootBundle() 2924 void BMSEventHandler::ProcessRebootQuickFixBundleInstall(const std::string &path, bool isOta) in ProcessRebootQuickFixBundleInstall() function in OHOS::AppExecFwk::BMSEventHandler
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | bundle_mgr_service_event_handler.cpp | 707 void BMSEventHandler::ProcessRebootQuickFixBundleInstall(const std::string& path, bool isOta) {} in ProcessRebootQuickFixBundleInstall() function in OHOS::AppExecFwk::BMSEventHandler
|