Home
last modified time | relevance | path

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

/system/connectivity/shill/
Dgeolocation_info.h45 FRIEND_TEST(WiFiMainTest, GetGeolocationObjects);
Dmock_device.h74 MOCK_CONST_METHOD0(GetGeolocationObjects, std::vector<GeolocationInfo>());
Ddevice.h221 virtual std::vector<GeolocationInfo> GetGeolocationObjects() const;
Dmetrics.h1123 FRIEND_TEST(WiFiMainTest, GetGeolocationObjects);
Dmanager.cc2509 device->GetGeolocationObjects(); in OnDeviceGeolocationInfoUpdated()
2513 device->GetGeolocationObjects(); in OnDeviceGeolocationInfoUpdated()
Ddevice.cc445 vector<GeolocationInfo> Device::GetGeolocationObjects() const { in GetGeolocationObjects() function in shill::Device
Dmanager_unittest.cc4626 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()
/system/connectivity/shill/wifi/
Dwifi.h224 std::vector<GeolocationInfo> GetGeolocationObjects() const override;
Dwifi.cc1797 vector<GeolocationInfo> WiFi::GetGeolocationObjects() const { in GetGeolocationObjects() function in shill::WiFi
Dwifi_unittest.cc3877 TEST_F(WiFiMainTest, GetGeolocationObjects) { in TEST_F() argument
3894 objects = wifi()->GetGeolocationObjects(); in TEST_F()