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

  /system/connectivity/shill/dbus/
chromeos_modem_simple_proxy.cc 36 ChromeosModemSimpleProxy::ChromeosModemSimpleProxy(
44 ChromeosModemSimpleProxy::~ChromeosModemSimpleProxy() {}
46 void ChromeosModemSimpleProxy::GetModemStatus(
50 base::Bind(&ChromeosModemSimpleProxy::OnGetStatusSuccess,
53 base::Bind(&ChromeosModemSimpleProxy::OnGetStatusFailure,
58 void ChromeosModemSimpleProxy::Connect(const KeyValueStore& properties,
67 base::Bind(&ChromeosModemSimpleProxy::OnConnectSuccess,
70 base::Bind(&ChromeosModemSimpleProxy::OnConnectFailure
    [all...]
chromeos_modem_simple_proxy.h 30 class ChromeosModemSimpleProxy : public ModemSimpleProxyInterface {
34 ChromeosModemSimpleProxy(const scoped_refptr<dbus::Bus>& bus,
37 ~ChromeosModemSimpleProxy() override;
62 base::WeakPtrFactory<ChromeosModemSimpleProxy> weak_factory_{this};
63 DISALLOW_COPY_AND_ASSIGN(ChromeosModemSimpleProxy);
chromeos_mm1_modem_simple_proxy.cc 35 ChromeosModemSimpleProxy::ChromeosModemSimpleProxy(
43 ChromeosModemSimpleProxy::~ChromeosModemSimpleProxy() {}
45 void ChromeosModemSimpleProxy::Connect(
54 base::Bind(&ChromeosModemSimpleProxy::OnConnectSuccess,
57 base::Bind(&ChromeosModemSimpleProxy::OnConnectFailure,
62 void ChromeosModemSimpleProxy::Disconnect(const string& bearer,
69 base::Bind(&ChromeosModemSimpleProxy::OnDisconnectSuccess,
72 base::Bind(&ChromeosModemSimpleProxy::OnDisconnectFailure
    [all...]
chromeos_mm1_modem_simple_proxy.h 29 class ChromeosModemSimpleProxy : public ModemSimpleProxyInterface {
33 ChromeosModemSimpleProxy(const scoped_refptr<dbus::Bus>& bus,
36 ~ChromeosModemSimpleProxy() override;
72 base::WeakPtrFactory<ChromeosModemSimpleProxy> weak_factory_{this};
73 DISALLOW_COPY_AND_ASSIGN(ChromeosModemSimpleProxy);
chromeos_dbus_control.cc 326 return new ChromeosModemSimpleProxy(proxy_bus_, path, service);
377 return new mm1::ChromeosModemSimpleProxy(proxy_bus_, path, service);

Completed in 256 milliseconds