Searched defs:session_id (Results 1 – 17 of 17) sorted by relevance
/system/iorap/src/prefetcher/ |
D | session_manager.cc | 88 virtual bool DestroySession(size_t session_id) override { in DestroySession() 102 size_t session_id = session->SessionId(); in InsertNewSession() local 126 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession() 148 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession() 195 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession() 209 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
|
D | session_manager.h | 59 virtual std::shared_ptr<Session> CreateSession(size_t session_id, in CreateSession()
|
D | session.h | 135 SessionDirect(size_t session_id, std::string description) in SessionDirect()
|
D | prefetcher_daemon.h | 70 uint32_t session_id; member
|
D | session.cc | 60 SessionBase::SessionBase(size_t session_id, std::string description) in SessionBase() 606 SessionIndirect::SessionIndirect(size_t session_id, in SessionIndirect() 697 SessionIndirectSocket::SessionIndirectSocket(size_t session_id, in SessionIndirectSocket()
|
/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() 35 void abortStagedSession(int session_id); in abortStagedSession()
|
/system/apex/apexd/ |
D | apexservice.cpp | 197 BinderStatus ApexService::markStagedSessionReady(int session_id) { in markStagedSessionReady() 211 BinderStatus ApexService::markStagedSessionSuccessful(int session_id) { in markStagedSessionSuccessful() 359 int session_id, ApexSessionInfo* apex_session_info) { in getStagedSessionInfo() 513 BinderStatus ApexService::abortStagedSession(int session_id) { in abortStagedSession() 923 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local 962 int session_id = strtol(String8(args[1]).c_str(), nullptr, 10); in shellCommand() local
|
D | apexd_test_utils.h | 125 inline ApexSessionInfo CreateSessionInfo(int session_id) { in CreateSessionInfo()
|
D | apexd_session.cpp | 75 Result<ApexSession> ApexSession::CreateSession(int session_id) { in CreateSession() 101 Result<ApexSession> ApexSession::GetSession(int session_id) { in GetSession()
|
D | apexd.cpp | 856 Result<ApexFile> VerifySessionDir(const int session_id) { in VerifySessionDir() 1520 Result<void> AbortStagedSession(int session_id) { in AbortStagedSession() 1967 auto session_id = session.GetId(); in ScanStagedSessionsDirAndStage() local 2902 const int session_id, const std::vector<int>& child_session_ids, in SubmitStagedSession() 2973 Result<void> MarkStagedSessionReady(const int session_id) { in MarkStagedSessionReady() 2992 Result<void> MarkStagedSessionSuccessful(const int session_id) { in MarkStagedSessionSuccessful()
|
D | apexd_test.cpp | 127 const std::string GetStagedDir(int session_id) { in GetStagedDir() 178 int session_id) { in CreateStagedSession()
|
/system/update_engine/cros/ |
D | omaha_request_builder_xml.h | 129 const std::string& session_id) in OmahaRequestBuilderXml()
|
D | omaha_request_builder_xml_unittest.cc | 167 const string session_id = in TEST_F() local
|
D | omaha_request_action.cc | 343 const string& session_id) in OmahaRequestAction()
|
D | omaha_request_action_unittest.cc | 375 string session_id; member
|
/system/nfc/src/nfa/hci/ |
D | nfa_hci_main.cc | 873 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
|