Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h73 struct PasteDateTime { struct
183 std::shared_ptr<PasteDateTime> data_;
187 void Notify(const Event &event, std::shared_ptr<PasteDateTime> data);
189 std::shared_ptr<PasteDateTime> WaitRemoteData(const Event &event);
/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp686 void PasteboardService::RemoteDataTaskManager::Notify(const Event &event, std::shared_ptr<PasteDateTime> data) in Notify()
702 std::shared_ptr<PasteDateTime> PasteboardService::RemoteDataTaskManager::WaitRemoteData(const Event &event) in WaitRemoteData()
767 auto block = std::make_shared<BlockObject<std::shared_ptr<PasteDateTime>>>(GET_REMOTE_DATA_WAIT_TIME); in GetRemotePasteData()
771 std::shared_ptr<PasteDateTime> pasteDataTime = std::make_shared<PasteDateTime>(); in GetRemotePasteData()

Completed in 6 milliseconds