Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.h41 static std::vector<ApexSession> GetActiveSessions();
Dapexd_session.cpp153 std::vector<ApexSession> ApexSession::GetActiveSessions() { in GetActiveSessions() function in android::apex::ApexSession
Dapexd.cpp1810 auto activeSessions = ApexSession::GetActiveSessions(); in revertActiveSessions()