Home
last modified time | relevance | path

Searched refs:GetSessionCnt (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dsvc_session_manager_throw_mock.cpp288 int SvcSessionManager::GetSessionCnt() in GetSessionCnt() function in OHOS::FileManagement::Backup::SvcSessionManager
290 return BackupSvcSessionManager::session->GetSessionCnt(); in GetSessionCnt()
H A Dsvc_session_manager_throw_mock.h83 virtual int GetSessionCnt() = 0;
152 MOCK_METHOD(int, GetSessionCnt, ());
H A Dsvc_session_manager_mock.cpp414 int SvcSessionManager::GetSessionCnt() in GetSessionCnt() function in OHOS::FileManagement::Backup::SvcSessionManager
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_sched/
H A Dsched_scheduler.cpp169 if (ptr && ptr->GetSessionCnt() > 0) { in TryUnloadServiceTimer()
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/include/module_ipc/
H A Dsvc_session_manager.h504 int GetSessionCnt();
/ohos5.0/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dsvc_session_manager.cpp67 int SvcSessionManager::GetSessionCnt() in GetSessionCnt() function in OHOS::FileManagement::Backup::SvcSessionManager
H A Dservice.cpp1530 if (session_->GetSessionCnt() <= 0) { in SessionDeactive()