Searched refs:DHCPProxyInterface (Results 1 – 11 of 11) sorted by relevance
26 class DHCPProxyInterface {28 virtual ~DHCPProxyInterface() {} in ~DHCPProxyInterface()
29 class MockDHCPProxy : public DHCPProxyInterface {
37 class DHCPProxyInterface; variable198 std::unique_ptr<DHCPProxyInterface> proxy_;
30 class ChromeosDHCPCDProxy : public DHCPProxyInterface {
85 DHCPProxyInterface* CreateDHCPProxy(const std::string& service) override;
259 DHCPProxyInterface* ChromeosDBusControl::CreateDHCPProxy( in CreateDHCPProxy()
48 class DHCPProxyInterface; variable142 virtual DHCPProxyInterface* CreateDHCPProxy(const std::string& service) = 0;
85 DHCPProxyInterface*(const std::string& service));
81 DHCPProxyInterface* CreateDHCPProxy(const std::string& service) override;
175 DHCPProxyInterface* BinderControl::CreateDHCPProxy(const string& service) { in CreateDHCPProxy()