Home
last modified time | relevance | path

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

/drivers/peripheral/location/agnss/hdi_service/
H A Dagnss_interface_impl.cpp123 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IAGnssCallback>(callbackObj); in SetAgnssCallback()
131 const sptr<IRemoteObject>& lhs = OHOS::HDI::hdi_objcast<IAGnssCallback>(callbackObj); in SetAgnssCallback()
132 const sptr<IRemoteObject>& rhs = OHOS::HDI::hdi_objcast<IAGnssCallback>(callBackIter->second); in SetAgnssCallback()
251 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IAGnssCallback>(callbackObj); in AddAgnssDeathRecipient()
265 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IAGnssCallback>(callbackObj); in RemoveAgnssDeathRecipient()
/drivers/peripheral/motion/hdi_service/
H A Dmotion_callback_vdi.cpp48 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<IMotionCallback>(motionCallback_); in HandleCallbackDeath()
/drivers/peripheral/bluetooth/hci/hdi_service/
H A Dhci_interface_impl.cpp121 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IHciCallback>(callbackObj); in AddHciDeathRecipient()
133 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IHciCallback>(callbackObj); in RemoveHciDeathRecipient()
/drivers/interface/display/buffer/v1_0/hdi_impl/
H A Ddisplay_buffer_hdi_impl.h90 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<IAllocator>(allocator_); in ~DisplayBufferHdiImpl()
98 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<IAllocator>(allocator_);
117 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<IAllocator>(allocator_);
/drivers/external_device_manager/services/native/driver_extension_manager/src/bus_extension/usb/
H A Dusb_bus_extension.cpp44 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<HDI::Usb::V1_0::IUsbInterface>(usbInterface_); in ~UsbBusExtension()
75 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<HDI::Usb::V1_0::IUsbInterface>(usbInterface_); in SetDevChangeCallback()
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_if_service.cpp487 const sptr<IRemoteObject> &lhs = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackObj); in AddCallbackMap()
488 const sptr<IRemoteObject> &rhs = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered); in AddCallbackMap()
522 const sptr<IRemoteObject> &lhs = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackObj); in RemoveCallbackMap()
523 const sptr<IRemoteObject> &rhs = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered); in RemoveCallbackMap()
570 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackObj); in AddSensorDeathRecipient()
585 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ISensorCallback>(callbackObj); in RemoveSensorDeathRecipient()
619 (OHOS::HDI::hdi_objcast<ISensorCallback>(callbackRegistered)).GetRefPtr(); in OnRemoteDied()
660 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ISensorCallback>(callback); in RemoveDeathNotice()
H A Dsensor_callback_vdi.cpp129 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<ISensorCallback>(sensorCallback_); in HandleCallbackDeath()
/drivers/hdf_core/adapter/uhdf2/ipc/include/
H A Diproxy_broker.h62 inline sptr<IRemoteObject> hdi_objcast(const sptr<INTERFACE> &iface) in hdi_objcast() function
/drivers/hdf_core/interfaces/inner_api/ipc/
H A Diproxy_broker.h62 inline sptr<IRemoteObject> hdi_objcast(const sptr<INTERFACE> &iface) in hdi_objcast() function
/drivers/peripheral/wlan/chip/hdi_service/
H A Dwifi.cpp250 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IChipControllerCallback>(eventCallback); in AddWifiDeathRecipient()
262 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IChipControllerCallback>(eventCallback); in RemoveWifiDeathRecipient()
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dcamera_host_service_callback.cpp104 return OHOS::HDI::hdi_objcast<ICameraHostCallback>(cameraHostCallback_); in Remote()
/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_death_recipient.cpp57 const sptr<OHOS::IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ICodecCallback>(callbacks); in RegisterDeathRecipientService()
/drivers/peripheral/intelligent_voice/hdi_service/trigger/
H A Dintell_voice_trigger_adapter_impl.cpp177 sptr<IRemoteObject> object = OHOS::HDI::hdi_objcast<IIntellVoiceTriggerCallback>(triggerCallback); in RegisterDeathRecipient()
219 sptr<IRemoteObject> object = OHOS::HDI::hdi_objcast<IIntellVoiceTriggerCallback>(callback); in DeregisterDeathRecipient()
/drivers/peripheral/nfc/hdi_service/
H A Dnfc_impl.cpp264 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<INfcCallback>(callbackObj); in AddNfcDeathRecipient()
283 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<INfcCallback>(callbackObj); in RemoveNfcDeathRecipient()
/drivers/peripheral/secure_element/vendor_adaptor/
H A Dse_vendor_adaptions.cpp299 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ISecureElementCallback>(callbackObj); in AddSecureElementDeathRecipient()
314 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ISecureElementCallback>(callbackObj); in RemoveSecureElementDeathRecipient()
/drivers/interface/display/composer/v1_0/hdi_impl/
H A Ddisplay_composer_hdi_impl.h86 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_); in ~DisplayComposerHdiImpl()
94 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_);
113 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<CompHdi>(hdi_);
/drivers/peripheral/location/gnss/hdi_service/
H A Dgnss_interface_impl.cpp337 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IGnssCallback>(callbackObj); in EnableGnss()
495 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IGnssCallback>(callbackObj); in AddGnssDeathRecipient()
510 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IGnssCallback>(callbackObj); in RemoveGnssDeathRecipient()
571 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IGnssMeasurementCallback>(callbackObj); in EnableGnssMeasurement()
/drivers/external_device_manager/frameworks/ddk/hid/
H A Dinput_emit_event.cpp63 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<OHOS::HDI::Input::Ddk::V1_0::IHidDdk>(g_ddk); in OnRemoteDied()
95 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<OHOS::HDI::Input::Ddk::V1_0::IHidDdk>(g_ddk); in Connect()
/drivers/peripheral/battery/interfaces/hdi_service/src/
H A Dbattery_interface_impl.cpp332 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IBatteryCallback>(callback); in AddBatteryDeathRecipient()
348 const sptr<IRemoteObject>& remote = OHOS::HDI::hdi_objcast<IBatteryCallback>(callback); in RemoveBatteryDeathRecipient()
/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_host/
H A Ddcamera_host.cpp348 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<IDCameraProviderCallback>(callback); in AddDCameraDevice()
381 sptr<IRemoteObject> remoteObj = OHOS::HDI::hdi_objcast<IDCameraProviderCallback>(callback); in RemoveDCameraDevice()
/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.cpp349 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<IPowerHdiCallback>(callback); in AddPowerDeathRecipient()
361 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<IPowerHdiCallback>(callback); in RemovePowerDeathRecipient()
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp396 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ISecureElementCallback>(callbackObj); in AddSecureElementDeathRecipient()
411 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<ISecureElementCallback>(callbackObj); in RemoveSecureElementDeathRecipient()
/drivers/peripheral/distributed_audio/hdi_service/audio/v1_0/src/
H A Daudio_manager_interface_impl.cpp318 sptr<IRemoteObject> remote = OHOS::HDI::hdi_objcast<IDAudioCallback>(call->second); in GetRemote()
/drivers/peripheral/ril/interfaces/hdi_service/src/
H A Dril_impl.cpp690 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<IRilCallback>(callback); in AddRilDeathRecipient()
703 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<IRilCallback>(callback); in RemoveRilDeathRecipient()
/drivers/peripheral/usb/hdi_service/src/
H A Dusb_impl.cpp1997 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<IUsbdSubscriber>(subscriber); in BindUsbdSubscriber()
2049 const sptr<IRemoteObject> &remote = OHOS::HDI::hdi_objcast<IUsbdSubscriber>(subscriber); in UnbindUsbdSubscriber()

Completed in 19 milliseconds