OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetModemInfo
(Results
1 - 14
of
14
) sorted by null
/system/connectivity/shill/cellular/
mock_modem_proxy.cc
30
ON_CALL(*this,
GetModemInfo
(_, _, _))
mock_modem_proxy.h
36
MOCK_METHOD3(
GetModemInfo
, void(Error* error,
modem_proxy_interface.h
47
virtual void
GetModemInfo
(Error* error, const ModemInfoCallback& callback,
cellular_capability_classic.h
101
virtual void
GetModemInfo
(const ResultCallback& callback);
140
FRIEND_TEST(CellularCapabilityTest,
GetModemInfo
);
cellular_capability_classic.cc
205
void CellularCapabilityClassic::
GetModemInfo
(const ResultCallback& callback) {
211
proxy_->
GetModemInfo
(&error, cb, kTimeoutDefault);
cellular_capability_classic_unittest.cc
280
TEST_F(CellularCapabilityTest,
GetModemInfo
) {
281
EXPECT_CALL(*proxy_,
GetModemInfo
(_, _, CellularCapability::kTimeoutDefault))
287
capability_->
GetModemInfo
(callback);
cellular_capability_cdma.cc
103
tasks->push_back(Bind(&CellularCapabilityCDMA::
GetModemInfo
,
cellular.h
316
FRIEND_TEST(CellularCapabilityTest,
GetModemInfo
);
cellular_unittest.cc
343
GetModemInfo
(_, _, CellularCapability::kTimeoutDefault))
730
EXPECT_CALL(*proxy_,
GetModemInfo
(_, _, CellularCapability::kTimeoutDefault))
[
all
...]
cellular_capability_gsm.cc
201
tasks->push_back(Bind(&CellularCapabilityGSM::
GetModemInfo
,
cellular_capability_gsm_unittest.cc
306
GetModemInfo
(_, _, CellularCapability::kTimeoutDefault))
/external/autotest/client/site_tests/network_3GSmokeTest/
network_3GSmokeTest.py
59
def
GetModemInfo
(self):
86
old_modem_info = self.
GetModemInfo
()
122
new_modem_info = self.
GetModemInfo
()
/system/connectivity/shill/dbus/
chromeos_modem_proxy.h
48
void
GetModemInfo
(Error* error,
chromeos_modem_proxy.cc
75
void ChromeosModemProxy::
GetModemInfo
(
Completed in 1029 milliseconds