Searched refs:HandleStopLocating (Results 1 – 5 of 5) sorted by relevance
40 requestManager->HandleStopLocating(locatorCallback); in RequestManagerFuzzerTest()
142 requestManager_->HandleStopLocating(nullptr); // can't stop locating145 requestManager_->HandleStopLocating(callback_); // can stop locating149 requestManager_->HandleStopLocating(callback_); // can stop locating, but not locating
61 void HandleStopLocating(sptr<ILocatorCallback> callback);
333 void RequestManager::HandleStopLocating(sptr<ILocatorCallback> callback) in HandleStopLocating() function in OHOS::Location::RequestManager
2046 requestManager->HandleStopLocating(callbackMessage->GetCallback()); in StopLocatingEvent()