Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.h71 class PowerDeathRecipient : public IRemoteObject::DeathRecipient {
73 explicit PowerDeathRecipient(const wptr<PowerInterfaceImpl> &powerInterfaceImpl) in PowerDeathRecipient() function
75 ~PowerDeathRecipient() override {}; in ~PowerDeathRecipient()
H A Dpower_interface_impl.cpp86 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()