Home
last modified time | relevance | path

Searched defs:callbackObj (Results 1 – 22 of 22) sorted by relevance

/drivers/peripheral/motion/hdi_service/
Dmotion_impl.cpp39 int32_t MotionImpl::Register(const sptr<IMotionCallback> &callbackObj) in Register()
44 int32_t MotionImpl::Unregister(const sptr<IMotionCallback> &callbackObj) in Unregister()
/drivers/peripheral/fingerprint_auth/hdi_service/src/
Dexecutor_impl.cpp76 …64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) in Enroll()
95 const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) in Authenticate()
115 …64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) in Identify()
150 …t32_t commandId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) in SendCommand()
/drivers/peripheral/face_auth/hdi_service/src/
Dexecutor_impl.cpp78 …64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) in Enroll()
97 const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) in Authenticate()
117 …64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) in Identify()
152 …t32_t commandId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) in SendCommand()
/drivers/peripheral/bluetooth/hci/hdi_service/
Dhci_interface_impl.cpp49 int32_t HciInterfaceImpl::Init(const sptr<IHciCallback>& callbackObj) in Init()
110 int32_t HciInterfaceImpl::AddHciDeathRecipient(const sptr<IHciCallback>& callbackObj) in AddHciDeathRecipient()
122 int32_t HciInterfaceImpl::RemoveHciDeathRecipient(const sptr<IHciCallback>& callbackObj) in RemoveHciDeathRecipient()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthhdi_fuzzer/
Dfingerprint_auth_hdi_fuzzer.cpp86 void FillFuzzIExecutorCallback(Parcel &parcel, sptr<IExecutorCallback> &callbackObj) in FillFuzzIExecutorCallback()
138 sptr<IExecutorCallback> callbackObj; in FuzzEnroll() local
152 sptr<IExecutorCallback> callbackObj; in FuzzAuthenticate() local
164 sptr<IExecutorCallback> callbackObj; in FuzzIdentify() local
193 sptr<IExecutorCallback> callbackObj; in FuzzSendCommand() local
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthhdi_fuzzer/
Dface_auth_hdi_fuzzer.cpp86 void FillFuzzIExecutorCallback(Parcel &parcel, sptr<IExecutorCallback> &callbackObj) in FillFuzzIExecutorCallback()
138 sptr<IExecutorCallback> callbackObj; in FuzzEnroll() local
152 sptr<IExecutorCallback> callbackObj; in FuzzAuthenticate() local
164 sptr<IExecutorCallback> callbackObj; in FuzzIdentify() local
193 sptr<IExecutorCallback> callbackObj; in FuzzSendCommand() local
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
Dpin_auth_hdi_fuzzer.cpp88 void FillFuzzIExecutorCallback(Parcel &parcel, sptr<IExecutorCallback> &callbackObj) in FillFuzzIExecutorCallback()
151 sptr<IExecutorCallback> callbackObj; in FuzzEnroll() local
164 sptr<IExecutorCallback> callbackObj; in FuzzAuthenticate() local
192 sptr<IExecutorCallback> callbackObj; in FuzzSendCommand() local
/drivers/peripheral/sensor/hdi_service/
Dsensor_impl.cpp263 int32_t SensorImpl::Register(int32_t groupId, const sptr<ISensorCallback> &callbackObj) in Register()
318 int32_t SensorImpl::Unregister(int32_t groupId, const sptr<ISensorCallback> &callbackObj) in Unregister()
329 int32_t SensorImpl::UnregisterImpl(int32_t groupId, IRemoteObject *callbackObj) in UnregisterImpl()
392 int32_t SensorImpl::AddSensorDeathRecipient(const sptr<ISensorCallback> &callbackObj) in AddSensorDeathRecipient()
405 int32_t SensorImpl::RemoveSensorDeathRecipient(const sptr<ISensorCallback> &callbackObj) in RemoveSensorDeathRecipient()
/drivers/peripheral/pin_auth/hdi_service/service/src/
Dexecutor_impl.cpp111 void ExecutorImpl::CallError(const sptr<IExecutorCallback> &callbackObj, uint32_t errorCode) in CallError()
121 const sptr<IExecutorCallback> &callbackObj) in Enroll()
155 const sptr<IExecutorCallback> &callbackObj) in Authenticate()
279 const sptr<IExecutorCallback> &callbackObj) in SendCommand()
/drivers/peripheral/wlan/hdi_service/
Dwlan_impl.h36 struct IWlanCallback *callbackObj; member
/drivers/peripheral/location/geofence/hdi_service/
Dgeofence_interface_impl.cpp34 int32_t GeofenceInterfaceImpl::SetGeofenceCallback(const sptr<IGeofenceCallback>& callbackObj) in SetGeofenceCallback()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
Ddcamera_host.cpp45 int32_t DCameraHost::SetCallback(const sptr<ICameraHostCallback> &callbackObj) in SetCallback()
115 …DCameraHost::OpenCamera(const std::string &cameraId, const sptr<ICameraDeviceCallback> &callbackOb… in OpenCamera()
/drivers/peripheral/thermal/interfaces/hdi_service/src/
Dthermal_interface_impl.cpp142 int32_t ThermalInterfaceImpl::Register(const sptr<IThermalCallback>& callbackObj) in Register()
/drivers/peripheral/camera/hal/hdi_impl/src/camera_host/
Dcamera_host_impl.cpp97 int32_t CameraHostImpl::SetCallback(const OHOS::sptr<ICameraHostCallback> &callbackObj) in SetCallback()
148 …eraHostImpl::OpenCamera(const std::string& cameraId, const sptr<ICameraDeviceCallback>& callbackOb… in OpenCamera()
/drivers/peripheral/nfc/hdi_service/
Dnfc_impl.cpp55 int32_t NfcImpl::Open(const sptr<INfcCallback> &callbackObj, NfcStatus &status) in Open()
/drivers/peripheral/location/agnss/hdi_service/
Dagnss_interface_impl.cpp103 int32_t AGnssInterfaceImpl::SetAgnssCallback(const sptr<IAGnssCallback>& callbackObj) in SetAgnssCallback()
/drivers/peripheral/location/gnss/hdi_service/
Dgnss_interface_impl.cpp177 int32_t GnssInterfaceImpl::EnableGnss(const sptr<IGnssCallback>& callbackObj) in EnableGnss()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
Ddcamera_provider.cpp47 const sptr<IDCameraProviderCallback>& callbackObj) in EnableDCameraDevice()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_device/
Ddcamera_device.cpp88 int32_t DCameraDevice::GetStreamOperator(const sptr<IStreamOperatorCallback> &callbackObj, in GetStreamOperator()
/drivers/peripheral/camera/hal/hdi_impl/src/camera_device/
Dcamera_device_impl.cpp78 int32_t CameraDeviceImpl::GetStreamOperator(const sptr<IStreamOperatorCallback>& callbackObj, in GetStreamOperator()
/drivers/peripheral/camera/hal/hdi_impl/src/stream_operator/
Dstream_operator.cpp512 const sptr<IStreamOperatorCallback>& callbackObj, sptr<IOfflineStreamOperator>& offlineOperator) in ChangeToOfflineStream()
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddstream_operator.cpp479 const sptr<IStreamOperatorCallback> &callbackObj, sptr<IOfflineStreamOperator> &offlineOperator) in ChangeToOfflineStream()