Home
last modified time | relevance | path

Searched refs:mockLoc_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/location/services/location_locator/locator/source/
H A Dsubability_common.cpp188 mockLoc_.push_back(std::make_shared<Location>(*location.at(i))); in CacheLocationMock()
205 return mockLoc_; in GetLocationMock()
211 mockLoc_.clear(); in ClearLocationMock()
/ohos5.0/base/location/services/location_locator/locator/include/
H A Dsubability_common.h78 std::vector<std::shared_ptr<Location>> mockLoc_; variable