Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp107 BConstants::ServiceSchedAction SvcSessionManager::GetServiceSchedAction(const std::string &bundleNa… in GetServiceSchedAction() function in OHOS::FileManagement::Backup::SvcSessionManager
109 return BackupSvcSessionManager::session->GetServiceSchedAction(bundleName); in GetServiceSchedAction()
H A Dsvc_session_manager_throw_mock.h47 virtual BConstants::ServiceSchedAction GetServiceSchedAction(const std::string &) = 0;
116 MOCK_METHOD(BConstants::ServiceSchedAction, GetServiceSchedAction, (const std::string &));
H A Dsvc_session_manager_mock.cpp174 BConstants::ServiceSchedAction SvcSessionManager::GetServiceSchedAction(const std::string &bundleNa… in GetServiceSchedAction() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsvc_session_manager_ex_test.cpp111 sessionManagerPtr_->GetServiceSchedAction(BUNDLE_NAME);
H A Dsvc_session_manager_test.cpp898 auto action = sessionManagerPtr_->GetServiceSchedAction(BUNDLE_NAME);
902 action = sessionManagerPtr_->GetServiceSchedAction(BUNDLE_NAME);
927 auto action = sessionManagerPtr_->GetServiceSchedAction(BUNDLE_NAME);
933 action = sessionManagerPtr_->GetServiceSchedAction(BUNDLE_NAME);
959 auto action = sessionManagerPtr_->GetServiceSchedAction(bundleName);
963 action = sessionManagerPtr_->GetServiceSchedAction(bundleName);
970 sessionManagerPtr_->GetServiceSchedAction(bundleName);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_sched/
H A Dsched_scheduler.cpp95 BConstants::ServiceSchedAction action = sessionPtr_->GetServiceSchedAction(bundleName); in ExecutingQueueTasks()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h234 BConstants::ServiceSchedAction GetServiceSchedAction(const std::string &bundleName);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice_incremental.cpp566 auto action = session_->GetServiceSchedAction(bundleName); in GetIncrementalFileHandle()
H A Dsvc_session_manager.cpp453 BConstants::ServiceSchedAction SvcSessionManager::GetServiceSchedAction(const std::string &bundleNa… in GetServiceSchedAction() function in OHOS::FileManagement::Backup::SvcSessionManager
H A Dservice.cpp994 auto action = session_->GetServiceSchedAction(bundleName); in GetFileHandle()
1247 BConstants::ServiceSchedAction curSchedAction = session_->GetServiceSchedAction(bundleName); in ExtConnectDone()