OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ModemExists
(Results
1 - 4
of
4
) sorted by null
/system/connectivity/shill/cellular/
modem_manager_unittest.cc
110
EXPECT_FALSE(modem_manager_.
ModemExists
(kModemPath));
114
EXPECT_FALSE(modem_manager_.
ModemExists
(kModemPath));
117
EXPECT_TRUE(modem_manager_.
ModemExists
(kModemPath));
121
EXPECT_TRUE(modem_manager_.
ModemExists
(kModemPath));
124
EXPECT_FALSE(modem_manager_.
ModemExists
(kModemPath));
128
EXPECT_FALSE(modem_manager_.
ModemExists
(kModemPath));
modem_manager.cc
68
bool ModemManager::
ModemExists
(const std::string& path) const {
71
LOG(INFO) << "
ModemExists
: " << path << " already exists.";
137
if (
ModemExists
(path)) {
modem_manager_1.cc
88
if (
ModemExists
(path)) {
modem_manager.h
79
bool
ModemExists
(const std::string& path) const;
Completed in 47 milliseconds