Searched defs:session_id (Results 1 – 12 of 12) sorted by relevance
/system/apex/apexd/aidl/android/apex/ |
D | IApexService.aidl | 27 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/ |
D | apexd_session.cpp | 84 Result<ApexSession> ApexSession::CreateSession(int session_id) { in CreateSession() 105 Result<ApexSession> ApexSession::GetSession(int session_id) { in GetSession() 313 Result<ApexSession> ApexSessionManager::CreateSession(int session_id) { in CreateSession()
|
D | apexservice.cpp | 219 BinderStatus ApexService::markStagedSessionReady(int session_id) { in markStagedSessionReady() 239 BinderStatus ApexService::markStagedSessionSuccessful(int session_id) { in markStagedSessionSuccessful() 418 int session_id, ApexSessionInfo* apex_session_info) { in getStagedSessionInfo() 574 BinderStatus ApexService::abortStagedSession(int session_id) { in abortStagedSession() 1039 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local 1078 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
|
D | apexd_test_utils.h | 122 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
|
D | apexd.cpp | 955 Result<ApexFile> VerifySessionDir(int session_id) { in VerifySessionDir() 1470 int session_id, const std::vector<int>& child_session_ids) { in GetStagedApexFiles() 1677 Result<void> AbortStagedSession(int session_id) { in AbortStagedSession() 2153 auto session_id = session.GetId(); in ScanStagedSessionsDirAndStage() local 3112 const int session_id, const std::vector<int>& child_session_ids, in SubmitStagedSession() 3189 Result<void> MarkStagedSessionReady(const int session_id) { in MarkStagedSessionReady() 3208 Result<void> MarkStagedSessionSuccessful(const int session_id) { in MarkStagedSessionSuccessful()
|
D | apexd_test.cpp | 178 const std::string GetStagedDir(int session_id) { in GetStagedDir() 241 void PrepareStagedSession(const std::string& apex_name, int session_id) { in PrepareStagedSession() 247 int session_id) { in CreateStagedSession()
|
/system/secretkeeper/client/src/ |
D | lib.rs | 49 session_id: Vec<u8>, field 130 pub fn session_id(&self) -> &[u8] { in session_id() method
|
/system/authgraph/core/src/ |
D | keyexchange.rs | 499 let session_id = self.crypto.hmac.compute_hmac(&hmac_key, &session_id_input.to_vec()?)?; in compute_sign_session_id() localVariable 691 let session_id = match val { in process_shared_key_arc_headers() localVariable 695 let session_id: SessionIdentifier = session_id in process_shared_key_arc_headers() localVariable
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_main.cc | 865 uint8_t session_id[NFA_HCI_SESSION_ID_LEN]; in nfa_hci_handle_nv_read() local
|
/system/authgraph/wire/src/ |
D | lib.rs | 102 pub session_id: Vec<u8>, field
|
/system/secretkeeper/core/src/ |
D | ta.rs | 464 session_id: [u8; 32], field
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_int.h | 343 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member
|