Home
last modified time | relevance | path

Searched refs:OnResult (Results 1 - 25 of 38) sorted by relevance

12

/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp82 int32_t ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {}); in Enroll()
102 int32_t ret = callbackObj->OnResult(ResultCode::NOT_ENROLLED, {}); in Authenticate()
121 int32_t ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {}); in Identify()
158 ret = callbackObj->OnResult(ResultCode::SUCCESS, {}); in SendCommand()
166 ret = callbackObj->OnResult(ResultCode::SUCCESS, {}); in SendCommand()
174 ret = callbackObj->OnResult(ResultCode::SUCCESS, {}); in SendCommand()
182 ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {}); in SendCommand()
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp81 int32_t ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {}); in Enroll()
102 int32_t ret = callbackObj->OnResult(ResultCode::NOT_ENROLLED, {}); in Authenticate()
121 int32_t ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {}); in Identify()
158 ret = callbackObj->OnResult(ResultCode::SUCCESS, {}); in SendCommand()
166 ret = callbackObj->OnResult(ResultCode::SUCCESS, {}); in SendCommand()
174 ret = callbackObj->OnResult(ResultCode::SUCCESS, {}); in SendCommand()
182 ret = callbackObj->OnResult(ResultCode::OPERATION_NOT_SUPPORT, {}); in SendCommand()
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_device_service_callback.cpp30 int32_t CameraDeviceServiceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t> &result) in OnResult() function in OHOS::Camera::CameraDeviceServiceCallback
33 return cameraDeviceCallback_->OnResult(timestamp, result); in OnResult()
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/include/
H A Dcamera_device_callback.h29 void OnResult(uint64_t timestamp, const std::shared_ptr<CameraMetadata> &result) override;
/drivers/peripheral/camera/interfaces/hdi_passthrough/callback/src/
H A Dcamera_device_callback.cpp25 void CameraDeviceCallback::OnResult(uint64_t timestamp, const std::shared_ptr<CameraMetadata> &result) in OnResult() function in OHOS::Camera::CameraDeviceCallback
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dexecutor_impl_common.cpp34 if (callback->OnResult(errorCode, ret) != SUCCESS) { in CallError()
H A Dverifier_impl.cpp141 int32_t result = callback_->OnResult(compareResult, msgOut); in HandleVerifierMsg()
143 IAM_LOGE("call OnResult fail"); in HandleVerifierMsg()
189 callback->OnResult(result, msg); in Authenticate()
/drivers/peripheral/camera/hal_c/include/
H A Dcamera_device_c_if.h29 void (*OnResult)(uint64_t timestamp, CameraResultCIF* result); member
/drivers/peripheral/camera/test/common/callback/include/
H A Dcamera_device_callback.h30 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) override;
/drivers/peripheral/camera/test/common/callback/src/
H A Dcamera_device_callback.cpp29 int32_t CameraDeviceCallback::OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) in OnResult() function in OHOS::Camera::CameraDeviceCallback
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dcamera_device_callback_wrapper.cpp46 g_deviceCallback->OnResult(timestamp, meta); in DeviceCBOnResult()
H A Dcamera_host.cpp99 cb.OnResult = DeviceCBOnResult; in OpenCamera()
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dcamera_device_service_callback.h38 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) override;
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Dicamera_device_vdi_callback.h39 virtual int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t> &result) = 0;
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraopencamera_fuzzer/
H A Ddcameraopencamera_fuzzer.cpp35 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) in OnResult() function in OHOS::DistributedHardware::DemoCameraDeviceCallback
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/
H A Dcapture_request.h37 RetCode OnResult(const int32_t id);
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dcapture_request.cpp61 RetCode CaptureRequest::OnResult(const int32_t id) in OnResult() function in OHOS::Camera::CaptureRequest
/drivers/peripheral/camera/test/common/v1_3/include/
H A Dhdi_common_v1_3.h74 int32_t OnResult(int32_t streamId, const std::vector<uint8_t>& result) override;
/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.h168 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) override;
/drivers/peripheral/camera/test/ut/v4l2/
H A Dtest_camera_base.h182 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) override;
/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.h164 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) override;
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.h185 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t>& result) override;
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp49 int32_t OnResult(int32_t result, const std::vector<uint8_t> &extraInfo) override
/drivers/peripheral/camera/test/mpi/include/
H A Dcommon.h205 void OnResult(uint64_t timestamp, const std::shared_ptr<CameraMetadata> &result) override
/drivers/peripheral/camera/test/common/v1_0/include/
H A Dhdi_common.h206 int32_t OnResult(uint64_t timestamp, const std::vector<uint8_t> &result) override;

Completed in 8 milliseconds

12