Home
last modified time | relevance | path

Searched refs:GeolocationInfo (Results 1 – 9 of 9) sorted by relevance

/system/connectivity/shill/
Dgeolocation_info.cc25 GeolocationInfo::GeolocationInfo() { in GeolocationInfo() function in shill::GeolocationInfo
28 GeolocationInfo::~GeolocationInfo() { in ~GeolocationInfo()
31 void GeolocationInfo::AddField(const string& key, in AddField()
36 const string& GeolocationInfo::GetFieldValue( in GetFieldValue()
41 bool GeolocationInfo::Equals(const GeolocationInfo& info) const { in Equals()
Dgeolocation_info.h32 class GeolocationInfo {
34 GeolocationInfo();
35 ~GeolocationInfo();
48 bool Equals(const GeolocationInfo& info) const;
53 typedef std::vector<GeolocationInfo> GeolocationInfos;
Dmock_device.h74 MOCK_CONST_METHOD0(GetGeolocationObjects, std::vector<GeolocationInfo>());
Ddevice.h54 class GeolocationInfo; variable
221 virtual std::vector<GeolocationInfo> GetGeolocationObjects() const;
Ddevice.cc445 vector<GeolocationInfo> Device::GetGeolocationObjects() const { in GetGeolocationObjects()
446 return vector<GeolocationInfo>(); in GetGeolocationObjects()
Dmanager_unittest.cc4636 .WillOnce(Return(vector<GeolocationInfo>())); in TEST_F()
4648 .WillOnce(Return(vector<GeolocationInfo>())); in TEST_F()
/system/connectivity/shill/wifi/
Dwifi.h115 class GeolocationInfo; variable
224 std::vector<GeolocationInfo> GetGeolocationObjects() const override;
Dwifi.cc1797 vector<GeolocationInfo> WiFi::GetGeolocationObjects() const { in GetGeolocationObjects()
1798 vector<GeolocationInfo> objects; in GetGeolocationObjects()
1800 GeolocationInfo geoinfo; in GetGeolocationObjects()
Dwifi_unittest.cc3888 vector<GeolocationInfo> objects; in TEST_F()
3897 GeolocationInfo expected_info; in TEST_F()