Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/net/
Dnetlink_client.cpp143 class NetlinkClientFactoryImpl : public NetlinkClientFactory { class
145 NetlinkClientFactoryImpl() = default;
146 ~NetlinkClientFactoryImpl() override = default;
164 static NetlinkClientFactory &factory = *new NetlinkClientFactoryImpl(); in Default()