Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h249 …std::pair<std::shared_ptr<PasteData>, PasteDateResult> GetDistributedData(const Event &event, int3…
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp777 auto result = GetDistributedData(event, userId); in GetRemotePasteData()
2045 std::pair<std::shared_ptr<PasteData>, PasteDateResult> PasteboardService::GetDistributedData(const … in GetDistributedData() function in OHOS::MiscServices::PasteboardService