Home
last modified time | relevance | path

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

/ohos5.0/base/location/interfaces/inner_api/include/
H A Dlocation_async_context.h222 sptr<LocatorCallbackNapi> callbackHost_; variable
226 … : AsyncContext(env, work, deferred), timeout_(0), callbackHost_(nullptr), request_(nullptr) {}
263 sptr<LocatingRequiredDataCallbackNapi> callbackHost_; variable
266 : AsyncContext(env, work, deferred), timeout_(0), callbackHost_(nullptr) {}
H A Dgeofence_async_context.h38 sptr<LocationGnssGeofenceCallbackNapi> callbackHost_ = nullptr; variable
/ohos5.0/base/location/frameworks/js/napi/source/
H A Dlocation_napi_adapter.cpp984 asyncContext->callbackHost_ = callback; in CreateReverseGeocodeAsyncContext()
991 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
1009 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
1018 if (context->callbackHost_) { in CreateReverseGeocodeAsyncContext()
1019 context->callbackHost_ = nullptr; in CreateReverseGeocodeAsyncContext()
1110 asyncContext->callbackHost_ = callback; in CreateReverseGeocodeAsyncContext()
1117 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
1137 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
1189 asyncContext->callbackHost_ = FindCallbackInGnssGeofenceCallbackHostMap(fenceId); in CreateReverseGeocodeAsyncContext()
1198 auto callbackHost = context->callbackHost_; in CreateReverseGeocodeAsyncContext()
[all …]
H A Dlocation_napi_event.cpp417 auto callbackHost = context->callbackHost_; in GenerateExecuteContext()
467 auto callbackHost = context->callbackHost_; in GenerateCompleteContext()
474 if (context->callbackHost_) { in GenerateCompleteContext()
475 context->callbackHost_ = nullptr; in GenerateCompleteContext()
487 asyncContext->callbackHost_ = callback; in CreateSingleLocationAsyncContext()