Searched refs:HandleStartLocating (Results 1 – 8 of 8) sorted by relevance
82 LocatorAbility::GetInstance()->HandleStartLocating(request_, callback_); in ProcessStartSelfRequestEvent()
142 requestManager->HandleStartLocating(request_); in StartLocatorThread()
977 HandleStartLocating(request, callback); in StartLocating()984 HandleStartLocating(request, callback); in StartLocating()1114 void LocatorAbility::HandleStartLocating(const std::shared_ptr<Request>& request, sptr<ILocatorCall… in HandleStartLocating() function in OHOS::Location::LocatorAbility2034 requestManager->HandleStartLocating(request); in StartLocatingEvent()
183 void RequestManager::HandleStartLocating(std::shared_ptr<Request> request) in HandleStartLocating() function in OHOS::Location::RequestManager
141 requestManager_->HandleStartLocating(request_);144 requestManager_->HandleStartLocating(request_); // can start locating148 requestManager_->HandleStartLocating(request_); // can't start locating
375 locatorAbility->HandleStartLocating(request, callback);376 locatorAbility->HandleStartLocating(request, callback);
60 void HandleStartLocating(std::shared_ptr<Request> request);
214 …void HandleStartLocating(const std::shared_ptr<Request>& request, sptr<ILocatorCallback>& callback…