Lines Matching refs:UDSClient
21 #define MMI_LOG_TAG "UDSClient"
25 UDSClient::UDSClient()
30 UDSClient::~UDSClient()
35 int32_t UDSClient::ConnectTo()
46 bool UDSClient::SendMsg(const char *buf, size_t size) const
88 bool UDSClient::SendMsg(const NetPacket &pkt) const
99 bool UDSClient::StartClient(MsgClientFunCallback fun)
115 void UDSClient::Stop()