Home
last modified time | relevance | path

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

/ohos5.0/base/location/services/location_locator/locator/source/
H A Drequest_manager.cpp725 auto locatorErrorCallback = iter->first; in UnRegisterLocationErrorCallback() local
727locatorErrorCallback->RemoveDeathRecipient(locatorErrRequest->GetLocatorErrCallbackRecipient()); in UnRegisterLocationErrorCallback()
750 sptr<ILocatorCallback> locatorErrorCallback = iface_cast<ILocatorCallback>(iter.first); in ReportLocationError() local
751 if (locatorErrorCallback == nullptr) { in ReportLocationError()
754 locatorErrorCallback->OnErrorReport(errorCode); in ReportLocationError()