OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetModemStateString
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/cellular/
cellular_unittest.cc
665
TEST_F(CellularTest,
GetModemStateString
) {
667
Cellular::
GetModemStateString
(Cellular::kModemStateFailed));
669
Cellular::
GetModemStateString
(Cellular::kModemStateUnknown));
671
Cellular::
GetModemStateString
(Cellular::kModemStateInitializing));
673
Cellular::
GetModemStateString
(Cellular::kModemStateLocked));
675
Cellular::
GetModemStateString
(Cellular::kModemStateDisabled));
677
Cellular::
GetModemStateString
(Cellular::kModemStateDisabling));
679
Cellular::
GetModemStateString
(Cellular::kModemStateEnabling));
681
Cellular::
GetModemStateString
(Cellular::kModemStateEnabled));
683
Cellular::
GetModemStateString
(Cellular::kModemStateSearching))
[
all
...]
cellular.cc
194
string Cellular::
GetModemStateString
(ModemState modem_state) {
918
SLOG(this, 2) << __func__ << ": " <<
GetModemStateString
(old_state)
919
<< " -> " <<
GetModemStateString
(new_state);
[
all
...]
cellular_capability_universal.cc
[
all
...]
cellular.h
140
static std::string
GetModemStateString
(ModemState modem_state);
Completed in 41 milliseconds