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() argument
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.h54 struct CacheNode { struct
55 std::string cloudId;
56 std::string parentCloudId;
57 std::string fileName;
58 std::string isDir;
59 bool isRecycled = false;
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
Dscene_impl.cpp1267 bool CacheNode(const char* const tname, const SCENE_NS::INode::Ptr& node, in CacheNode() function in __anonca707e960111::SceneImpl