OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:modemmanager
(Results
26 - 50
of
134
) sorted by null
1
2
3
4
5
6
/external/autotest/client/site_tests/network_3GModemPresent/
control.gobi2k
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
control.gobi3k
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
control.hefty
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
control.huawei-e303
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
control.mu736
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
control.wooly
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
control.y3300
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
control.y3400
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
control.zte-mf190
9
This test will fail if neither Cromo nor
ModemManager
is exporting a modem
/external/autotest/client/site_tests/network_SwitchCarrier/
network_SwitchCarrier.py
75
self.CMM = 'org.chromium.
ModemManager
'
76
self.IMM = 'org.freedesktop.
ModemManager
'
78
self.IMODEM_GOBI = 'org.chromium.
ModemManager
.Modem.Gobi'
86
self.mm = self.bus.get_object(self.CMM, '/org/chromium/
ModemManager
')
/system/connectivity/shill/cellular/
cellular_bearer.h
35
//
ModemManager
.
40
// |dbus_service|, exposed by
ModemManager
. The ownership of |proxy_factory|
51
// property changes of the corresponding bearer object exposed by
ModemManager
96
// corresponding bearer object exposed by
ModemManager
over DBus.
modem_1_unittest.cc
20
#include <
ModemManager
/
ModemManager
.h>
49
const char kService[] = "org.chromium.
ModemManager
";
50
const char kPath[] = "/org/chromium/
ModemManager
/Gobi/0";
modem_manager_proxy_interface.h
25
// These are the methods that a
ModemManager
proxy must support. The interface
modem_1.cc
19
#include <
ModemManager
/
ModemManager
.h>
modem_info_unittest.cc
55
CreateModemManagerProxy(_, _, "org.chromium.
ModemManager
", _, _))
78
ModemManager
* manager = modem_info_.modem_managers_[0];
subscription_state_out_of_credits_detector_unittest.cc
22
#include "
ModemManager
/
ModemManager
.h"
/external/autotest/client/site_tests/network_ChromeCellularNetworkProperties/
network_ChromeCellularNetworkProperties.py
33
a read-only network property and a
ModemManager
property that have a 1:1
34
correspondence with each other by setting the
ModemManager
property to
39
that enumerates the corresponding
ModemManager
and UI property values:
51
The "properties" key maps to a tuple containing the
ModemManager
53
through each of the tuples contained in "values", set the
ModemManager
94
ModemManager
properties and values that will be assigned
148
logging.info('Testing
ModemManager
property "%s.%s" against UI '
151
logging.info('Setting
ModemManager
value to: %s',
/external/autotest/client/site_tests/security_DbusMap/
baseline
284
"Object_name": "org.chromium.
ModemManager
",
287
"interface": "org.chromium.
ModemManager
.Modem.Gobi",
320
"interface": "org.freedesktop.
ModemManager
",
333
"interface": "org.freedesktop.
ModemManager
.Modem",
359
"interface": "org.freedesktop.
ModemManager
.Modem.Cdma",
379
"interface": "org.freedesktop.
ModemManager
.Modem.Simple",
668
"Object_name": "org.freedesktop.
ModemManager
",
689
"interface": "org.freedesktop.
ModemManager
",
/external/autotest/client/cros/cellular/wardmodem/
modem_configuration.py
101
# The
modemmanager
plugin to be used for the modem.
104
# The string to be prepended to all AT commands from
modemmanager
to
108
# The string to be appended to all AT commands from
modemmanager
to
113
#
modemmanager
.
117
#
modemmanager
.
wardmodem.py
61
mode where we pass on
modemmanager
commands to the modem. This
184
Name of the pty terminal to be used by
modemmanager
.
329
(2) Manage the
modemmanager
instance during the context's lifetime.
445
# We will continue once we know that
modemmanager
process has
451
'Could not cleanly restart
modemmanager
.'),
553
Starts
modemmanager
in test mode listening to the WardModem specified
559
result = utils.run('pgrep
ModemManager
')
565
utils.run('initctl stop
modemmanager
')
579
result = utils.run('
ModemManager
%s &' % mm_opts)
580
self._logger.debug('
ModemManager
stderr:\n%s', result.stderr
[
all
...]
/system/connectivity/shill/dbus/
chromeos_modem_cdma_proxy.h
27
// A proxy to (old)
ModemManager
.Modem.CDMA.
30
// Constructs a
ModemManager
.Modem.CDMA DBus object proxy at |path| owned by
117
std::unique_ptr<org::freedesktop::
ModemManager
::Modem::CdmaProxy> proxy_;
chromeos_modem_gsm_card_proxy.h
29
// A proxy to (old)
ModemManager
.Modem.Gsm.Card.
32
// Constructs a
ModemManager
.Modem.Gsm.Card DBus
103
std::unique_ptr<org::freedesktop::
ModemManager
::Modem::Gsm::CardProxy> proxy_;
chromeos_modem_gsm_network_proxy.h
28
// A proxy to (old)
ModemManager
.Modem.Gsm.Network.
31
// Constructs a
ModemManager
.Modem.Gsm.Network DBus object proxy at |path|
128
std::unique_ptr<org::freedesktop::
ModemManager
::Modem::Gsm::NetworkProxy>
/external/autotest/client/cros/cellular/pseudomodem/
logging_setup.py
20
By adding a prefix '
ModemManager
[xxx]' where |xxx| contains the pid, we can
22
from
ModemManager
.
modemmanager.py
16
class
ModemManager
(dbus_std_ifaces.DBusObjectManager):
Completed in 283 milliseconds
1
2
3
4
5
6