Home
last modified time | relevance | path

Searched refs:pipeEventHandler (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeoninputbufferavailable_fuzzer/
H A Ddecodeoninputbufferavailable_fuzzer.cpp31 …std::shared_ptr<AppExecFwk::EventHandler> pipeEventHandler = std::make_shared<AppExecFwk::EventHan… in DecodeOnInputBufferAvailableFuzzTest() local
33 std::make_shared<DecodeDataProcess>(pipeEventHandler, sourcePipeline); in DecodeOnInputBufferAvailableFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/decodeonoutputbufferavailable_fuzzer/
H A Ddecodeonoutputbufferavailable_fuzzer.cpp37 …std::shared_ptr<AppExecFwk::EventHandler> pipeEventHandler = std::make_shared<AppExecFwk::EventHan… in DecodeOnOutputBufferAvailableFuzzTest() local
39 std::make_shared<DecodeDataProcess>(pipeEventHandler, sourcePipeline); in DecodeOnOutputBufferAvailableFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h52 DecodeDataProcess(const std::shared_ptr<AppExecFwk::EventHandler>& pipeEventHandler, in DecodeDataProcess() argument
54 : pipeSrcEventHandler_(pipeEventHandler), callbackPipelineSource_(callbackPipSource) {} in DecodeDataProcess()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Ddecode_data_process_test.cpp63 …std::shared_ptr<AppExecFwk::EventHandler> pipeEventHandler = std::make_shared<AppExecFwk::EventHan… in SetUp() local
64 testDecodeDataProcess_ = std::make_shared<DecodeDataProcess>(pipeEventHandler, sourcePipeline_); in SetUp()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test8.cpp652 std::shared_ptr<AppExecFwk::EventHandler> pipeEventHandler = nullptr; variable
653 ssm_->eventHandler_ = pipeEventHandler;