Home
last modified time | relevance | path

Searched refs:DhcpClientCallBack (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dhcp/test/fuzztest/dhcpclient_fuzzer/
H A Ddhcpclient_fuzzer.cpp23 static OHOS::sptr<DhcpClientCallBack> dhcpClientCallBack =
24 OHOS::sptr<DhcpClientCallBack>(new (std::nothrow)DhcpClientCallBack());
/foundation/communication/dhcp/frameworks/native/src/
H A Ddhcp_event.cpp20 DhcpClientCallBack::DhcpClientCallBack() in DhcpClientCallBack() function in DhcpClientCallBack
22 DHCP_LOGI("DhcpClientCallBack"); in DhcpClientCallBack()
25 DhcpClientCallBack::~DhcpClientCallBack() in ~DhcpClientCallBack()
27 DHCP_LOGI("~DhcpClientCallBack"); in ~DhcpClientCallBack()
30 void DhcpClientCallBack::ResultInfoCopy(DhcpResult &dhcpResult, OHOS::DHCP::DhcpResult& result) in ResultInfoCopy()
82 void DhcpClientCallBack::OnIpSuccessChanged(int status, const std::string& ifname, OHOS::DHCP::DhcpResult& result) in OnIpSuccessChanged()
107 void DhcpClientCallBack::OnIpFailChanged(int status, const std::string& ifname, const std::string& reason) in OnIpFailChanged()
122 void DhcpClientCallBack
[all...]
/foundation/communication/dhcp/frameworks/native/include/
H A Ddhcp_event.h32 class DhcpClientCallBack : public OHOS::DHCP::IDhcpClientCallBack { class
34 DhcpClientCallBack();
35 virtual ~DhcpClientCallBack();
/foundation/communication/dhcp/frameworks/native/c_adapter/src/
H A Ddhcp_c_service.cpp30 static std::shared_ptr<DhcpClientCallBack> dhcpClientCallBack = nullptr;
33 static OHOS::sptr<DhcpClientCallBack> dhcpClientCallBack = nullptr;
47 dhcpClientCallBack = std::shared_ptr<DhcpClientCallBack>(new (std::nothrow)DhcpClientCallBack()); in RegisterDhcpClientCallBack()
51 dhcpClientCallBack = OHOS::sptr<DhcpClientCallBack>(new (std::nothrow)DhcpClientCallBack()); in RegisterDhcpClientCallBack()
65 dhcpClientCallBack = std::make_shared<DhcpClientCallBack>(); in RegisterDhcpClientReportCallBack()
69 dhcpClientCallBack = OHOS::sptr<DhcpClientCallBack>(new (std::nothrow)DhcpClientCallBack()); in RegisterDhcpClientReportCallBack()

Completed in 2 milliseconds