Searched refs:PowerMgrDeathRecipient (Results 1 – 6 of 6) sorted by relevance
26 class PowerMgrDeathRecipient : public IRemoteObject::DeathRecipient {28 PowerMgrDeathRecipient() {} in PowerMgrDeathRecipient() function29 virtual ~PowerMgrDeathRecipient() override = default;48 sptr<PowerMgrDeathRecipient> serviceDeathObserver_ = nullptr;
198 class PowerMgrDeathRecipient : public IRemoteObject::DeathRecipient {200 explicit PowerMgrDeathRecipient(PowerMgrClient& client) : client_(client) {} in PowerMgrDeathRecipient() function201 ~PowerMgrDeathRecipient() = default;205 DISALLOW_COPY_AND_MOVE(PowerMgrDeathRecipient);
39 std::make_shared<PowerMgrClient::PowerMgrDeathRecipient>(powerMgrClient);58 std::make_shared<PowerMgrClient::PowerMgrDeathRecipient>(powerMgrClient);
78 serviceDeathObserver_ = sptr<PowerMgrDeathRecipient>::MakeSptr(); in InitProxy()113 void PowerMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
34 void PowerMgrClient::PowerMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
93 sptr<IRemoteObject::DeathRecipient> drt = new(std::nothrow) PowerMgrDeathRecipient(*this); in Connect()109 void PowerMgrClient::PowerMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()