Home
last modified time | relevance | path

Searched defs:callbackObj (Results 1 - 25 of 42) sorted by relevance

12

/drivers/peripheral/wlan/hdi_service/
H A Dwlan_impl.h37 struct IWlanCallback *callbackObj; member
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/
H A Dhostapd_impl.h31 struct IHostapdCallback *callbackObj; member
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/
H A Dwpa_impl.h31 struct IWpaCallback *callbackObj; member
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/fuzztest/registeraudiodevice_fuzzer/
H A Dregisteraudiodevice_fuzzer.cpp39 sptr<IDAudioCallback> callbackObj = nullptr; in RegisterAudioDeviceFuzzTest() local
/drivers/peripheral/location/geofence/hdi_service/
H A Dgeofence_interface_impl.cpp34 int32_t GeofenceInterfaceImpl::SetGeofenceCallback(const sptr<IGeofenceCallback>& callbackObj) in SetGeofenceCallback() argument
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_client_info.h33 explicit SensorClientInfo(const sptr<ISensorCallback> &callbackObj) in SensorClientInfo() argument
H A Dsensor_client_info.cpp37 void SensorClientInfo::SetReportDataCb(const sptr<ISensorCallback> &callbackObj) in SetReportDataCb() argument
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_device_service.cpp27 int32_t CameraDeviceService::GetStreamOperator(const sptr<IStreamOperatorCallback> &callbackObj, in GetStreamOperator() argument
H A Dstream_operator_service.cpp124 ChangeToOfflineStream(const std::vector<int32_t> &streamIds, const sptr<IStreamOperatorCallback> &callbackObj, sptr<IOfflineStreamOperator> &offlineOperator) ChangeToOfflineStream() argument
H A Dcamera_host_service.cpp149 int32_t CameraHostService::SetCallback(const OHOS::sptr<ICameraHostCallback> &callbackObj) in SetCallback() argument
203 int32_t CameraHostService::OpenCamera(const std::string &cameraId, const sptr<ICameraDeviceCallback> &callbackObj, in OpenCamera() argument
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Dicamera_host_vdi.h67 virtual int32_t SetCallback(const sptr<ICameraHostVdiCallback> &callbackObj) in SetCallback() argument
/drivers/peripheral/connected_nfc_tag/hdi_service/
H A Dconnected_nfc_tag_impl.cpp45 RegisterCallBack( const sptr<OHOS::HDI::ConnectedNfcTag::V1_1::IConnectedNfcTagCallback>& callbackObj) RegisterCallBack() argument
/drivers/peripheral/nfc/test/unittest/nfc_impl_test/
H A Dnfc_impl_test.cpp65 const sptr<INfcCallback> callbackObj = nullptr; in HWTEST_F() local
/drivers/peripheral/nfc/test/unittest/nfc_impl_mock_test/
H A Dnfc_impl_mock_test.cpp64 const sptr<INfcCallback> callbackObj = nullptr; in HWTEST_F() local
/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp54 int32_t HciInterfaceImpl::Init(const sptr<IHciCallback>& callbackObj) in Init() argument
118 AddHciDeathRecipient(const sptr<IHciCallback>& callbackObj) AddHciDeathRecipient() argument
130 RemoveHciDeathRecipient(const sptr<IHciCallback>& callbackObj) RemoveHciDeathRecipient() argument
[all...]
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/src/
H A Ddaudio_manager_interface_impl.cpp53 RegisterAudioDevice(const std::string &adpName, int32_t devId, const std::string &capability, const sptr<IDAudioCallback> &callbackObj) RegisterAudioDevice() argument
/drivers/peripheral/motion/hdi_service/
H A Dmotion_if_service.cpp128 int32_t MotionIfService::Register(const sptr<IMotionCallback> &callbackObj) in Register() argument
147 int32_t MotionIfService::Unregister(const sptr<IMotionCallback> &callbackObj) in Unregister() argument
/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp71 Enroll( uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Enroll() argument
90 Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Authenticate() argument
110 Identify( uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Identify() argument
145 SendCommand( int32_t commandId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) SendCommand() argument
207 RegisterSaCommandCallback(const sptr<ISaCommandCallback> &callbackObj) RegisterSaCommandCallback() argument
[all...]
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp70 Enroll( uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Enroll() argument
89 Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, bool endAfterFirstFail, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Authenticate() argument
110 Identify( uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) Identify() argument
145 SendCommand( int32_t commandId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbackObj) SendCommand() argument
207 RegisterSaCommandCallback(const sptr<ISaCommandCallback> &callbackObj) RegisterSaCommandCallback() argument
[all...]
/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp78 int32_t NfcImpl::Open(const sptr<INfcCallback> &callbackObj, NfcStatus &status) in Open() argument
258 int32_t NfcImpl::AddNfcDeathRecipient(const sptr<INfcCallback> &callbackObj) in AddNfcDeathRecipient() argument
277 int32_t NfcImpl::RemoveNfcDeathRecipient(const sptr<INfcCallback> &callbackObj) in RemoveNfcDeathRecipient() argument
[all...]
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dcollector_impl.cpp198 Collect(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<HdiIExecutorCallback> &callbackObj) Collect() argument
H A Dverifier_impl.cpp169 Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, const std::vector<uint8_t> &extraInfo, const sptr<HdiIExecutorCallback> &callbackObj) Authenticate() argument
/drivers/peripheral/thermal/interfaces/hdi_service/src/
H A Dthermal_interface_impl.cpp190 int32_t ThermalInterfaceImpl::Register(const sptr<IThermalCallback>& callbackObj) in Register() argument
212 int32_t ThermalInterfaceImpl::RegisterFanCallback(const sptr<IFanCallback>& callbackObj) in RegisterFanCallback() argument
/drivers/peripheral/camera/vdi_base/usb_camera/vdi_impl/src/camera_host/
H A Dcamera_host_usb_vdi_impl.cpp72 int32_t CameraHostVdiImpl::SetCallback(const OHOS::sptr<ICameraHostVdiCallback> &callbackObj) in SetCallback() argument
129 int32_t CameraHostVdiImpl::OpenCamera(const std::string &cameraId, const sptr<ICameraDeviceVdiCallback> &callbackObj, in OpenCamera() argument
/drivers/peripheral/camera/vdi_base/v4l2/src/camera_device/
H A Dcamera_device_vdi_impl.cpp85 int32_t CameraDeviceVdiImpl::GetStreamOperator(const sptr<IStreamOperatorVdiCallback> &callbackObj, in GetStreamOperator() argument

Completed in 13 milliseconds

12