OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InvokeGetModemInfo
(Results
1 - 3
of
3
) sorted by null
/system/connectivity/shill/cellular/
cellular_capability_classic_unittest.cc
153
void
InvokeGetModemInfo
(Error* error, const ModemInfoCallback& callback,
282
.WillOnce(Invoke(this, &CellularCapabilityTest::
InvokeGetModemInfo
));
cellular_capability_gsm_unittest.cc
170
void
InvokeGetModemInfo
(Error* error, const ModemInfoCallback& callback,
307
.WillOnce(Invoke(this, &CellularCapabilityGSMTest::
InvokeGetModemInfo
));
cellular_unittest.cc
233
void
InvokeGetModemInfo
(Error* error, const ModemInfoCallback& callback,
344
.WillOnce(Invoke(this, &CellularTest::
InvokeGetModemInfo
));
731
.WillOnce(Invoke(this, &CellularTest::
InvokeGetModemInfo
));
[
all
...]
Completed in 212 milliseconds