Searched refs:mockLocations (Results 1 – 3 of 3) sorted by relevance
236 std::vector<std::shared_ptr<Location>> mockLocations; in ProcessEvent() local238 mockLocations.push_back(*it); in ProcessEvent()241 passiveAbility->SetMocked(timeInterval, mockLocations); in ProcessEvent()
451 std::vector<std::shared_ptr<Location>> mockLocations; in ProcessEvent() local453 mockLocations.push_back(*it); in ProcessEvent()455 networkAbility->SetMocked(timeInterval, mockLocations); in ProcessEvent()
773 std::vector<std::shared_ptr<Location>> mockLocations; in ProcessEvent() local775 mockLocations.push_back(*it); in ProcessEvent()777 gnssAbility->SetMocked(timeInterval, mockLocations); in ProcessEvent()