Home
last modified time | relevance | path

Searched refs:IClient (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/msdp/device_status/interfaces/innerkits/include/
H A Di_client.h28 class IClient; variable
29 using IClientPtr = std::shared_ptr<IClient>;
33 class IClient : public MsgHandler<MessageId, ClientMsgFun> {
H A Dclient.h27 class Client final : public StreamClient, public IClient, public std::enable_shared_from_this<IClie…