Searched refs:PasteboardObserverProxy (Results 1 – 2 of 2) sorted by relevance
29 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_;
27 PasteboardObserverProxy::PasteboardObserverProxy(const sptr<IRemoteObject> &object) in PasteboardObserverProxy() function in OHOS::MiscServices::PasteboardObserverProxy32 void PasteboardObserverProxy::OnPasteboardChanged() in OnPasteboardChanged()50 void PasteboardObserverProxy::OnPasteboardEvent(std::string bundleName, int32_t status) in OnPasteboardEvent()