Home
last modified time | relevance | path

Searched refs:gnssLocations (Results 1 – 3 of 3) sorted by relevance

/base/location/services/location_gnss/gnss/include/
Dgnss_event_callback.h41 int32_t ReportCachedLocation(const std::vector<LocationInfo>& gnssLocations) override;
/base/location/services/location_gnss/gnss/source/
Dgnss_event_callback.cpp122 int32_t GnssEventCallback::ReportCachedLocation(const std::vector<LocationInfo>& gnssLocations) in ReportCachedLocation() argument
/base/location/test/location_gnss/source/
Dgnss_ability_test.cpp969 std::vector<LocationInfo> gnssLocations; variable
979 gnssLocations.push_back(locationInfo);
980 gnssCallback->ReportCachedLocation(gnssLocations);