Searched refs:ArkLocationProxyAdapterImpl (Results 1 – 3 of 3) sorted by relevance
25 ArkLocationProxyAdapterImpl::ArkLocationProxyAdapterImpl(std::shared_ptr<OHOS::NWeb::LocationProxyA… in ArkLocationProxyAdapterImpl() function in OHOS::ArkWeb::ArkLocationProxyAdapterImpl29 int32_t ArkLocationProxyAdapterImpl::StartLocating( in StartLocating()41 bool ArkLocationProxyAdapterImpl::StopLocating(int32_t callbackId) in StopLocating()46 bool ArkLocationProxyAdapterImpl::EnableAbility(bool isEnabled) in EnableAbility()51 bool ArkLocationProxyAdapterImpl::IsLocationEnabled() in IsLocationEnabled()
24 class ArkLocationProxyAdapterImpl : public ArkLocationProxyAdapter {26 explicit ArkLocationProxyAdapterImpl(std::shared_ptr<OHOS::NWeb::LocationProxyAdapter>);40 IMPLEMENT_REFCOUNTING(ArkLocationProxyAdapterImpl);
40 return new ArkLocationProxyAdapterImpl(adapter); in CreateLocationProxyAdapter()