Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocator_proxy.h125 LocationErrCode UnSubscribeLocationError(sptr<ILocatorCallback>& callback);
H A Dlocator_impl.h615 LocationErrCode UnSubscribeLocationError(sptr<ILocatorCallback>& callback);
/ohos5.0/base/location/frameworks/js/napi/include/
H A Dlocation_napi_event.h114 LocationErrCode UnSubscribeLocationError(sptr<ILocatorCallback>& callback);
/ohos5.0/base/location/test/location_locator/source/
H A Dlocator_impl_test.cpp555 locatorImpl_->UnSubscribeLocationError(callbackPtr);
571 locatorImpl_->UnSubscribeLocationError(callbackPtr);
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_event.cpp627 LocationErrCode UnSubscribeLocationError(sptr<ILocatorCallback>& callback) in UnSubscribeLocationError() function
630 return g_locatorProxy->UnSubscribeLocationError(callback); in UnSubscribeLocationError()
1575 LocationErrCode errorCode = UnSubscribeLocationError(locatorCallback); in OffLocationErrorCallback()
/ohos5.0/base/location/frameworks/native/locator_sdk/source/
H A Dlocator_impl.cpp1286 LocationErrCode LocatorImpl::UnSubscribeLocationError(sptr<ILocatorCallback>& callback) in UnSubscribeLocationError() function in OHOS::Location::LocatorImpl
1297 LocationErrCode errCode = proxy->UnSubscribeLocationError(callback); in UnSubscribeLocationError()
H A Dlocator_proxy.cpp971 LocationErrCode LocatorProxy::UnSubscribeLocationError(sptr<ILocatorCallback>& callback) in UnSubscribeLocationError() function in OHOS::Location::LocatorProxy