Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/lru/
H A 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
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A 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;
/ohos5.0/base/hiviewdfx/hiview/base/event_store/include/
H A Dsys_event_query_wrapper.h71 struct CacheNode { struct
84 std::unordered_map<K, CacheNode<K, V>> keyToIndex_; argument
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp1267 bool CacheNode(const char* const tname, const SCENE_NS::INode::Ptr& node, in CacheNode() function in __anon3577c0ce0110::SceneImpl