Searched refs:ChromeosModemGobiProxy (Results 1 – 3 of 3) sorted by relevance
36 ChromeosModemGobiProxy::ChromeosModemGobiProxy( in ChromeosModemGobiProxy() function in shill::ChromeosModemGobiProxy44 ChromeosModemGobiProxy::~ChromeosModemGobiProxy() {} in ~ChromeosModemGobiProxy()46 void ChromeosModemGobiProxy::SetCarrier(const string& carrier, in SetCarrier()53 base::Bind(&ChromeosModemGobiProxy::OnSetCarrierSuccess, in SetCarrier()56 base::Bind(&ChromeosModemGobiProxy::OnSetCarrierFailure, in SetCarrier()61 void ChromeosModemGobiProxy::OnSetCarrierSuccess( in OnSetCarrierSuccess()67 void ChromeosModemGobiProxy::OnSetCarrierFailure( in OnSetCarrierFailure()
30 class ChromeosModemGobiProxy : public ModemGobiProxyInterface {34 ChromeosModemGobiProxy(const scoped_refptr<dbus::Bus>& bus,37 ~ChromeosModemGobiProxy() override;53 base::WeakPtrFactory<ChromeosModemGobiProxy> weak_factory_{this};54 DISALLOW_COPY_AND_ASSIGN(ChromeosModemGobiProxy);
350 return new ChromeosModemGobiProxy(proxy_bus_, path, service); in CreateModemGobiProxy()