Searched refs:GeolocationInfo (Results 1 – 9 of 9) sorted by relevance
25 GeolocationInfo::GeolocationInfo() { in GeolocationInfo() function in shill::GeolocationInfo28 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()
32 class GeolocationInfo {34 GeolocationInfo();35 ~GeolocationInfo();48 bool Equals(const GeolocationInfo& info) const;53 typedef std::vector<GeolocationInfo> GeolocationInfos;
74 MOCK_CONST_METHOD0(GetGeolocationObjects, std::vector<GeolocationInfo>());
54 class GeolocationInfo; variable221 virtual std::vector<GeolocationInfo> GetGeolocationObjects() const;
445 vector<GeolocationInfo> Device::GetGeolocationObjects() const { in GetGeolocationObjects()446 return vector<GeolocationInfo>(); in GetGeolocationObjects()
4636 .WillOnce(Return(vector<GeolocationInfo>())); in TEST_F()4648 .WillOnce(Return(vector<GeolocationInfo>())); in TEST_F()
115 class GeolocationInfo; variable224 std::vector<GeolocationInfo> GetGeolocationObjects() const override;
1797 vector<GeolocationInfo> WiFi::GetGeolocationObjects() const { in GetGeolocationObjects()1798 vector<GeolocationInfo> objects; in GetGeolocationObjects()1800 GeolocationInfo geoinfo; in GetGeolocationObjects()
3888 vector<GeolocationInfo> objects; in TEST_F()3897 GeolocationInfo expected_info; in TEST_F()