HomeSort by relevance Sort by last modified time
    Searched full:modemmanager (Results 101 - 125 of 134) sorted by null

1 2 3 45 6

  /external/autotest/client/cros/cellular/wardmodem/state_machines/
modem_power_level_machine.py 60 # device exposed to the modemmanager.
  /external/autotest/client/site_tests/network_ChromeCellularSmokeTest/
network_ChromeCellularSmokeTest.py 101 # Set up a ModemManager proxy to use to verify the modem state.
  /system/connectivity/shill/dbus/
chromeos_modem_proxy.cc 40 new org::freedesktop::ModemManager::ModemProxy(
chromeos_modem_cdma_proxy.cc 55 new org::freedesktop::ModemManager::Modem::CdmaProxy(
chromeos_modem_gsm_card_proxy.cc 58 new org::freedesktop::ModemManager::Modem::Gsm::CardProxy(
chromeos_modem_gsm_network_proxy.cc 57 new org::freedesktop::ModemManager::Modem::Gsm::NetworkProxy(
  /system/connectivity/shill/cellular/
cellular_capability_universal.cc 28 #include <ModemManager/ModemManager.h>
315 // ModemManager doesn't try to disconnect it during disable.
406 // ModemManager. And we might not even get a timeout from dbus-c++,
440 // If "/" is passed as the bearer path, ModemManager will disconnect all
802 // The bearer object may have vanished before ModemManager updates the
    [all...]
modem_unittest.cc 56 const char kService[] = "org.chromium.ModemManager";
57 const char kPath[] = "/org/chromium/ModemManager/Gobi/0";
cellular.h 74 // This enum must be kept in sync with ModemManager's MMModemState enum.
91 // |path| is the ModemManager.Modem DBus object path (e.g.,
92 // "/org/chromium/ModemManager/Gobi/0").
94 // /org/chromium/ModemManager or /org/freedesktop/ModemManager1).
507 const std::string dbus_service_; // org.*.ModemManager*
508 const std::string dbus_path_; // ModemManager.Modem
mobile_operator_info.h 120 // The access point url, which is fed to the modemmanager while connecting.
125 // The username and password fields that are required by the modemmanager.
cellular_capability_classic.h 57 // org.chromium.ModemManager DBUS interface.
cellular_capability_universal_cdma_unittest.cc 27 #include <ModemManager/ModemManager.h>
cellular_capability_universal_unittest.cc 31 #include <ModemManager/ModemManager.h>
691 // Here we mimic the modem state change from ModemManager. When the modem is
703 // Here we mimic the modem state change from ModemManager. When the modem is
744 // Here we mimic the modem state change from ModemManager. When the modem is
    [all...]
cellular_capability_cdma.cc 138 // TODO(petkov): For now, get the payment and usage URLs from ModemManager to
  /external/autotest/client/site_tests/network_CDMAActivate/
network_CDMAActivate.py 71 cdma activation state exposed by ModemManager.
188 activation process when shill accesses the modem via ModemManager.
  /external/autotest/client/cros/cellular/pseudomodem/
pm_errors.py 18 ModemManager errors.
348 This is not a core ModemManager error, and is raised only on the test
pseudomodem.py 28 import modemmanager namespace
164 self._manager = modemmanager.ModemManager(self._bus)
304 "modemmanager-next DBus interface.")
sim.py 151 E.g. if the current path is org/freedesktop/ModemManager/Modem/0, the
152 path will change to org/freedesktop/ModemManager/Modem/1.
  /external/autotest/client/cros/cellular/
test_environment.py 115 # modem in _initialize_modem_components(). ModemManager does not
216 # Enable modem first so shill initializes the modemmanager proxies so
modem1.py 242 class ModemManager(object):
  /external/autotest/client/cros/networking/
cellular_proxy.py 242 @param modem_mm_object: The modemmanager object path reported by the
264 @param old_modem_mm_object: The previously reported modemmanager object
  /external/autotest/client/site_tests/network_MobileSuspendResume/
network_MobileSuspendResume.py 50 lambda s: ('org/chromium/ModemManager' in s) or
51 ('org/freedesktop/ModemManager' in s) or
  /external/autotest/client/cros/
network.py 81 # Although we disable at the ModemManager level, we need to wait for
  /external/autotest/client/site_tests/network_3GModemControl/
network_3GModemControl.py 83 'org.chromium.ModemManager.Error.OperationInitiated'):
  /external/autotest/client/site_tests/network_LTEActivate/
network_LTEActivate.py 173 """Returns the current ModemManager modem state."""

Completed in 1091 milliseconds

1 2 3 45 6