Searched refs:stopLocatingFunc_ (Results 1 – 3 of 3) sorted by relevance
230 StopLocatingFuncType LocationProxyAdapterImpl::stopLocatingFunc_; member in OHOS::NWeb::LocationProxyAdapterImpl253 if (!stopLocatingFunc_) { in LocationProxyAdapterImpl()254 stopLocatingFunc_ = reinterpret_cast<StopLocatingFuncType>( in LocationProxyAdapterImpl()290 if (!stopLocatingFunc_ || callbackId < 0) { in StopLocating()299 bool ret = stopLocatingFunc_(iter->second); in StopLocating()
101 static StopLocatingFuncType stopLocatingFunc_; variable
268 proxyAdapterImpl->stopLocatingFunc_ = nullptr;