Home
last modified time | relevance | path

Searched refs:sinkCotrEventHandler_ (Results 1 - 3 of 3) sorted by relevance

/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_sink_controller_test.cpp600 EXPECT_NE(nullptr, controller_->sinkCotrEventHandler_); in HWTEST_F()
604 controller_->sinkCotrEventHandler_->ProcessEvent(event); in HWTEST_F()
613 controller_->sinkCotrEventHandler_->ProcessEvent(authorizationEvent); in HWTEST_F()
615 controller_->sinkCotrEventHandler_->ProcessEvent(event); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/include/distributedcameramgr/
H A Ddcamera_sink_controller.h96 std::shared_ptr<DCameraSinkContrEventHandler> sinkCotrEventHandler_; member in OHOS::DistributedHardware::DCameraSinkController
/foundation/distributedhardware/distributed_camera/services/cameraservice/sinkservice/src/distributedcameramgr/
H A Ddcamera_sink_controller.cpp83 CHECK_AND_RETURN_RET_LOG(sinkCotrEventHandler_ == nullptr, DCAMERA_BAD_VALUE, "sinkCotrEventHandler_ is null."); in StartCapture()
88 sinkCotrEventHandler_->SendEvent(triggerEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in StartCapture()
89 sinkCotrEventHandler_->SendEvent(authorizationEvent, 0, AppExecFwk::EventQueue::Priority::IMMEDIATE); in StartCapture()
351 sinkCotrEventHandler_ = in Init()

Completed in 3 milliseconds