Searched refs:BatteryDeathRecipient (Results 1 – 2 of 2) sorted by relevance
58 class BatteryDeathRecipient : public IRemoteObject::DeathRecipient {60 explicit BatteryDeathRecipient( in BatteryDeathRecipient() function62 virtual ~BatteryDeathRecipient() = default;
26 sptr<BatteryInterfaceImpl::BatteryDeathRecipient> g_deathRecipient = nullptr;85 g_deathRecipient = new BatteryInterfaceImpl::BatteryDeathRecipient(this); in Register()355 void BatteryInterfaceImpl::BatteryDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()