Searched refs:GetLinkName (Results 1 – 10 of 10) sorted by relevance
/system/connectivity/shill/cellular/ |
D | modem.h | 76 virtual bool GetLinkName(const KeyValueStore& properties, 157 bool GetLinkName(const KeyValueStore& modem_properties, 177 bool GetLinkName(const KeyValueStore& modem_properties,
|
D | modem_unittest.cc | 119 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()
|
D | mock_modem.h | 41 MOCK_CONST_METHOD2(GetLinkName,
|
D | modem_classic.cc | 36 bool ModemClassic::GetLinkName(const KeyValueStore& modem_properties, in GetLinkName() function in shill::ModemClassic
|
D | modem_1.cc | 37 bool Modem1::GetLinkName(const KeyValueStore& modem_props, in GetLinkName() function in shill::Modem1
|
D | modem.cc | 124 if (GetLinkName(properties_it->second, &link_name_)) { in CreateDeviceFromModemProperties()
|
/system/connectivity/shill/wimax/ |
D | wimax_provider.h | 87 FRIEND_TEST(WiMaxProviderTest, GetLinkName); 114 std::string GetLinkName(const RpcIdentifier& path);
|
D | wimax_provider.cc | 318 string link_name = GetLinkName(path); in OnDevicesChanged() 387 string WiMaxProvider::GetLinkName(const RpcIdentifier& path) { in GetLinkName() function in shill::WiMaxProvider
|
D | wimax_provider_unittest.cc | 214 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/ |
D | mac80211_monitor_unittest.cc | 133 const string& GetLinkName() const { in GetLinkName() function in shill::Mac80211MonitorTest 205 EXPECT_EQ(kTestDeviceName, GetLinkName()); in TEST_F()
|