Searched refs:ArkPasteBoardObserverAdapterImpl (Results 1 – 3 of 3) sorted by relevance
20 ArkPasteBoardObserverAdapterImpl::ArkPasteBoardObserverAdapterImpl( in ArkPasteBoardObserverAdapterImpl() function in OHOS::ArkWeb::ArkPasteBoardObserverAdapterImpl25 void ArkPasteBoardObserverAdapterImpl::OnPasteBoardChanged() in OnPasteBoardChanged()
25 class ArkPasteBoardObserverAdapterImpl : public ArkPasteBoardObserverAdapter {27 … explicit ArkPasteBoardObserverAdapterImpl(std::shared_ptr<OHOS::NWeb::PasteboardObserverAdapter>);34 IMPLEMENT_REFCOUNTING(ArkPasteBoardObserverAdapterImpl);
130 return ctocpp_->AddPasteboardChangedObserver(new ArkPasteBoardObserverAdapterImpl(callback)); in AddPasteboardChangedObserver()