/drivers/peripheral/wlan/hdi_service/ |
H A D | wlan_impl.h | 37 struct IWlanCallback *callbackObj;
member
|
/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/ |
H A D | hostapd_impl.h | 31 struct IHostapdCallback *callbackObj; member
|
/drivers/peripheral/wlan/wpa/interfaces/hdi_service/ |
H A D | wpa_impl.h | 31 struct IWpaCallback *callbackObj;
member
|
/drivers/peripheral/distributed_audio/hdi_service/audio_ext/v1_0/test/fuzztest/registeraudiodevice_fuzzer/ |
H A D | registeraudiodevice_fuzzer.cpp | 39 sptr<IDAudioCallback> callbackObj = nullptr; in RegisterAudioDeviceFuzzTest() local
|
/drivers/peripheral/location/geofence/hdi_service/ |
H A D | geofence_interface_impl.cpp | 34 int32_t GeofenceInterfaceImpl::SetGeofenceCallback(const sptr<IGeofenceCallback>& callbackObj) in SetGeofenceCallback() argument
|
/drivers/peripheral/sensor/hdi_service/ |
H A D | sensor_client_info.h | 33 explicit SensorClientInfo(const sptr<ISensorCallback> &callbackObj)
in SensorClientInfo() argument
|
H A D | sensor_client_info.cpp | 37 void SensorClientInfo::SetReportDataCb(const sptr<ISensorCallback> &callbackObj)
in SetReportDataCb() argument
|
/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | camera_device_service.cpp | 27 int32_t CameraDeviceService::GetStreamOperator(const sptr<IStreamOperatorCallback> &callbackObj, in GetStreamOperator() argument
|
H A D | stream_operator_service.cpp | 124 ChangeToOfflineStream(const std::vector<int32_t> &streamIds, const sptr<IStreamOperatorCallback> &callbackObj, sptr<IOfflineStreamOperator> &offlineOperator) ChangeToOfflineStream() argument
|
H A D | camera_host_service.cpp | 149 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 D | icamera_host_vdi.h | 67 virtual int32_t SetCallback(const sptr<ICameraHostVdiCallback> &callbackObj) in SetCallback() argument
|
/drivers/peripheral/connected_nfc_tag/hdi_service/ |
H A D | connected_nfc_tag_impl.cpp | 45 RegisterCallBack( const sptr<OHOS::HDI::ConnectedNfcTag::V1_1::IConnectedNfcTagCallback>& callbackObj) RegisterCallBack() argument
|
/drivers/peripheral/nfc/test/unittest/nfc_impl_test/ |
H A D | nfc_impl_test.cpp | 65 const sptr<INfcCallback> callbackObj = nullptr; in HWTEST_F() local
|
/drivers/peripheral/nfc/test/unittest/nfc_impl_mock_test/ |
H A D | nfc_impl_mock_test.cpp | 64 const sptr<INfcCallback> callbackObj = nullptr; in HWTEST_F() local
|
/drivers/peripheral/bluetooth/hci/hdi_service/ |
H A D | hci_interface_impl.cpp | 54 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 D | daudio_manager_interface_impl.cpp | 53 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 D | motion_if_service.cpp | 128 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 D | all_in_one_executor_impl.cpp | 71 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 D | all_in_one_executor_impl.cpp | 70 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 D | nfc_impl.cpp | 78 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 D | collector_impl.cpp | 198 Collect(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<HdiIExecutorCallback> &callbackObj) Collect() argument
|
H A D | verifier_impl.cpp | 169 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 D | thermal_interface_impl.cpp | 190 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 D | camera_host_usb_vdi_impl.cpp | 72 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 D | camera_device_vdi_impl.cpp | 85 int32_t CameraDeviceVdiImpl::GetStreamOperator(const sptr<IStreamOperatorVdiCallback> &callbackObj, in GetStreamOperator() argument
|