Searched defs:session_id (Results 1 – 8 of 8) sorted by relevance
/system/apex/apexd/aidl/android/apex/ |
D | IApexService.aidl | 24 …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/ |
D | apexd_session.cpp | 42 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()
|
D | apexd_test_utils.h | 96 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
|
D | apexservice.cpp | 153 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
|
D | apexd.cpp | 778 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/ |
D | adb_install.cpp | 446 int session_id = -1; in install_multiple_app() local 623 int session_id = -1; in install_multi_package() local
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_main.cc | 857 uint8_t session_id[NFA_HCI_SESSION_ID_LEN]; in nfa_hci_handle_nv_read() local
|
/system/nfc/src/nfa/include/ |
D | nfa_hci_int.h | 341 session_id[NFA_HCI_SESSION_ID_LEN]; /* Session ID of the host network */ member
|