Home
last modified time | relevance | path

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

/ohos5.0/foundation/systemabilitymgr/safwk/interfaces/innerkits/safwk/
H A Dexpire_lru_cache.h107 auto timestampIter = timestamp_.find(key); in DoAdd() local
111 timestamp_.erase(timestampIter); in DoAdd()
147 auto timestampIter = timestamp_.find(key); in DoGet() local
148 if ((expireTimeMilliSec_ > 0) && (timestampIter->second.IsExpired(expireTimeMilliSec_))) { in DoGet()
150 timestamp_.erase(timestampIter); in DoGet()