Home
last modified time | relevance | path

Searched defs:PasteboardEntryGetterWorker (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_record_napi.h66 struct PasteboardEntryGetterWorker { struct
67 std::string utdId;
68 std::shared_ptr<PastedataRecordEntryGetterInstance> entryGetter = nullptr;
69 std::shared_ptr<UDMF::ValueType> entryValue = nullptr;
70 bool complete = false;
71 bool clean = false;
72 std::condition_variable cv;
73 std::mutex mutex;