Searched refs:PasteboardEntryGetterProxy (Results 1 – 2 of 2) sorted by relevance
25 class PasteboardEntryGetterProxy : public IRemoteProxy<IPasteboardEntryGetter> {27 explicit PasteboardEntryGetterProxy(const sptr<IRemoteObject> &object);28 ~PasteboardEntryGetterProxy() = default;32 static inline BrokerDelegator<PasteboardEntryGetterProxy> delegator_;
26 PasteboardEntryGetterProxy::PasteboardEntryGetterProxy(const sptr<IRemoteObject> &object) in PasteboardEntryGetterProxy() function in OHOS::MiscServices::PasteboardEntryGetterProxy31 int32_t PasteboardEntryGetterProxy::MakeRequest(uint32_t recordId, PasteDataEntry& value, MessagePa… in MakeRequest()57 int32_t PasteboardEntryGetterProxy::GetRecordValueByType(uint32_t recordId, PasteDataEntry& value) in GetRecordValueByType()