Home
last modified time | relevance | path

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

/ohos5.0/base/sensors/medical_sensor/utils/include/
H A Ddeath_recipient_template.h24 class DeathRecipientTemplate : public IRemoteObject::DeathRecipient {
26 explicit DeathRecipientTemplate(T &privateData) : privateData_(privateData) {}; in DeathRecipientTemplate() function
27 virtual ~DeathRecipientTemplate() = default;
/ohos5.0/base/sensors/miscdevice/utils/common/include/
H A Ddeath_recipient_template.h24 class DeathRecipientTemplate : public IRemoteObject::DeathRecipient {
26 explicit DeathRecipientTemplate(T &privateData) : privateData_(privateData) {}; in DeathRecipientTemplate() function
27 virtual ~DeathRecipientTemplate() = default;
/ohos5.0/base/sensors/sensor/utils/common/include/
H A Ddeath_recipient_template.h24 class DeathRecipientTemplate : public IRemoteObject::DeathRecipient {
26 explicit DeathRecipientTemplate(T &privateData) : privateData_(privateData){}; in DeathRecipientTemplate() function
27 virtual ~DeathRecipientTemplate() = default;
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/hdi_connection/adapter/src/
H A Dhdi_light_connection.cpp124 …hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiLightConnection *>(th… in RegisterHdiDeathRecipient()
H A Dhdi_connection.cpp224 … hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiConnection *>(this)); in RegisterHdiDeathRecipient()
/ohos5.0/base/sensors/miscdevice/frameworks/native/light/src/
H A Dlight_client.cpp61 …serviceDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<LightClient *>(this)… in InitLightClient()
/ohos5.0/base/sensors/medical_sensor/services/medical_sensor/src/
H A Dmedical_service.cpp457 …clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MedicalSensorService … in RegisterClientDeathRecipient()
474 …clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MedicalSensorService … in UnregisterClientDeathRecipient()
/ohos5.0/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()
/ohos5.0/base/sensors/sensor/services/hdi_connection/adapter/src/
H A Dhdi_connection.cpp265 … hdiDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<HdiConnection *>(this)); in RegisterHdiDeathRecipient()
/ohos5.0/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()
/ohos5.0/base/sensors/sensor/frameworks/native/src/
H A Dsensor_service_client.cpp88 …serviceDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<SensorServiceClient … in InitServiceClient()
/ohos5.0/base/sensors/miscdevice/frameworks/native/vibrator/src/
H A Dvibrator_service_client.cpp80 new (std::nothrow) DeathRecipientTemplate(*const_cast<VibratorServiceClient *>(this)); in InitServiceClient()
/ohos5.0/base/sensors/sensor/services/src/
H A Dsensor_service.cpp471 …clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<SensorService *>(this… in RegisterClientDeathRecipient()
/ohos5.0/base/sensors/miscdevice/services/miscdevice_service/src/
H A Dmiscdevice_service.cpp783 …clientDeathObserver_ = new (std::nothrow) DeathRecipientTemplate(*const_cast<MiscdeviceService *>(… in RegisterClientDeathRecipient()