Home
last modified time | relevance | path

Searched refs:PasteboardObserverImpl (Results 1 - 2 of 2) sorted by relevance

/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h37 class PasteboardObserverImpl : public MiscServices::PasteboardObserver { class in OHOS::MiscServicesNapi::PasteboardObserverInstance
39 explicit PasteboardObserverImpl() = default;
59 sptr<PasteboardObserverImpl> GetStub();
64 sptr<PasteboardObserverImpl> stub_ = nullptr;
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp43 stub_ = new (std::nothrow) PasteboardObserverInstance::PasteboardObserverImpl(); in PasteboardObserverInstance()
51 sptr<PasteboardObserverInstance::PasteboardObserverImpl> PasteboardObserverInstance::GetStub() in GetStub()
1147 void PasteboardObserverInstance::PasteboardObserverImpl::OnPasteboardChanged() in OnPasteboardChanged()
1157 void PasteboardObserverInstance::PasteboardObserverImpl::SetObserverWrapper( in SetObserverWrapper()

Completed in 4 milliseconds