Searched refs:IfMMIClient (Results 1 – 3 of 3) sorted by relevance
26 class IfMMIClient; variable27 using MMIClientPtr = std::shared_ptr<IfMMIClient>;29 typedef std::function<void(const IfMMIClient&)> ConnectCallback;30 class IfMMIClient {
28 …ss MMIClient final : public UDSClient, public IfMMIClient, public std::enable_shared_from_this<IfM…
35 void OnConnected(const IfMMIClient& client) in OnConnected()53 void OnDisconnected(const IfMMIClient &client) in OnDisconnected()