Home
last modified time | relevance | path

Searched defs:session_id (Results 1 – 12 of 12) 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/
Dapexd_session.cpp84 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()
Dapexservice.cpp219 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
Dapexd_test_utils.h122 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
Dapexd.cpp955 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()
Dapexd_test.cpp178 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/
Dlib.rs49 session_id: Vec<u8>, field
130 pub fn session_id(&self) -> &[u8] { in session_id() method
/system/authgraph/core/src/
Dkeyexchange.rs499 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/
Dnfa_hci_main.cc865 uint8_t session_id[NFA_HCI_SESSION_ID_LEN]; in nfa_hci_handle_nv_read() local
/system/authgraph/wire/src/
Dlib.rs102 pub session_id: Vec<u8>, field
/system/secretkeeper/core/src/
Dta.rs464 session_id: [u8; 32], field
/system/nfc/src/nfa/include/
Dnfa_hci_int.h343 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member