OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GeolocationInfo
(Results
1 - 9
of
9
) sorted by null
/system/connectivity/shill/
geolocation_info.cc
25
GeolocationInfo
::
GeolocationInfo
() {
28
GeolocationInfo
::~
GeolocationInfo
() {
31
void
GeolocationInfo
::AddField(const string& key,
36
const string&
GeolocationInfo
::GetFieldValue(
41
bool
GeolocationInfo
::Equals(const
GeolocationInfo
& info) const {
geolocation_info.h
32
class
GeolocationInfo
{
34
GeolocationInfo
();
35
~
GeolocationInfo
();
48
bool Equals(const
GeolocationInfo
& info) const;
53
typedef std::vector<
GeolocationInfo
> GeolocationInfos;
mock_device.h
74
MOCK_CONST_METHOD0(GetGeolocationObjects, std::vector<
GeolocationInfo
>());
device.h
54
class
GeolocationInfo
;
221
virtual std::vector<
GeolocationInfo
> GetGeolocationObjects() const;
[
all
...]
device.cc
445
vector<
GeolocationInfo
> Device::GetGeolocationObjects() const {
446
return vector<
GeolocationInfo
>();
[
all
...]
manager_unittest.cc
[
all
...]
/system/connectivity/shill/wifi/
wifi.h
115
class
GeolocationInfo
;
224
std::vector<
GeolocationInfo
> GetGeolocationObjects() const override;
wifi.cc
[
all
...]
wifi_unittest.cc
[
all
...]
Completed in 355 milliseconds