Home
last modified time | relevance | path

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

/drivers/peripheral/power/interfaces/hdi_service/src/
H A Dpower_interface_impl.h71 class PowerDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::HDI::Power::V1_2::PowerInterfaceImpl
73 explicit PowerDeathRecipient(const wptr<PowerInterfaceImpl> &powerInterfaceImpl) in PowerDeathRecipient() function in OHOS::HDI::Power::V1_2::PowerInterfaceImpl::PowerDeathRecipient
75 ~PowerDeathRecipient() override {};
H A Dpower_interface_impl.cpp87 sptr<PowerInterfaceImpl::PowerDeathRecipient> g_deathRecipient = nullptr;
128 g_deathRecipient = new PowerDeathRecipient(this); in RegisterCallback()
370 void PowerInterfaceImpl::PowerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &object) in OnRemoteDied()
372 HDF_LOGI("PowerDeathRecipient OnRemoteDied"); in OnRemoteDied()

Completed in 2 milliseconds