Home
last modified time | relevance | path

Searched refs:DhcpClientDeathRecipient (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_client_proxy.h63 class DhcpClientDeathRecipient : public IRemoteObject::DeathRecipient {
65 explicit DhcpClientDeathRecipient(DhcpClientProxy &client) : client_(client) {} in DhcpClientDeathRecipient() function
66 ~DhcpClientDeathRecipient() override = default;
H A Ddhcp_client_proxy.cpp39 deathRecipient_ = new (std::nothrow)DhcpClientDeathRecipient(*this); in DhcpClientProxy()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_death_recipient.cpp22 void DhcpClientDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()
H A Ddhcp_client_stub.cpp128 deathRecipient_ = new (std::nothrow) DhcpClientDeathRecipient(); in OnRegisterCallBack()
H A Ddhcp_client_service_impl.cpp198 bool ret = abilityObjext->AddDeathRecipient(new DhcpClientDeathRecipient()); in StartServiceAbility()
/ohos5.0/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_death_recipient.h25 class DhcpClientDeathRecipient : public IRemoteObject::DeathRecipient {