Searched refs:mockLocationArray (Results 1 – 3 of 3) sorted by relevance
409 std::vector<std::shared_ptr<Location>> mockLocationArray = GetLocationMock(); in ProcessReportLocationMock() local410 if (mockLocationIndex_ < mockLocationArray.size()) { in ProcessReportLocationMock()411 ReportMockedLocation(mockLocationArray[mockLocationIndex_++]); in ProcessReportLocationMock()
1454 std::vector<std::shared_ptr<Location>> mockLocationArray = GetLocationMock(); in ProcessReportLocationMock() local1455 if (mockLocationIndex_ < mockLocationArray.size()) { in ProcessReportLocationMock()1456 ReportMockedLocation(mockLocationArray[mockLocationIndex_++]); in ProcessReportLocationMock()
1070 std::vector<std::shared_ptr<Location>> mockLocationArray; variable1084 mockLocationArray.push_back(Location::UnmarshallingShared(parcel));1091 proxy_->SetMockedLocations(timeInterval, mockLocationArray);