Home
last modified time | relevance | path

Searched refs:PropertyCarrier (Results 1 - 25 of 33) sorted by relevance

12

/foundation/distributedhardware/distributed_camera/services/data_process/src/utils/
H A Dproperty_carrier.cpp21 PropertyCarrier::~PropertyCarrier() in ~PropertyCarrier()
26 int32_t PropertyCarrier::CarrySurfaceProperty(sptr<Surface>& surface) in CarrySurfaceProperty()
29 DHLOGD("PropertyCarrier::CarrySurfaceProperty: carry surface fail, input surface is nullptr."); in CarrySurfaceProperty()
33 DHLOGD("PropertyCarrier::CarrySurfaceProperty: carry surface success."); in CarrySurfaceProperty()
/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dproperty_carrier.h26 class PropertyCarrier { class
28 ~PropertyCarrier();
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Dproperty_carrier_test.cpp32 std::shared_ptr<PropertyCarrier> testPropertyCarrier_;
45 testPropertyCarrier_ = std::make_shared<PropertyCarrier>(); in SetUp()
H A Dencode_data_process_test.cpp487 PropertyCarrier propertyCarrier; in HWTEST_F()
517 PropertyCarrier propertyCarrier; in HWTEST_F()
533 PropertyCarrier propertyCarrier; in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/interface/
H A Dicamera_sink_output.h40 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
H A Dicamera_sink_data_process.h38 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Dmock_dcamera_sink_data_process.h66 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
H A Dmock_data_process_pipeline.h53 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
H A Dmock_dcamera_sink_output.h72 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline/
H A Dabstract_data_process.h40 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
H A Ddcamera_pipeline_source.h47 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
H A Ddcamera_pipeline_sink.h45 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/data_process/include/interfaces/
H A Didata_process_pipeline.h39 virtual int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) = 0;
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/fpscontroller/
H A Dfps_controller_process.h39 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_output.h50 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
H A Ddcamera_sink_data_process.h46 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/scale_conversion/
H A Dscale_convert_process.h54 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/encoder/
H A Dencode_data_process.h65 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline/
H A Ddcamera_pipeline_sink.cpp187 int32_t DCameraPipelineSink::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
H A Ddcamera_pipeline_source.cpp245 int32_t DCameraPipelineSource::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h73 int32_t GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) override;
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline/
H A Ddcamera_pipeline_source_test.cpp228 PropertyCarrier propertyCarrier; in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/fpscontroller/
H A Dfps_controller_process.cpp341 int32_t FpsControllerProcess::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_data_process.cpp227 int32_t DCameraSinkDataProcess::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()
H A Ddcamera_sink_output.cpp241 int32_t DCameraSinkOutput::GetProperty(const std::string& propertyName, PropertyCarrier& propertyCarrier) in GetProperty()

Completed in 15 milliseconds

12