Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds