Home
last modified time | relevance | path

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

/base/location/services/location_passive/passive/source/
Dpassive_ability.cpp236 std::vector<std::shared_ptr<Location>> mockLocations; in ProcessEvent() local
238 mockLocations.push_back(*it); in ProcessEvent()
241 passiveAbility->SetMocked(timeInterval, mockLocations); in ProcessEvent()
/base/location/services/location_network/network/source/
Dnetwork_ability.cpp451 std::vector<std::shared_ptr<Location>> mockLocations; in ProcessEvent() local
453 mockLocations.push_back(*it); in ProcessEvent()
455 networkAbility->SetMocked(timeInterval, mockLocations); in ProcessEvent()
/base/location/services/location_gnss/gnss/source/
Dgnss_ability.cpp773 std::vector<std::shared_ptr<Location>> mockLocations; in ProcessEvent() local
775 mockLocations.push_back(*it); in ProcessEvent()
777 gnssAbility->SetMocked(timeInterval, mockLocations); in ProcessEvent()