Home
last modified time | relevance | path

Searched refs:HandleCallbackDeath (Results 1 - 7 of 7) sorted by relevance

/drivers/peripheral/motion/hdi_service/
H A Dmotion_callback_vdi.h34 sptr<IRemoteObject> HandleCallbackDeath() override;
H A Dmotion_callback_vdi.cpp46 sptr<IRemoteObject> MotionCallbackVdi::HandleCallbackDeath() in HandleCallbackDeath() function in OHOS::HDI::Motion::V1_1::MotionCallbackVdi
/drivers/peripheral/sensor/interfaces/v1_0/
H A Disensor_callback_vdi.h46 virtual sptr<IRemoteObject> HandleCallbackDeath() = 0;
/drivers/peripheral/motion/interfaces/v1_0/
H A Dimotion_callback_vdi.h42 virtual sptr<IRemoteObject> HandleCallbackDeath() = 0;
/drivers/peripheral/sensor/hdi_service/
H A Dsensor_callback_vdi.h39 sptr<IRemoteObject> HandleCallbackDeath() override;
H A Dsensor_callback_vdi.cpp127 sptr<IRemoteObject> SensorCallbackVdi::HandleCallbackDeath() in HandleCallbackDeath() function in OHOS::HDI::Sensor::V2_0::SensorCallbackVdi
/drivers/peripheral/sensor/hdi_impl/
H A Dsensor_impl.cpp273 const sptr<IRemoteObject> &lhs = callbackObj->HandleCallbackDeath(); in Register()
274 const sptr<IRemoteObject> &rhs = callbackRegistered->HandleCallbackDeath(); in Register()
310 const sptr<IRemoteObject> &remote = callbackObj->HandleCallbackDeath(); in Unregister()
368 return callbackObj == (callbackRegistered->HandleCallbackDeath()).GetRefPtr(); in UnregisterImpl()

Completed in 3 milliseconds