Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_entry_getter_proxy.h25 class PasteboardEntryGetterProxy : public IRemoteProxy<IPasteboardEntryGetter> {
27 explicit PasteboardEntryGetterProxy(const sptr<IRemoteObject> &object);
28 ~PasteboardEntryGetterProxy() = default;
32 static inline BrokerDelegator<PasteboardEntryGetterProxy> delegator_;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_entry_getter_proxy.cpp26 PasteboardEntryGetterProxy::PasteboardEntryGetterProxy(const sptr<IRemoteObject> &object) in PasteboardEntryGetterProxy() function in OHOS::MiscServices::PasteboardEntryGetterProxy
31 int32_t PasteboardEntryGetterProxy::MakeRequest(uint32_t recordId, PasteDataEntry& value, MessagePa… in MakeRequest()
57 int32_t PasteboardEntryGetterProxy::GetRecordValueByType(uint32_t recordId, PasteDataEntry& value) in GetRecordValueByType()