Home
last modified time | relevance | path

Searched refs:GetLinkName (Results 1 – 10 of 10) sorted by relevance

/system/connectivity/shill/cellular/
Dmodem.h76 virtual bool GetLinkName(const KeyValueStore& properties,
157 bool GetLinkName(const KeyValueStore& modem_properties,
177 bool GetLinkName(const KeyValueStore& modem_properties,
Dmodem_unittest.cc119 EXPECT_CALL(*modem_, GetLinkName(_, _)).WillRepeatedly(DoAll( in TEST_F()
191 EXPECT_CALL(*modem_, GetLinkName(_, _)).WillOnce(DoAll( in TEST_F()
200 EXPECT_CALL(*modem_, GetLinkName(_, _)).WillOnce(DoAll( in TEST_F()
236 EXPECT_CALL(*modem_, GetLinkName(_, _)).WillOnce(Return(false)); in TEST_F()
Dmock_modem.h41 MOCK_CONST_METHOD2(GetLinkName,
Dmodem_classic.cc36 bool ModemClassic::GetLinkName(const KeyValueStore& modem_properties, in GetLinkName() function in shill::ModemClassic
Dmodem_1.cc37 bool Modem1::GetLinkName(const KeyValueStore& modem_props, in GetLinkName() function in shill::Modem1
Dmodem.cc124 if (GetLinkName(properties_it->second, &link_name_)) { in CreateDeviceFromModemProperties()
/system/connectivity/shill/wimax/
Dwimax_provider.h87 FRIEND_TEST(WiMaxProviderTest, GetLinkName);
114 std::string GetLinkName(const RpcIdentifier& path);
Dwimax_provider.cc318 string link_name = GetLinkName(path); in OnDevicesChanged()
387 string WiMaxProvider::GetLinkName(const RpcIdentifier& path) { in GetLinkName() function in shill::WiMaxProvider
Dwimax_provider_unittest.cc214 TEST_F(WiMaxProviderTest, GetLinkName) { in TEST_F() argument
215 EXPECT_EQ("", provider_.GetLinkName("/random/path")); in TEST_F()
216 EXPECT_EQ(GetTestLinkName(1), provider_.GetLinkName(GetTestPath(1))); in TEST_F()
/system/connectivity/shill/wifi/
Dmac80211_monitor_unittest.cc133 const string& GetLinkName() const { in GetLinkName() function in shill::Mac80211MonitorTest
205 EXPECT_EQ(kTestDeviceName, GetLinkName()); in TEST_F()