Home
last modified time | relevance | path

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

/system/apex/apexd/
Dapexd_session.cpp117 std::vector<ApexSession> sessions; in GetSessions() local
126 return sessions; in GetSessions()
136 sessions.push_back(std::move(*session)); in GetSessions()
139 return sessions; in GetSessions()
144 auto sessions = GetSessions(); in GetSessionsInState() local
145 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 …]
Dapexservice_test.cpp1722 std::vector<ApexSessionInfo> sessions; in TEST_F() local
1723 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() local
1748 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 …]
Dapexservice.cpp299 auto sessions = ApexSession::GetSessions(); in getSessions() local
300 for (const auto& session : sessions) { in getSessions()
619 std::vector<ApexSession> sessions = ApexSession::GetSessions(); in dump() local
621 for (const auto& session : sessions) { in dump()
Dapexd.cpp946 auto sessions = in resumeRevertIfNeeded() local
948 if (sessions.empty()) { in resumeRevertIfNeeded()
1357 auto sessions = ApexSession::GetSessionsInState(SessionState::ACTIVATED); in snapshotOrRestoreDeSysData() local
1359 for (const ApexSession& session : sessions) { in snapshotOrRestoreDeSysData()
1372 auto sessions = ApexSession::GetSessionsInState(SessionState::ACTIVATED); in snapshotOrRestoreDeUserData() local
1374 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/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.rc527 mkdir /metadata/apex/sessions 0700 root system
572 mkdir /data/apex/sessions 0700 root system