Home
last modified time | relevance | path

Searched refs:DhcpServerDeathRecipient (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy.h69 class DhcpServerDeathRecipient : public IRemoteObject::DeathRecipient { class in OHOS::DHCP::DhcpServerProxy
71 explicit DhcpServerDeathRecipient(DhcpServerProxy &client) : client_(client) {} in DhcpServerDeathRecipient() function in OHOS::DHCP::DhcpServerProxy::DhcpServerDeathRecipient
72 ~DhcpServerDeathRecipient() override = default;
H A Ddhcp_server_proxy.cpp40 deathRecipient_ = new (std::nothrow)DhcpServerDeathRecipient(*this); in DhcpServerProxy()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_death_recipient.cpp17 DEFINE_DHCPLOG_DHCP_LABEL("DhcpServerDeathRecipient");
21 void DhcpServerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()
23 DHCP_LOGD("DhcpServerDeathRecipient::OnRemoteDied!"); in OnRemoteDied()
H A Ddhcp_server_service_impl.cpp171 bool ret = abilityObjext->AddDeathRecipient(new DhcpServerDeathRecipient()); in StartServiceAbility()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_death_recipient.h24 class DhcpServerDeathRecipient : public IRemoteObject::DeathRecipient { class

Completed in 5 milliseconds