/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/ |
H A D | sched_scheduler_test.cpp | 106 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::FINISH); 108 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::WAIT); 163 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::START); 165 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::RUNNING);
|
H A D | svc_session_manager_test.cpp | 868 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::START); 871 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::START); 872 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::START); 873 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::START); 876 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::WAIT); 901 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::START); 905 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::FINISH); 932 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::START); 936 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::FINISH); 962 … sessionManagerPtr_->SetServiceSchedAction(bundleName, BConstants::ServiceSchedAction::START); [all …]
|
H A D | svc_session_manager_ex_test.cpp | 139 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::RUNNING);
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | svc_session_manager_throw_mock.cpp | 112 void SvcSessionManager::SetServiceSchedAction(const string &bundleName, BConstants::ServiceSchedAct… in SetServiceSchedAction() function in OHOS::FileManagement::Backup::SvcSessionManager 114 BackupSvcSessionManager::session->SetServiceSchedAction(bundleName, action); in SetServiceSchedAction()
|
H A D | svc_session_manager_throw_mock.h | 48 virtual void SetServiceSchedAction(const std::string &, BConstants::ServiceSchedAction) = 0; 117 MOCK_METHOD(void, SetServiceSchedAction, (const std::string &, BConstants::ServiceSchedAction));
|
H A D | svc_session_manager_mock.cpp | 184 void SvcSessionManager::SetServiceSchedAction(const string &bundleName, BConstants::ServiceSchedAct… in SetServiceSchedAction() function in OHOS::FileManagement::Backup::SvcSessionManager
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/ |
H A D | svc_session_manager.h | 242 … void SetServiceSchedAction(const std::string &bundleName, BConstants::ServiceSchedAction action);
|
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | service.cpp | 1065 session_->SetServiceSchedAction(callName, BConstants::ServiceSchedAction::CLEAN); in ExtConnectDied() 1254 session_->SetServiceSchedAction(bundleName, BConstants::ServiceSchedAction::CLEAN); in ExtConnectDone() 1256 session_->SetServiceSchedAction(bundleName, BConstants::ServiceSchedAction::RUNNING); in ExtConnectDone()
|
H A D | svc_session_manager.cpp | 463 void SvcSessionManager::SetServiceSchedAction(const string &bundleName, BConstants::ServiceSchedAct… in SetServiceSchedAction() function in OHOS::FileManagement::Backup::SvcSessionManager
|