Searched refs:GetGeolocationObjects (Results 1 – 10 of 10) sorted by relevance
45 FRIEND_TEST(WiFiMainTest, GetGeolocationObjects);
74 MOCK_CONST_METHOD0(GetGeolocationObjects, std::vector<GeolocationInfo>());
221 virtual std::vector<GeolocationInfo> GetGeolocationObjects() const;
1123 FRIEND_TEST(WiFiMainTest, GetGeolocationObjects);
2509 device->GetGeolocationObjects(); in OnDeviceGeolocationInfoUpdated()2513 device->GetGeolocationObjects(); in OnDeviceGeolocationInfoUpdated()
445 vector<GeolocationInfo> Device::GetGeolocationObjects() const { in GetGeolocationObjects() function in shill::Device
4626 EXPECT_CALL(*device, GetGeolocationObjects()).Times(0); in TEST_F()4635 EXPECT_CALL(*device, GetGeolocationObjects()) in TEST_F()4647 EXPECT_CALL(*device, GetGeolocationObjects()) in TEST_F()
224 std::vector<GeolocationInfo> GetGeolocationObjects() const override;
1797 vector<GeolocationInfo> WiFi::GetGeolocationObjects() const { in GetGeolocationObjects() function in shill::WiFi
3877 TEST_F(WiFiMainTest, GetGeolocationObjects) { in TEST_F() argument3894 objects = wifi()->GetGeolocationObjects(); in TEST_F()