Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/services/test/unittest/src/
H A Dpasteboard_deduplicate_memory_test.cpp69 DeduplicateMemory<RadarReportIdentity> reportMemory(expirationMilliSeconds);
74 …isDuplicate = reportMemory.IsDuplicate({.pid = 1, .errorCode = PasteboardError::INVALID_PARAM_ERRO…
77 …isDuplicate = reportMemory.IsDuplicate({.pid = 1, .errorCode = PasteboardError::INVALID_PARAM_ERRO…
90 DeduplicateMemory<RadarReportIdentity> reportMemory(expirationMilliSeconds);
96 …isDuplicate = reportMemory.IsDuplicate({.pid = 1, .errorCode = PasteboardError::INVALID_PARAM_ERRO…
100 …isDuplicate = reportMemory.IsDuplicate({.pid = 1, .errorCode = PasteboardError::INVALID_PARAM_ERRO…
114 DeduplicateMemory<RadarReportIdentity> reportMemory(expirationMilliSeconds);
120 …isDuplicate = reportMemory.IsDuplicate({.pid = 1, .errorCode = PasteboardError::INVALID_PARAM_ERRO…
124 …isDuplicate = reportMemory.IsDuplicate({.pid = 1, .errorCode = PasteboardError::INVALID_PARAM_ERRO…
138 DeduplicateMemory<RadarReportIdentity> reportMemory(expirationMilliSeconds);
[all …]
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_client.cpp230 static DeduplicateMemory<RadarReportIdentity> reportMemory(REPORT_DUPLICATE_TIMEOUT); in GetPasteData() local
267 !reportMemory.IsDuplicate({.pid = pid, .errorCode = ret})) { in GetPasteData()