Home
last modified time | relevance | path

Searched refs:PasteboardEntryGetterClient (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/include/
H A Dpasteboard_entry_getter_client.h24 class PasteboardEntryGetterClient : public PasteboardEntryGetterStub {
26 …explicit PasteboardEntryGetterClient(const std::map<uint32_t, std::shared_ptr<UDMF::EntryGetter>> …
27 ~PasteboardEntryGetterClient() = default;
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/zidl/src/
H A Dpasteboard_entry_getter_client.cpp24 PasteboardEntryGetterClient::PasteboardEntryGetterClient( in PasteboardEntryGetterClient() function in OHOS::MiscServices::PasteboardEntryGetterClient
29 int32_t PasteboardEntryGetterClient::GetRecordValueByType(uint32_t recordId, PasteDataEntry& value) in GetRecordValueByType()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp410 sptr <PasteboardEntryGetterClient> entryGetterAgent; in SetPasteData()
413 entryGetterAgent = new(std::nothrow) PasteboardEntryGetterClient(entryGetters); in SetPasteData()