Searched refs:DhcpServerDeathRecipient (Results 1 – 5 of 5) sorted by relevance
69 class DhcpServerDeathRecipient : public IRemoteObject::DeathRecipient {71 explicit DhcpServerDeathRecipient(DhcpServerProxy &client) : client_(client) {} in DhcpServerDeathRecipient() function72 ~DhcpServerDeathRecipient() override = default;
38 deathRecipient_ = new (std::nothrow)DhcpServerDeathRecipient(*this); in DhcpServerProxy()
21 void DhcpServerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()
170 bool ret = abilityObjext->AddDeathRecipient(new DhcpServerDeathRecipient()); in StartServiceAbility()
24 class DhcpServerDeathRecipient : public IRemoteObject::DeathRecipient {