Searched refs:callbackHost_ (Results 1 – 4 of 4) sorted by relevance
222 sptr<LocatorCallbackNapi> callbackHost_; variable226 … : AsyncContext(env, work, deferred), timeout_(0), callbackHost_(nullptr), request_(nullptr) {}263 sptr<LocatingRequiredDataCallbackNapi> callbackHost_; variable266 : AsyncContext(env, work, deferred), timeout_(0), callbackHost_(nullptr) {}
38 sptr<LocationGnssGeofenceCallbackNapi> callbackHost_ = nullptr; variable
984 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 …]
417 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()