Home
last modified time | relevance | path

Searched refs:HandleStartLocating (Results 1 – 5 of 5) sorted by relevance

/base/location/services/location_locator/locator/include/
Drequest_manager.h37 void HandleStartLocating(std::shared_ptr<Request> request);
/base/location/test/location_locator/source/
Drequest_manager_test.cpp139 requestManager_->HandleStartLocating(request_);
142 requestManager_->HandleStartLocating(request_); // can start locating
145 requestManager_->HandleStartLocating(nullptr); // can't start locating
287 requestManager_->HandleStartLocating(request_);
/base/location/services/location_locator/locator/source/
Dlocator_background_proxy.cpp122 requestManager.get()->HandleStartLocating(request_); in StartLocatorThread()
Drequest_manager.cpp137 void RequestManager::HandleStartLocating(std::shared_ptr<Request> request) in HandleStartLocating() function in OHOS::Location::RequestManager
Dlocator_ability.cpp826 requestManager_->HandleStartLocating(request); in StartLocating()