Home
last modified time | relevance | path

Searched defs:inputCallback (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dinput_event.cpp110 for (const auto& inputCallback : inputEvents) { in OnCollectPenHoverEvent() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/sample/
H A Dmain.cpp105 …std::shared_ptr<DemoDCameraInputCallback> inputCallback = std::make_shared<DemoDCameraInputCallbac… in InitCameraStandard() local
/ohos5.0/foundation/distributedhardware/distributed_camera/test/distributedcameraclienttest/
H A Ddcamera_client_demo.cpp103 …std::shared_ptr<DemoDCameraInputCallback> inputCallback = std::make_shared<DemoDCameraInputCallbac… in InitCameraStandard() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp347 …std::shared_ptr<DCameraInputCallback> inputCallback = std::make_shared<DCameraInputCallback>(state… in ConfigCaptureSession() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/
H A Ddcamera_client_test.cpp238 auto inputCallback = std::make_shared<DCameraInputCallback>(nullptr); variable