Home
last modified time | relevance | path

Searched refs:ChromeosModemModem3gppProxy (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/dbus/
Dchromeos_mm1_modem_modem3gpp_proxy.cc35 ChromeosModemModem3gppProxy::ChromeosModemModem3gppProxy( in ChromeosModemModem3gppProxy() function in shill::mm1::ChromeosModemModem3gppProxy
43 ChromeosModemModem3gppProxy::~ChromeosModemModem3gppProxy() {} in ~ChromeosModemModem3gppProxy()
45 void ChromeosModemModem3gppProxy::Register(const std::string& operator_id, in Register()
52 base::Bind(&ChromeosModemModem3gppProxy::OnRegisterSuccess, in Register()
55 base::Bind(&ChromeosModemModem3gppProxy::OnRegisterFailure, in Register()
60 void ChromeosModemModem3gppProxy::Scan(Error* error, in Scan()
64 proxy_->ScanAsync(base::Bind(&ChromeosModemModem3gppProxy::OnScanSuccess, in Scan()
67 base::Bind(&ChromeosModemModem3gppProxy::OnScanFailure, in Scan()
72 void ChromeosModemModem3gppProxy::OnRegisterSuccess( in OnRegisterSuccess()
78 void ChromeosModemModem3gppProxy::OnRegisterFailure( in OnRegisterFailure()
[all …]
Dchromeos_mm1_modem_modem3gpp_proxy.h30 class ChromeosModemModem3gppProxy : public ModemModem3gppProxyInterface {
34 ChromeosModemModem3gppProxy(const scoped_refptr<dbus::Bus>& bus,
37 ~ChromeosModemModem3gppProxy() override;
62 base::WeakPtrFactory<ChromeosModemModem3gppProxy> weak_factory_{this};
63 DISALLOW_COPY_AND_ASSIGN(ChromeosModemModem3gppProxy);
Dchromeos_dbus_control.cc358 return new mm1::ChromeosModemModem3gppProxy(proxy_bus_, path, service); in CreateMM1ModemModem3gppProxy()