Home
last modified time | relevance | path

Searched refs:DeathRecipientTemplate (Results 1 - 14 of 14) sorted by relevance

/base/sensors/miscdevice/utils/common/include/
H A Ddeath_recipient_template.h24 class DeathRecipientTemplate : public IRemoteObject::DeathRecipient { class
26 explicit DeathRecipientTemplate(T &privateData) : privateData_(privateData) {}; in DeathRecipientTemplate() function in OHOS::Sensors::DeathRecipientTemplate
27 virtual ~DeathRecipientTemplate() = default;
/base/sensors/medical_sensor/utils/include/
H A Ddeath_recipient_template.h24 class DeathRecipientTemplate : public IRemoteObject::DeathRecipient { class
26 explicit DeathRecipientTemplate(T &privateData) : privateData_(privateData) {}; in DeathRecipientTemplate() function in OHOS::Sensors::DeathRecipientTemplate
27 virtual ~DeathRecipientTemplate() = default;
/base/sensors/sensor/utils/common/include/
H A Ddeath_recipient_template.h24 class DeathRecipientTemplate : public IRemoteObject::DeathRecipient { class
26 explicit DeathRecipientTemplate(T &privateData) : privateData_(privateData){}; in DeathRecipientTemplate() function in OHOS::Sensors::DeathRecipientTemplate
27 virtual ~DeathRecipientTemplate() = default;
/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_light_connection.cpp126 hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiLightConnection *>(this)); in RegisterHdiDeathRecipient()
H A Dhdi_connection.cpp244 hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiConnection *>(this)); in RegisterHdiDeathRecipient()
/base/sensors/miscdevice/frameworks/native/light/src/
H A Dlight_client.cpp68 serviceDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<LightClient *>(this)); in InitLightClient()
/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_service.cpp457 clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MedicalSensorService *>(this)); in RegisterClientDeathRecipient()
474 clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MedicalSensorService *>(this)); in UnregisterClientDeathRecipient()
/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp275 hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiConnection *>(this)); in RegisterHdiDeathRecipient()
/base/sensors/medical_sensor/frameworks/native/medical_sensor/src/
H A Dmedical_service_client.cpp66 new (std::nothrow) DeathRecipientTemplate(*const_cast<MedicalSensorServiceClient *>(this)); in InitServiceClient()
/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_client.cpp92 serviceDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<SensorServiceClient *>(this)); in InitServiceClient()
/base/sensors/medical_sensor/services/medical_sensor/hdi_connection/adapter/src/
H A Dhdi_connection.cpp267 hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiConnection *>(this)); in RegisterHdiDeathRecipient()
/base/sensors/miscdevice/frameworks/native/vibrator/src/
H A Dvibrator_service_client.cpp89 new (std::nothrow) DeathRecipientTemplate(*const_cast<VibratorServiceClient *>(this)); in InitServiceClient()
/base/sensors/sensor/services/src/
H A Dsensor_service.cpp450 clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<SensorService *>(this)); in RegisterClientDeathRecipient()
/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp801 clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MiscdeviceService *>(this)); in RegisterClientDeathRecipient()

Completed in 9 milliseconds