Home
last modified time | relevance | path

Searched refs:SetServiceSchedAction (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_sa/module_ipc/
H A Dsched_scheduler_test.cpp106 … 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 Dsvc_session_manager_test.cpp868 … 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 Dsvc_session_manager_ex_test.cpp139 … sessionManagerPtr_->SetServiceSchedAction(BUNDLE_NAME, BConstants::ServiceSchedAction::RUNNING);
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp112 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 Dsvc_session_manager_throw_mock.h48 virtual void SetServiceSchedAction(const std::string &, BConstants::ServiceSchedAction) = 0;
117 MOCK_METHOD(void, SetServiceSchedAction, (const std::string &, BConstants::ServiceSchedAction));
H A Dsvc_session_manager_mock.cpp184 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 Dsvc_session_manager.h242 … void SetServiceSchedAction(const std::string &bundleName, BConstants::ServiceSchedAction action);
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp1065 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 Dsvc_session_manager.cpp463 void SvcSessionManager::SetServiceSchedAction(const string &bundleName, BConstants::ServiceSchedAct… in SetServiceSchedAction() function in OHOS::FileManagement::Backup::SvcSessionManager