Home
last modified time | relevance | path

Searched refs:stopLocatingFunc_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_impl.cpp230 StopLocatingFuncType LocationProxyAdapterImpl::stopLocatingFunc_; member in OHOS::NWeb::LocationProxyAdapterImpl
253 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()
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h101 static StopLocatingFuncType stopLocatingFunc_; variable
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/location_proxy_adapter_test/
H A Dlocation_proxy_adapter_test.cpp268 proxyAdapterImpl->stopLocatingFunc_ = nullptr;