Searched refs:PowerDeathRecipient (Results 1 – 2 of 2) sorted by relevance
71 class PowerDeathRecipient : public IRemoteObject::DeathRecipient {73 explicit PowerDeathRecipient(const wptr<PowerInterfaceImpl> &powerInterfaceImpl) in PowerDeathRecipient() function75 ~PowerDeathRecipient() override {}; in ~PowerDeathRecipient()
86 sptr<PowerInterfaceImpl::PowerDeathRecipient> g_deathRecipient = nullptr;127 g_deathRecipient = new PowerDeathRecipient(this); in RegisterCallback()362 void PowerInterfaceImpl::PowerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()