HomeSort by relevance Sort by last modified time
    Searched refs:GetModemInterface (Results 1 - 6 of 6) sorted by null

  /system/connectivity/shill/cellular/
mock_modem.h 44 MOCK_CONST_METHOD0(GetModemInterface,
modem.h 79 virtual std::string GetModemInterface(void) const = 0;
159 std::string GetModemInterface(void) const override;
179 std::string GetModemInterface(void) const override;
modem_1.cc 93 string Modem1::GetModemInterface(void) const {
modem_classic.cc 76 string ModemClassic::GetModemInterface(void) const {
modem_unittest.cc 129 EXPECT_CALL(*modem_, GetModemInterface()).
181 EXPECT_CALL(*modem_, GetModemInterface()).
233 EXPECT_CALL(*modem_, GetModemInterface()).
modem.cc 116 properties.find(GetModemInterface());

Completed in 60 milliseconds