Home
last modified time | relevance | path

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

/system/connectivity/shill/dhcp/
Ddhcp_proxy_interface.h26 class DHCPProxyInterface {
28 virtual ~DHCPProxyInterface() {} in ~DHCPProxyInterface()
Dmock_dhcp_proxy.h29 class MockDHCPProxy : public DHCPProxyInterface {
Ddhcp_config.h37 class DHCPProxyInterface; variable
198 std::unique_ptr<DHCPProxyInterface> proxy_;
/system/connectivity/shill/dbus/
Dchromeos_dhcpcd_proxy.h30 class ChromeosDHCPCDProxy : public DHCPProxyInterface {
Dchromeos_dbus_control.h85 DHCPProxyInterface* CreateDHCPProxy(const std::string& service) override;
Dchromeos_dbus_control.cc259 DHCPProxyInterface* ChromeosDBusControl::CreateDHCPProxy( in CreateDHCPProxy()
/system/connectivity/shill/
Dcontrol_interface.h48 class DHCPProxyInterface; variable
142 virtual DHCPProxyInterface* CreateDHCPProxy(const std::string& service) = 0;
Dmock_control.h85 DHCPProxyInterface*(const std::string& service));
Dnice_mock_control.h85 DHCPProxyInterface*(const std::string& service));
/system/connectivity/shill/binder/
Dbinder_control.h81 DHCPProxyInterface* CreateDHCPProxy(const std::string& service) override;
Dbinder_control.cc175 DHCPProxyInterface* BinderControl::CreateDHCPProxy(const string& service) { in CreateDHCPProxy()