Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.h49 static std::vector<ApexSession> GetActiveSessions();
Dapexd_session.cpp145 std::vector<ApexSession> ApexSession::GetActiveSessions() { in GetActiveSessions() function in android::apex::ApexSession
Dapexd.cpp2248 auto active_sessions = ApexSession::GetActiveSessions(); in RevertActiveSessions()