Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_service_proxy.cpp28 PasteboardServiceProxy::PasteboardServiceProxy(const sptr<IRemoteObject> &object) in PasteboardServiceProxy() function in OHOS::MiscServices::PasteboardServiceProxy
33 void PasteboardServiceProxy::Clear() in Clear()
50 int32_t PasteboardServiceProxy::GetRecordValueByType(uint32_t dataId, uint32_t recordId, PasteDataEntry &value) in GetRecordValueByType()
104 bool PasteboardServiceProxy::HasPasteData() in HasPasteData()
126 int32_t PasteboardServiceProxy::SetPasteData(PasteData &pasteData, const sptr<IPasteboardDelayGetter> delayGetter, in SetPasteData()
177 __attribute__ ((no_sanitize("cfi"))) int32_t PasteboardServiceProxy::GetPasteData(PasteData &pasteData, in GetPasteData()
224 void PasteboardServiceProxy::SubscribeObserver(PasteboardObserverType type, in SubscribeObserver()
232 void PasteboardServiceProxy::UnsubscribeObserver(PasteboardObserverType type, in UnsubscribeObserver()
239 void PasteboardServiceProxy in UnsubscribeObserver()
[all...]
/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_service_proxy.h25 class PasteboardServiceProxy : public IRemoteProxy<IPasteboardService> { class
27 explicit PasteboardServiceProxy(const sptr<IRemoteObject> &object);
28 ~PasteboardServiceProxy() = default;
29 DISALLOW_COPY_AND_MOVE(PasteboardServiceProxy);
55 static inline BrokerDelegator<PasteboardServiceProxy> delegator_;

Completed in 2 milliseconds