Home
last modified time | relevance | path

Searched refs:cacheProcessStatus_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_ui_first_surface_render_node_drawable.cpp61 return uiFirstParams.cacheProcessStatus_.load(); in GetCacheSurfaceProcessedStatus()
66 uiFirstParams.cacheProcessStatus_.store(cacheProcessStatus); in SetCacheSurfaceProcessedStatus()
H A Drs_surface_render_node_drawable.h45 std::atomic<CacheProcessStatus> cacheProcessStatus_ = CacheProcessStatus::UNKNOWN; member
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_surface_render_node.h1513 std::atomic<CacheProcessStatus> cacheProcessStatus_ = CacheProcessStatus::WAITING; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_surface_render_node.cpp2643 return cacheProcessStatus_.load(); in GetCacheSurfaceProcessedStatus()
2648 cacheProcessStatus_.store(cacheProcessStatus); in SetCacheSurfaceProcessedStatus()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_main_thread_test.cpp1216 node1->cacheProcessStatus_ = CacheProcessStatus::DOING;
1223 node2->cacheProcessStatus_ = CacheProcessStatus::DOING;
1227 node3->cacheProcessStatus_ = CacheProcessStatus::DOING;
H A Drs_uni_render_util_test.cpp1118 nodeTest3->cacheProcessStatus_ = CacheProcessStatus::DOING;