Home
last modified time | relevance | path

Searched refs:thermalLevelCBDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance

/base/powermgr/thermal_manager/services/native/src/thermal_action/action/
Daction_thermal_level.cpp107 if (thermalLevelCBDeathRecipient_ == nullptr) { in Init()
108 thermalLevelCBDeathRecipient_ = new ThermalLevelCallbackDeathRecipient(); in Init()
143 object->AddDeathRecipient(thermalLevelCBDeathRecipient_); in SubscribeThermalLevelCallback()
160 object->RemoveDeathRecipient(thermalLevelCBDeathRecipient_); in UnSubscribeThermalLevelCallback()
/base/powermgr/thermal_manager/services/native/include/thermal_action/action/
Daction_thermal_level.h71 sptr<IRemoteObject::DeathRecipient> thermalLevelCBDeathRecipient_; variable