HomeSort by relevance Sort by last modified time
    Searched refs:DHCPProxyInterface (Results 1 - 11 of 11) sorted by null

  /system/connectivity/shill/dhcp/
dhcp_proxy_interface.h 26 class DHCPProxyInterface {
28 virtual ~DHCPProxyInterface() {}
mock_dhcp_proxy.h 29 class MockDHCPProxy : public DHCPProxyInterface {
dhcp_config.h 37 class DHCPProxyInterface;
198 std::unique_ptr<DHCPProxyInterface> proxy_;
  /system/connectivity/shill/dbus/
chromeos_dhcpcd_proxy.h 30 class ChromeosDHCPCDProxy : public DHCPProxyInterface {
36 // Inherited from DHCPProxyInterface.
chromeos_dbus_control.h 85 DHCPProxyInterface* CreateDHCPProxy(const std::string& service) override;
chromeos_dbus_control.cc 259 DHCPProxyInterface* ChromeosDBusControl::CreateDHCPProxy(
  /system/connectivity/shill/
control_interface.h 48 class DHCPProxyInterface;
142 virtual DHCPProxyInterface* CreateDHCPProxy(const std::string& service) = 0;
mock_control.h 85 DHCPProxyInterface*(const std::string& service));
nice_mock_control.h 85 DHCPProxyInterface*(const std::string& service));
  /system/connectivity/shill/binder/
binder_control.h 81 DHCPProxyInterface* CreateDHCPProxy(const std::string& service) override;
binder_control.cc 175 DHCPProxyInterface* BinderControl::CreateDHCPProxy(const string& service) {

Completed in 357 milliseconds