Lines Matching defs:UDSSession
31 #define MMI_LOG_TAG "UDSSession"
39 UDSSession::UDSSession(const std::string &programName, const int32_t moduleType, const int32_t fd,
54 bool UDSSession::SendMsg(const char *buf, size_t size) const
104 void UDSSession::Close()
115 void UDSSession::UpdateDescript()
129 bool UDSSession::SendMsg(NetPacket &pkt) const
140 void UDSSession::ReportSocketBufferFull() const
156 void UDSSession::SaveANREvent(int32_t type, int32_t id, int64_t time, int32_t timerId)
166 std::vector<int32_t> UDSSession::GetTimerIds(int32_t type)
182 std::list<int32_t> UDSSession::DelEvents(int32_t type, int32_t id)
226 int64_t UDSSession::GetEarliestEventTime(int32_t type) const
240 bool UDSSession::IsEventQueueEmpty(int32_t type)