Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp779 std::shared_ptr<PasteDateTime> pasteDataTime = std::make_shared<PasteDateTime>(); in GetRemotePasteData() local
788 pasteDataTime->syncTime = result.second.syncTime; in GetRemotePasteData()
789 pasteDataTime->data = result.first; in GetRemotePasteData()
790 pasteDataTime->errorCode = result.second.errorCode; in GetRemotePasteData()
791 taskMgr_.Notify(event, pasteDataTime); in GetRemotePasteData()
793 pasteDataTime->data = nullptr; in GetRemotePasteData()
794 pasteDataTime->errorCode = result.second.errorCode; in GetRemotePasteData()
795 taskMgr_.Notify(event, pasteDataTime); in GetRemotePasteData()
797 block->SetValue(pasteDataTime); in GetRemotePasteData()