Home
last modified time | relevance | path

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

/ohos5.0/base/location/test/fuzztest/locator/requestmanager_fuzzer/
H A Drequestmanager_fuzzer.cpp40 requestManager->HandleStopLocating(locatorCallback); in RequestManagerFuzzerTest()
/ohos5.0/base/location/test/location_manager/source/
H A Drequest_manager_test.cpp142 requestManager_->HandleStopLocating(nullptr); // can't stop locating
145 requestManager_->HandleStopLocating(callback_); // can stop locating
149 requestManager_->HandleStopLocating(callback_); // can stop locating, but not locating
/ohos5.0/base/location/services/location_locator/locator/include/
H A Drequest_manager.h61 void HandleStopLocating(sptr<ILocatorCallback> callback);
/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp333 void RequestManager::HandleStopLocating(sptr<ILocatorCallback> callback) in HandleStopLocating() function in OHOS::Location::RequestManager
H A Dlocator_ability.cpp2046 requestManager->HandleStopLocating(callbackMessage->GetCallback()); in StopLocatingEvent()