Searched refs:GetDeviceInfo (Results 1 – 4 of 4) sorted by relevance
90 EXPECT_TRUE(device_info_->GetDeviceInfo(kFakeDeviceName, in TEST_F()102 EXPECT_FALSE(device_info_->GetDeviceInfo(kFakeLongDeviceName, in TEST_F()111 EXPECT_FALSE(device_info_->GetDeviceInfo(kFakeDeviceName, in TEST_F()122 EXPECT_FALSE(device_info_->GetDeviceInfo(kFakeDeviceName, in TEST_F()135 EXPECT_FALSE(device_info_->GetDeviceInfo(kFakeDeviceName, in TEST_F()
36 bool GetDeviceInfo(const std::string& interface_name,
53 bool DeviceInfo::GetDeviceInfo(const std::string& interface_name, in GetDeviceInfo() function in dhcp_client::DeviceInfo
60 if (!DeviceInfo::GetInstance()->GetDeviceInfo(interface_name_, in Start()