Searched refs:HandleStartLocating (Results 1 – 5 of 5) sorted by relevance
37 void HandleStartLocating(std::shared_ptr<Request> request);
139 requestManager_->HandleStartLocating(request_);142 requestManager_->HandleStartLocating(request_); // can start locating145 requestManager_->HandleStartLocating(nullptr); // can't start locating287 requestManager_->HandleStartLocating(request_);
122 requestManager.get()->HandleStartLocating(request_); in StartLocatorThread()
137 void RequestManager::HandleStartLocating(std::shared_ptr<Request> request) in HandleStartLocating() function in OHOS::Location::RequestManager
826 requestManager_->HandleStartLocating(request); in StartLocating()