Searched refs:gnssLocations (Results 1 – 3 of 3) sorted by relevance
41 int32_t ReportCachedLocation(const std::vector<LocationInfo>& gnssLocations) override;
122 int32_t GnssEventCallback::ReportCachedLocation(const std::vector<LocationInfo>& gnssLocations) in ReportCachedLocation() argument
969 std::vector<LocationInfo> gnssLocations; variable979 gnssLocations.push_back(locationInfo);980 gnssCallback->ReportCachedLocation(gnssLocations);