Home
last modified time | relevance | path

Searched defs:CacheNode (Results 1 – 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/common/lru/
Dcount_limit_lru.h28 struct CacheNode { struct
29 CacheNode(std::string key, const T& obj) : cacheKey(std::move(key)), cacheObj(obj) {} in CacheNode() function
39 …cheWithCountLimitLRU(const std::string& key, const T& cacheObj, std::list<CacheNode<T>>& cacheList, argument
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
Dclouddisk_db_const.h60 struct CacheNode { struct
61 std::string cloudId;
62 std::string parentCloudId;
63 std::string fileName;
64 std::string isDir;
65 bool isRecycled = false;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
Dweb_data_detector_adapter.h118 struct CacheNode { struct
123 std::unordered_map<KeyType, CacheNode> cacheMap_; argument