Home
last modified time | relevance | path

Searched refs:PasteboardObserverProxy (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_observer_proxy.h29 class PasteboardObserverProxy : public IRemoteProxy<IPasteboardChangedObserver> {
31 explicit PasteboardObserverProxy(const sptr<IRemoteObject> &object);
32 ~PasteboardObserverProxy() = default;
33 DISALLOW_COPY_AND_MOVE(PasteboardObserverProxy);
37 static inline BrokerDelegator<PasteboardObserverProxy> delegator_;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_observer_proxy.cpp27 PasteboardObserverProxy::PasteboardObserverProxy(const sptr<IRemoteObject> &object) in PasteboardObserverProxy() function in OHOS::MiscServices::PasteboardObserverProxy
32 void PasteboardObserverProxy::OnPasteboardChanged() in OnPasteboardChanged()
50 void PasteboardObserverProxy::OnPasteboardEvent(std::string bundleName, int32_t status) in OnPasteboardEvent()