Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_users_manager.h40 std::shared_ptr<std::list<sptr<AVSessionItem>>> GetCurSessionListForFront();
H A Davsession_service.cpp586 … std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in HandleFocusSession()
663 … std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in UpdateFrontSession()
705 … std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in SelectFocusSession()
861 inline std::shared_ptr<std::list<sptr<AVSessionItem>>> AVSessionService::GetCurSessionListForFront() in GetCurSessionListForFront() function in OHOS::AVSession::AVSessionService
863 return GetUsersManager().GetCurSessionListForFront(); in GetCurSessionListForFront()
1074 … std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in CreateSessionByCast()
1356 … std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in CreateSessionInner()
1511 … std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in GetAllSessionDescriptors()
2122 … std::shared_ptr<std::list<sptr<AVSessionItem>>> sessionListForFront = GetCurSessionListForFront(); in HandleSystemKeyColdStart()
H A Davsession_users_manager.cpp113 std::shared_ptr<std::list<sptr<AVSessionItem>>> AVSessionUsersManager::GetCurSessionListForFront() in GetCurSessionListForFront() function in OHOS::AVSession::AVSessionUsersManager
H A Davsession_service.h458 std::shared_ptr<std::list<sptr<AVSessionItem>>> GetCurSessionListForFront();