Searched refs:DhcpClientDeathRecipient (Results 1 – 6 of 6) sorted by relevance
63 class DhcpClientDeathRecipient : public IRemoteObject::DeathRecipient {65 explicit DhcpClientDeathRecipient(DhcpClientProxy &client) : client_(client) {} in DhcpClientDeathRecipient() function66 ~DhcpClientDeathRecipient() override = default;
39 deathRecipient_ = new (std::nothrow)DhcpClientDeathRecipient(*this); in DhcpClientProxy()
22 void DhcpClientDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()
128 deathRecipient_ = new (std::nothrow) DhcpClientDeathRecipient(); in OnRegisterCallBack()
198 bool ret = abilityObjext->AddDeathRecipient(new DhcpClientDeathRecipient()); in StartServiceAbility()
25 class DhcpClientDeathRecipient : public IRemoteObject::DeathRecipient {