Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/services/dfx/src/
H A Dpasteboard_deduplicate_memory.h37 struct MemoryIdentity { struct in OHOS::MiscServices::DeduplicateMemory
42 std::list<MemoryIdentity> memory_;
65 memory_.push_back(MemoryIdentity({.timestamp = timestamp, .data = data})); in IsDuplicate()
72 for (const MemoryIdentity &item : memory_) { in FindExist()
95 memory_.remove_if([expirationTimestamp](const MemoryIdentity &identity) { in ClearExpiration()

Completed in 1 milliseconds