Searched refs:sessions (Results 1 – 9 of 9) sorted by relevance
117 std::vector<ApexSession> sessions; in GetSessions() local126 return sessions; in GetSessions()136 sessions.push_back(std::move(*session)); in GetSessions()139 return sessions; in GetSessions()144 auto sessions = GetSessions(); in GetSessionsInState() local145 sessions.erase( in GetSessionsInState()146 std::remove_if(sessions.begin(), sessions.end(), in GetSessionsInState()148 sessions.end()); in GetSessionsInState()150 return sessions; in GetSessionsInState()154 auto sessions = GetSessions(); in GetActiveSessions() local[all …]
1722 std::vector<ApexSessionInfo> sessions; in TEST_F() local1723 ASSERT_TRUE(IsOk(service_->getSessions(&sessions))) in TEST_F()1725 ASSERT_THAT(sessions, UnorderedElementsAre(SessionInfoEq(expected))); in TEST_F()1747 std::vector<ApexSessionInfo> sessions; in TEST_F() local1748 ASSERT_TRUE(IsOk(service_->getSessions(&sessions))); in TEST_F()1756 ASSERT_THAT(sessions, UnorderedElementsAre(SessionInfoEq(expected_session1), in TEST_F()1765 sessions.clear(); in TEST_F()1766 ASSERT_TRUE(IsOk(service_->getSessions(&sessions))); in TEST_F()1770 ASSERT_THAT(sessions, UnorderedElementsAre(SessionInfoEq(new_session), in TEST_F()1950 std::vector<ApexSessionInfo> sessions; in TEST_F() local[all …]
299 auto sessions = ApexSession::GetSessions(); in getSessions() local300 for (const auto& session : sessions) { in getSessions()619 std::vector<ApexSession> sessions = ApexSession::GetSessions(); in dump() local621 for (const auto& session : sessions) { in dump()
946 auto sessions = in resumeRevertIfNeeded() local948 if (sessions.empty()) { in resumeRevertIfNeeded()1357 auto sessions = ApexSession::GetSessionsInState(SessionState::ACTIVATED); in snapshotOrRestoreDeSysData() local1359 for (const ApexSession& session : sessions) { in snapshotOrRestoreDeSysData()1372 auto sessions = ApexSession::GetSessionsInState(SessionState::ACTIVATED); in snapshotOrRestoreDeUserData() local1374 for (const ApexSession& session : sessions) { in snapshotOrRestoreDeUserData()
58 // The names of the apexes within this session. Only populated for sessions
36 # tracing sessions and read trace data.
39 # tracing sessions and read trace data.
527 mkdir /metadata/apex/sessions 0700 root system572 mkdir /data/apex/sessions 0700 root system