Home
last modified time | relevance | path

Searched refs:callbackHost_ (Results 1 - 4 of 4) sorted by relevance

/base/location/interfaces/inner_api/include/
H A Dgeofence_async_context.h38 sptr<LocationGnssGeofenceCallbackNapi> callbackHost_ = nullptr; member in OHOS::Location::GnssGeofenceAsyncContext
H A Dlocation_async_context.h222 sptr<LocatorCallbackNapi> callbackHost_; member in OHOS::Location::SingleLocationAsyncContext
226 : AsyncContext(env, work, deferred), timeout_(0), callbackHost_(nullptr), request_(nullptr) {} in SingleLocationAsyncContext()
263 sptr<LocatingRequiredDataCallbackNapi> callbackHost_; member in OHOS::Location::SingleScanAsyncContext
266 : AsyncContext(env, work, deferred), timeout_(0), callbackHost_(nullptr) {} in SingleScanAsyncContext()
/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp963 asyncContext->callbackHost_ = callback; in CreateReverseGeocodeAsyncContext()
970 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
988 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
997 if (context->callbackHost_) { in CreateReverseGeocodeAsyncContext()
998 context->callbackHost_ = nullptr; in CreateReverseGeocodeAsyncContext()
1089 asyncContext->callbackHost_ = callback; in CreateReverseGeocodeAsyncContext()
1096 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
1116 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
1168 asyncContext->callbackHost_ = FindCallbackInGnssGeofenceCallbackHostMap(fenceId); in CreateReverseGeocodeAsyncContext()
1177 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
[all...]
H A Dlocation_napi_event.cpp416 auto callbackHost = context->callbackHost_; in GenerateExecuteContext()
464 auto callbackHost = context->callbackHost_; in GenerateCompleteContext()
471 if (context->callbackHost_) { in GenerateCompleteContext()
472 context->callbackHost_ = nullptr; in GenerateCompleteContext()
484 asyncContext->callbackHost_ = callback; in CreateSingleLocationAsyncContext()

Completed in 6 milliseconds