Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_surface/utils/frame_report/src/
H A Dframe_report.cpp116 void FrameReport::SetDequeueBufferTime(const std::string& layerName, int64_t dequeueBufferTime) in SetDequeueBufferTime()
121 void FrameReport::SetQueueBufferTime(uint64_t uniqueId, const std::string& layerName, int64_t queue… in SetQueueBufferTime()
127 void FrameReport::SetPendingBufferNum(const std::string& layerName, int32_t pendingBufferNum) in SetPendingBufferNum()
191 void FrameReport::Report(const std::string& layerName) in Report()
212 void FrameReport::NotifyFrameInfo(int32_t pid, const std::string& layerName, int64_t timeStamp, in NotifyFrameInfo()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_round_corner_display_manager.cpp53 const std::string& layerName) in GetLayerPair()
63 bool RoundCornerDisplayManager::CheckLayerIsRCD(const std::string& layerName) in CheckLayerIsRCD()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/
H A Drs_round_corner_display_test.cpp1170 for (auto& layerName : renderLayersName) { variable