Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/include/
H A Dstandby_service_client.h167 class StandbyServiceDeathRecipient : public IRemoteObject::DeathRecipient {
169 explicit StandbyServiceDeathRecipient(StandbyServiceClient& standbyServiceClient);
171 ~StandbyServiceDeathRecipient() override;
182 sptr<StandbyServiceDeathRecipient> deathRecipient_;
/ohos5.0/foundation/resourceschedule/device_standby/interfaces/innerkits/src/
H A Dstandby_service_client.cpp224 deathRecipient_ = new (std::nothrow) StandbyServiceDeathRecipient(*this); in GetStandbyServiceProxy()
242 StandbyServiceClient::StandbyServiceDeathRecipient::StandbyServiceDeathRecipient( in StandbyServiceDeathRecipient() function in OHOS::DevStandbyMgr::StandbyServiceClient::StandbyServiceDeathRecipient
246 StandbyServiceClient::StandbyServiceDeathRecipient::~StandbyServiceDeathRecipient() {} in ~StandbyServiceDeathRecipient()
248 void StandbyServiceClient::StandbyServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& re… in OnRemoteDied()