Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp53 std::atomic<int32_t> activeSessionId_(-1); variable
220 if (activeSessionId_.load() < 0) { in GetRunningScreenCaptureInstancePid()
298 currentSessionId = activeSessionId_.load(); in ReportAVScreenCaptureUserChoice()
313 activeSessionId_.store(SESSION_ID_INVALID); in ReportAVScreenCaptureUserChoice()
1177 activeSessionId_.store(sessionId_); in PostStartScreenCapture()
1370 currentSessionId = activeSessionId_.load(); in SystemRecorderInterruptLatestRecorder()
1377 if (latestServer != nullptr && sessionId_ != activeSessionId_.load()) { in SystemRecorderInterruptLatestRecorder()
1384 activeSessionId_.store(SESSION_ID_INVALID); in SystemRecorderInterruptLatestRecorder()
2598 activeSessionId_.load()); in PostStopScreenCapture()
2599 if (sessionId_ == activeSessionId_.load()) { in PostStopScreenCapture()
[all …]