Home
last modified time | relevance | path

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

/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/
H A Dark_event_handler_adapter_impl.cpp24 ArkEventHandlerAdapterImpl::ArkEventHandlerAdapterImpl(std::shared_ptr<OHOS::NWeb::EventHandlerAdap… in ArkEventHandlerAdapterImpl() function in OHOS::ArkWeb::ArkEventHandlerAdapterImpl
28 bool ArkEventHandlerAdapterImpl::AddFileDescriptorListener( in AddFileDescriptorListener()
39 void ArkEventHandlerAdapterImpl::RemoveFileDescriptorListener(int32_t fileDescriptor) in RemoveFileDescriptorListener()
H A Dark_event_handler_adapter_impl.h25 class ArkEventHandlerAdapterImpl : public ArkEventHandlerAdapter {
27 explicit ArkEventHandlerAdapterImpl(std::shared_ptr<OHOS::NWeb::EventHandlerAdapter>);
37 IMPLEMENT_REFCOUNTING(ArkEventHandlerAdapterImpl);
H A Dark_ohos_adapter_helper_impl.cpp253 return new ArkEventHandlerAdapterImpl(shared); in GetEventHandlerAdapter()