Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.cpp109 std::vector<ApexSession> sessions; in GetSessions() local
118 return sessions; in GetSessions()
128 sessions.push_back(std::move(*session)); in GetSessions()
131 return sessions; in GetSessions()
136 auto sessions = GetSessions(); in GetSessionsInState() local
137 sessions.erase( in GetSessionsInState()
138 std::remove_if(sessions.begin(), sessions.end(), in GetSessionsInState()
140 sessions.end()); in GetSessionsInState()
142 return sessions; in GetSessionsInState()
146 auto sessions = GetSessions(); in GetActiveSessions() local
[all …]
Dapexd_session_test.cpp112 auto sessions = ApexSession::GetSessions(); in TEST() local
113 ASSERT_EQ(2u, sessions.size()) << Join(sessions, ','); in TEST()
Dapexservice_test.cpp1783 std::vector<ApexSessionInfo> sessions; in TEST_F() local
1784 ASSERT_TRUE(IsOk(service_->getSessions(&sessions))) in TEST_F()
1786 ASSERT_THAT(sessions, UnorderedElementsAre(SessionInfoEq(expected))); in TEST_F()
1808 std::vector<ApexSessionInfo> sessions; in TEST_F() local
1809 ASSERT_TRUE(IsOk(service_->getSessions(&sessions))); in TEST_F()
1817 ASSERT_THAT(sessions, UnorderedElementsAre(SessionInfoEq(expected_session1), in TEST_F()
1826 sessions.clear(); in TEST_F()
1827 ASSERT_TRUE(IsOk(service_->getSessions(&sessions))); in TEST_F()
1831 ASSERT_THAT(sessions, UnorderedElementsAre(SessionInfoEq(new_session), in TEST_F()
2016 std::vector<ApexSessionInfo> sessions; in TEST_F() local
[all …]
Dapexservice.cpp348 auto sessions = ApexSession::GetSessions(); in getSessions() local
349 for (const auto& session : sessions) { in getSessions()
716 std::vector<ApexSession> sessions = ApexSession::GetSessions(); in dump() local
718 for (const auto& session : sessions) { in dump()
Dapexd.cpp1123 auto sessions = in ResumeRevertIfNeeded() local
1125 if (sessions.empty()) { in ResumeRevertIfNeeded()
1784 auto sessions = ApexSession::GetSessionsInState(SessionState::ACTIVATED); in SnapshotOrRestoreDeSysData() local
1786 for (const ApexSession& session : sessions) { in SnapshotOrRestoreDeSysData()
1799 auto sessions = ApexSession::GetSessionsInState(SessionState::ACTIVATED); in SnapshotOrRestoreDeUserData() local
1801 for (const ApexSession& session : sessions) { in SnapshotOrRestoreDeUserData()
/system/apex/proto/
Dsession_state.proto58 // The names of the apexes within this session. Only populated for sessions
/system/sepolicy/prebuilts/api/29.0/public/
Diorapd.te36 # tracing sessions and read trace data.
/system/sepolicy/prebuilts/api/31.0/public/
Diorapd.te39 # tracing sessions and read trace data.
/system/sepolicy/public/
Diorapd.te39 # tracing sessions and read trace data.
/system/sepolicy/prebuilts/api/30.0/public/
Diorapd.te39 # tracing sessions and read trace data.
/system/core/rootdir/
Dinit.rc572 mkdir /metadata/apex/sessions 0700 root system
684 mkdir /data/apex/sessions 0700 root system