Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_render_node_autocache.cpp166 tryCacheTimes_++; in SetCacheStateByRetrytime()
167 if (tryCacheTimes_ < MAX_TRY_TIMES) { in SetCacheStateByRetrytime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_render_node_autocache_test.cpp292 renderNode.tryCacheTimes_ = 4;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_render_node.h971 int tryCacheTimes_ = 0; variable