HomeSort by relevance Sort by last modified time
    Searched defs:ChromeosModemModemCdmaProxy (Results 1 - 2 of 2) sorted by null

  /system/connectivity/shill/dbus/
chromeos_mm1_modem_modemcdma_proxy.h 29 class ChromeosModemModemCdmaProxy : public ModemModemCdmaProxyInterface {
33 ChromeosModemModemCdmaProxy(const scoped_refptr<dbus::Bus>& bus,
36 ~ChromeosModemModemCdmaProxy() override;
78 base::WeakPtrFactory<ChromeosModemModemCdmaProxy> weak_factory_{this};
79 DISALLOW_COPY_AND_ASSIGN(ChromeosModemModemCdmaProxy);
chromeos_mm1_modem_modemcdma_proxy.cc 35 ChromeosModemModemCdmaProxy::ChromeosModemModemCdmaProxy(
44 base::Bind(&ChromeosModemModemCdmaProxy::ActivationStateChanged,
46 base::Bind(&ChromeosModemModemCdmaProxy::OnSignalConnected,
50 ChromeosModemModemCdmaProxy::~ChromeosModemModemCdmaProxy() {}
52 void ChromeosModemModemCdmaProxy::Activate(const std::string& carrier,
59 base::Bind(&ChromeosModemModemCdmaProxy::OnOperationSuccess,
63 base::Bind(&ChromeosModemModemCdmaProxy::OnOperationFailure,
69 void ChromeosModemModemCdmaProxy::ActivateManual
    [all...]

Completed in 119 milliseconds