Home
last modified time | relevance | path

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

/system/connectivity/shill/wimax/
Dwimax_device_proxy_interface.h37 class WiMaxDeviceProxyInterface {
43 virtual ~WiMaxDeviceProxyInterface() {} in ~WiMaxDeviceProxyInterface()
Dwimax.h37 class WiMaxDeviceProxyInterface; variable
122 std::unique_ptr<WiMaxDeviceProxyInterface> proxy_;
Dmock_wimax_device_proxy.h29 class MockWiMaxDeviceProxy : public WiMaxDeviceProxyInterface {
/system/connectivity/shill/
Dcontrol_interface.h61 class WiMaxDeviceProxyInterface; variable
210 virtual WiMaxDeviceProxyInterface* CreateWiMaxDeviceProxy(
Dnice_mock_control.h147 WiMaxDeviceProxyInterface*(const std::string& path));
Dmock_control.h147 WiMaxDeviceProxyInterface*(const std::string& path));
/system/connectivity/shill/dbus/
Dchromeos_wimax_device_proxy.h30 class ChromeosWiMaxDeviceProxy : public WiMaxDeviceProxyInterface {
Dchromeos_dbus_control.h153 WiMaxDeviceProxyInterface* CreateWiMaxDeviceProxy(
Dchromeos_dbus_control.cc388 WiMaxDeviceProxyInterface* ChromeosDBusControl::CreateWiMaxDeviceProxy( in CreateWiMaxDeviceProxy()