Home
last modified time | relevance | path

Searched refs:PasteboardObserverCapiImpl (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/src/
H A Doh_pasteboard_observer_impl.cpp24 void PasteboardObserverCapiImpl::OnPasteboardChanged() in OnPasteboardChanged()
33 void PasteboardObserverCapiImpl::SetType(Pasteboard_NotifyType type) in SetType()
38 Pasteboard_NotifyType PasteboardObserverCapiImpl::GetType() in GetType()
43 void PasteboardObserverCapiImpl::SetInnerObserver(const OH_PasteboardObserver* innerObserver) in SetInnerObserver()
H A Doh_pasteboard.cpp132 …OHOS::sptr<PasteboardObserverCapiImpl> observerBox = new (std::nothrow) PasteboardObserverCapiImpl in OH_Pasteboard_Subscribe()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/ndk/include/
H A Doh_pasteboard_common.h34 class PasteboardObserverCapiImpl; variable
46 …p<const OH_PasteboardObserver*, OHOS::sptr<OHOS::MiscServices::PasteboardObserverCapiImpl>> observ…
H A Doh_pasteboard_observer_impl.h31 class PasteboardObserverCapiImpl : public PasteboardObserver {