/ohos5.0/base/sensors/sensor/services/include/ |
H A D | flush_info_record.h | 37 struct FlushInfo { struct 40 FlushInfo(const sptr<SensorBasicDataChannel> &channel, bool enableFlush) in FlushInfo() argument 51 std::unordered_map<int32_t, std::vector<FlushInfo>> GetFlushInfo(); 56 int32_t GetFlushChannelIndex(const std::vector<FlushInfo> &flushInfoList, 64 std::unordered_map<int32_t, std::vector<FlushInfo>> flushInfo_;
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/include/ |
H A D | flush_info_record.h | 34 struct FlushInfo { struct 38 FlushInfo(const sptr<MedicalSensorBasicDataChannel> &channel, bool enableFlush) in FlushInfo() argument 50 std::unordered_map<uint32_t, std::vector<struct FlushInfo>> GetFlushInfo(); 55 int32_t GetFlushChannelIndex(const std::vector<struct FlushInfo> &flushInfoList, 64 std::unordered_map<uint32_t, std::vector<struct FlushInfo>> flushInfo_;
|
/ohos5.0/base/sensors/sensor/services/src/ |
H A D | flush_info_record.cpp | 31 std::unordered_map<int32_t, std::vector<FlushInfo>> FlushInfoRecord::GetFlushInfo() in GetFlushInfo() 50 FlushInfo flush(channel, isFirstFlush); in SetFlushInfo() 58 std::vector<FlushInfo> vec { flush }; in SetFlushInfo() 76 int32_t FlushInfoRecord::GetFlushChannelIndex(const std::vector<FlushInfo> &flushInfoList, in GetFlushChannelIndex()
|
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/ |
H A D | flush_info_record.cpp | 36 std::unordered_map<uint32_t, std::vector<struct FlushInfo>> FlushInfoRecord::GetFlushInfo() in GetFlushInfo() 60 FlushInfo flush(channel, isFirstFlush); in SetFlushInfo() 68 std::vector<struct FlushInfo> vec { flush }; in SetFlushInfo() 87 int32_t FlushInfoRecord::GetFlushChannelIndex(const std::vector<struct FlushInfo> &flushInfoList, in GetFlushChannelIndex()
|
H A D | medical_data_processer.cpp | 319 std::vector<struct FlushInfo> flushVec; in EventFilter()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/ |
H A D | surface_impl.h | 38 struct FlushInfo; 61 virtual void Flush(FlushInfo *drawingflushInfo = nullptr) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | surface.h | 42 struct FlushInfo { struct 188 void Flush(FlushInfo *drawingflushInfo = nullptr);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_surface.h | 66 void Flush(FlushInfo *drawingflushInfo = nullptr) override;
|
H A D | skia_surface.cpp | 458 void SkiaSurface::Flush(FlushInfo *drawingflushInfo) in Flush()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/ |
H A D | surface.cpp | 134 void Surface::Flush(FlushInfo *drawingflushInfo) in Flush()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/drawsurface_fuzzer/ |
H A D | drawsurface_fuzzer.cpp | 120 FlushInfo drawingflushInfo; in SurfaceFuzzTest002()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/ |
H A D | skia_surface_test.cpp | 281 FlushInfo drawingFlushInfo = { 0 };
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/ |
H A D | surface_ohos_vulkan.cpp | 290 Drawing::FlushInfo drawingFlushInfo; in NativeFlushFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/backend/ |
H A D | rs_surface_ohos_vulkan.cpp | 270 Drawing::FlushInfo drawingFlushInfo; in FlushFrame()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1767 Drawing::FlushInfo drawingFlushInfo; in OptimizedFlushAndSubmit()
|