Searched refs:ArkEventHandlerAdapterImpl (Results 1 – 3 of 3) sorted by relevance
24 ArkEventHandlerAdapterImpl::ArkEventHandlerAdapterImpl(std::shared_ptr<OHOS::NWeb::EventHandlerAdap… in ArkEventHandlerAdapterImpl() function in OHOS::ArkWeb::ArkEventHandlerAdapterImpl28 bool ArkEventHandlerAdapterImpl::AddFileDescriptorListener( in AddFileDescriptorListener()39 void ArkEventHandlerAdapterImpl::RemoveFileDescriptorListener(int32_t fileDescriptor) in RemoveFileDescriptorListener()
25 class ArkEventHandlerAdapterImpl : public ArkEventHandlerAdapter {27 explicit ArkEventHandlerAdapterImpl(std::shared_ptr<OHOS::NWeb::EventHandlerAdapter>);37 IMPLEMENT_REFCOUNTING(ArkEventHandlerAdapterImpl);
253 return new ArkEventHandlerAdapterImpl(shared); in GetEventHandlerAdapter()