Home
last modified time | relevance | path

Searched defs:LRUCache (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/include/
H A Dlru_cache.h28 class LRUCache { class
/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dlru_cache.h27 template <typename T> class LRUCache { class
29 LRUCache() : capacity_(DEFAULT_CAPABILITY) {} in LRUCache() function in OHOS::NetManagerStandard::LRUCache
/foundation/communication/netstack/frameworks/cj/http/include/
H A Dlru_cache_disk_handler.h34 class LRUCache { class
/foundation/communication/netstack/frameworks/js/napi/http/cache/lru_cache/src/
H A Dlru_cache.cpp52 LRUCache::LRUCache() : capacity_(MAX_SIZE), size_(0) {} in LRUCache() function in OHOS::NetStack::Http::LRUCache
54 LRUCache::LRUCache(size_t capacity) : capacity_(std::min<size_t>(MAX_SIZE, capacity)), size_(0) {} in LRUCache() function in OHOS::NetStack::Http::LRUCache
[all...]
/foundation/communication/netstack/frameworks/cj/http/src/
H A Dlru_cache_disk_handler.cpp48 LRUCache::LRUCache() : capacity_(MAX_SIZE), size_(0) {} in LRUCache() function in OHOS::NetStack::Http::LRUCache
50 LRUCache::LRUCache(size_t capacity) : capacity_(std::min<size_t>(MAX_SIZE, capacity)), size_(0) {} in LRUCache() function in OHOS::NetStack::Http::LRUCache
[all...]

Completed in 2 milliseconds