Searched refs:StandbyServiceDeathRecipient (Results 1 – 2 of 2) sorted by relevance
167 class StandbyServiceDeathRecipient : public IRemoteObject::DeathRecipient {169 explicit StandbyServiceDeathRecipient(StandbyServiceClient& standbyServiceClient);171 ~StandbyServiceDeathRecipient() override;182 sptr<StandbyServiceDeathRecipient> deathRecipient_;
224 deathRecipient_ = new (std::nothrow) StandbyServiceDeathRecipient(*this); in GetStandbyServiceProxy()242 StandbyServiceClient::StandbyServiceDeathRecipient::StandbyServiceDeathRecipient( in StandbyServiceDeathRecipient() function in OHOS::DevStandbyMgr::StandbyServiceClient::StandbyServiceDeathRecipient246 StandbyServiceClient::StandbyServiceDeathRecipient::~StandbyServiceDeathRecipient() {} in ~StandbyServiceDeathRecipient()248 void StandbyServiceClient::StandbyServiceDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& re… in OnRemoteDied()