Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_aging_manager.cpp46 if (it != imeCaches_.end()) { in Push()
50 if (imeCaches_.empty()) { in Push()
65 if (it == imeCaches_.end()) { in Pop()
73 imeCaches_.erase(bundleName); in Pop()
74 if (imeCaches_.empty()) { in Pop()
84 for (auto it = imeCaches_.begin(); it != imeCaches_.end();) { in Clear()
90 it = imeCaches_.erase(it); in Clear()
100 for (auto it = imeCaches_.begin(); it != imeCaches_.end(); it++) { in ClearOldest()
110 imeCaches_.erase(oldestIme); in ClearOldest()
116 for (auto it = imeCaches_.begin(); it != imeCaches_.end();) { in AgingCache()
[all …]
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_aging_manager.h60 std::map<std::string, std::shared_ptr<AgingIme>> imeCaches_; variable