Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/pasteboard/services/core/src/
H A Dpasteboard_service.cpp89 std::vector<std::string> PasteboardService::dataHistory_; member in OHOS::MiscServices::PasteboardService
1798 if (dataHistory_.size() == DATA_HISTORY_SIZE) { in SetPasteboardHistory()
1799 dataHistory_.erase(dataHistory_.begin()); in SetPasteboardHistory()
1801 dataHistory_.push_back(std::move(history)); in SetPasteboardHistory()
1848 if (!dataHistory_.empty()) { in DumpHistory()
1850 for (auto iter = dataHistory_.rbegin(); iter != dataHistory_.rend(); ++iter) { in DumpHistory()
1854 result.append("Access history fail! dataHistory_ no data.").append("\n"); in DumpHistory()
/foundation/distributeddatamgr/pasteboard/services/core/include/
H A Dpasteboard_service.h293 static std::vector<std::string> dataHistory_; member in OHOS::MiscServices::final

Completed in 6 milliseconds