Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_server_proxy.h69 class DhcpServerDeathRecipient : public IRemoteObject::DeathRecipient {
71 explicit DhcpServerDeathRecipient(DhcpServerProxy &client) : client_(client) {} in DhcpServerDeathRecipient() function
72 ~DhcpServerDeathRecipient() override = default;
H A Ddhcp_server_proxy.cpp38 deathRecipient_ = new (std::nothrow)DhcpServerDeathRecipient(*this); in DhcpServerProxy()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_server_death_recipient.cpp21 void DhcpServerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remoteObject) in OnRemoteDied()
H A Ddhcp_server_service_impl.cpp170 bool ret = abilityObjext->AddDeathRecipient(new DhcpServerDeathRecipient()); in StartServiceAbility()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_server_death_recipient.h24 class DhcpServerDeathRecipient : public IRemoteObject::DeathRecipient {