Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/include/
Dpower_state_machine.h205 sptr<IRemoteObject::DeathRecipient> powerStateCBDeathRecipient_; variable
/base/powermgr/power_manager/services/native/src/
Dpower_state_machine.cpp78 if (powerStateCBDeathRecipient_ == nullptr) { in Init()
79 powerStateCBDeathRecipient_ = new PowerStateCallbackDeathRecipient(); in Init()
373 object->AddDeathRecipient(powerStateCBDeathRecipient_); in RegisterPowerStateCallback()
387 object->RemoveDeathRecipient(powerStateCBDeathRecipient_); in UnRegisterPowerStateCallback()