Searched refs:ThermalMgrDeathRecipient (Results 1 – 5 of 5) sorted by relevance
34 class ThermalMgrDeathRecipient : public IRemoteObject::DeathRecipient {36 ThermalMgrDeathRecipient() = default;37 ~ThermalMgrDeathRecipient() = default;40 DISALLOW_COPY_AND_MOVE(ThermalMgrDeathRecipient);
49 class ThermalMgrDeathRecipient : public IRemoteObject::DeathRecipient {51 explicit ThermalMgrDeathRecipient(ThermalMgrClient& client) : client_(client) {} in ThermalMgrDeathRecipient() function52 ~ThermalMgrDeathRecipient() = default;56 DISALLOW_COPY_AND_MOVE(ThermalMgrDeathRecipient);
41 std::make_shared<ThermalMgrClient::ThermalMgrDeathRecipient>(thermalClient);62 std::make_shared<ThermalMgrClient::ThermalMgrDeathRecipient>(thermalClient);
57 deathRecipient_ = sptr<IRemoteObject::DeathRecipient>(new ThermalMgrDeathRecipient()); in Connect()85 void MockThermalMgrClient::ThermalMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()
57 sptr<IRemoteObject::DeathRecipient> drt = new(std::nothrow) ThermalMgrDeathRecipient(*this); in Connect()74 void ThermalMgrClient::ThermalMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& remote) in OnRemoteDied()