Home
last modified time | relevance | path

Searched refs:IsEnableLocationFuncType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/web/webview/ohos_adapter/location_adapter/include/
H A Dlocation_proxy_adapter_impl.h75 using IsEnableLocationFuncType = bool(*)(bool& isEnabled); variable
98 static IsEnableLocationFuncType isEnableLocationFunc_;
/ohos5.0/base/web/webview/ohos_adapter/location_adapter/src/
H A Dlocation_proxy_adapter_impl.cpp227 IsEnableLocationFuncType LocationProxyAdapterImpl::isEnableLocationFunc_;
242 isEnableLocationFunc_ = reinterpret_cast<IsEnableLocationFuncType>( in LocationProxyAdapterImpl()