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.aidl24 …boolean submitStagedSession(int session_id, in int[] child_session_ids, out ApexInfoList packages); in submitStagedSession()
25 boolean markStagedSessionReady(int session_id); in markStagedSessionReady()
26 void markStagedSessionSuccessful(int session_id); in markStagedSessionSuccessful()
29 ApexSessionInfo getStagedSessionInfo(int session_id); in getStagedSessionInfo()
/system/apex/apexd/
Dapexd_session.cpp42 std::string getSessionDir(int session_id) { in getSessionDir()
46 std::string getSessionStateFilePath(int session_id) { in getSessionStateFilePath()
50 StatusOr<std::string> createSessionDirIfNeeded(int session_id) { in createSessionDirIfNeeded()
66 Status deleteSessionDir(int session_id) { in deleteSessionDir()
83 StatusOr<ApexSession> ApexSession::CreateSession(int session_id) { in CreateSession()
109 StatusOr<ApexSession> ApexSession::GetSession(int session_id) { in GetSession()
Dapexd_test_utils.h96 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
Dapexservice.cpp153 int session_id, const std::vector<int>& child_session_ids, in submitStagedSession()
178 BinderStatus ApexService::markStagedSessionReady(int session_id, in markStagedSessionReady()
193 BinderStatus ApexService::markStagedSessionSuccessful(int session_id) { in markStagedSessionSuccessful()
304 int session_id, ApexSessionInfo* apex_session_info) { in getStagedSessionInfo()
735 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
768 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
Dapexd.cpp778 StatusOr<ApexFile> verifySessionDir(const int session_id) { in verifySessionDir()
1791 const int session_id, const std::vector<int>& child_session_ids) { in submitStagedSession()
1855 Status markStagedSessionReady(const int session_id) { in markStagedSessionReady()
1874 Status markStagedSessionSuccessful(const int session_id) { in markStagedSessionSuccessful()
/system/core/adb/client/
Dadb_install.cpp446 int session_id = -1; in install_multiple_app() local
623 int session_id = -1; in install_multi_package() local
/system/nfc/src/nfa/hci/
Dnfa_hci_main.cc857 uint8_t session_id[NFA_HCI_SESSION_ID_LEN]; in nfa_hci_handle_nv_read() local
/system/nfc/src/nfa/include/
Dnfa_hci_int.h341 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member