Home
last modified time | relevance | path

Searched defs:session_id (Results 1 – 8 of 8) sorted by relevance

/system/apex/apexd/aidl/android/apex/
DIApexService.aidl27 void markStagedSessionReady(int session_id); in markStagedSessionReady()
28 void markStagedSessionSuccessful(int session_id); in markStagedSessionSuccessful()
31 ApexSessionInfo getStagedSessionInfo(int session_id); in getStagedSessionInfo()
36 void abortStagedSession(int session_id); in abortStagedSession()
/system/apex/apexd/
Dapexservice.cpp218 BinderStatus ApexService::markStagedSessionReady(int session_id) { in markStagedSessionReady()
238 BinderStatus ApexService::markStagedSessionSuccessful(int session_id) { in markStagedSessionSuccessful()
417 int session_id, ApexSessionInfo* apex_session_info) { in getStagedSessionInfo()
566 BinderStatus ApexService::abortStagedSession(int session_id) { in abortStagedSession()
1031 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
1070 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
Dapexd_session.cpp75 Result<ApexSession> ApexSession::CreateSession(int session_id) { in CreateSession()
101 Result<ApexSession> ApexSession::GetSession(int session_id) { in GetSession()
Dapexd_test_utils.h131 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
Dapexd.cpp963 Result<ApexFile> VerifySessionDir(int session_id) { in VerifySessionDir()
1489 int session_id, const std::vector<int>& child_session_ids) { in GetStagedApexFiles()
1715 Result<void> AbortStagedSession(int session_id) { in AbortStagedSession()
2206 auto session_id = session.GetId(); in ScanStagedSessionsDirAndStage() local
3160 const int session_id, const std::vector<int>& child_session_ids, in SubmitStagedSession()
3237 Result<void> MarkStagedSessionReady(const int session_id) { in MarkStagedSessionReady()
3256 Result<void> MarkStagedSessionSuccessful(const int session_id) { in MarkStagedSessionSuccessful()
Dapexd_test.cpp168 const std::string GetStagedDir(int session_id) { in GetStagedDir()
246 int session_id) { in CreateStagedSession()
/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc872 uint8_t session_id[NFA_HCI_SESSION_ID_LEN]; in nfa_hci_handle_nv_read() local
/system/nfc/src/nfa/include/
Dnfa_hci_int.h343 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member