Home
last modified time | relevance | path

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

/base/powermgr/power_manager/services/native/src/
H A Dpower_state_machine.cpp112 if (powerStateCBDeathRecipient_ == nullptr) { in Init()
113 powerStateCBDeathRecipient_ = new PowerStateCallbackDeathRecipient(); in Init()
902 object->AddDeathRecipient(powerStateCBDeathRecipient_); in WakeupDeviceInner()
916 object->RemoveDeathRecipient(powerStateCBDeathRecipient_); in WakeupDeviceInner()
923 object->RemoveDeathRecipient(powerStateCBDeathRecipient_); in WakeupDeviceInner()
/base/powermgr/power_manager/services/native/include/
H A Dpower_state_machine.h351 sptr<IRemoteObject::DeathRecipient> powerStateCBDeathRecipient_; member in OHOS::PowerMgr::TransitResult::PowerStateMachine::SettingStateFlag

Completed in 6 milliseconds