Searched refs:dhcpClientCallBack (Results 1 – 2 of 2) sorted by relevance
33 static OHOS::sptr<DhcpClientCallBack> dhcpClientCallBack = nullptr; variable46 if (dhcpClientCallBack == nullptr) { in RegisterDhcpClientCallBack()50 if (dhcpClientCallBack == nullptr) { in RegisterDhcpClientCallBack()54 CHECK_PTR_RETURN(dhcpClientCallBack, DHCP_INVALID_PARAM); in RegisterDhcpClientCallBack()55 dhcpClientCallBack->RegisterCallBack(ifname, event); in RegisterDhcpClientCallBack()64 if (dhcpClientCallBack == nullptr) { in RegisterDhcpClientReportCallBack()65 dhcpClientCallBack = std::make_shared<DhcpClientCallBack>(); in RegisterDhcpClientReportCallBack()68 if (dhcpClientCallBack == nullptr) { in RegisterDhcpClientReportCallBack()72 CHECK_PTR_RETURN(dhcpClientCallBack, DHCP_INVALID_PARAM); in RegisterDhcpClientReportCallBack()98 CHECK_PTR_RETURN(dhcpClientCallBack, DHCP_INVALID_PARAM); in StopDhcpClient()[all …]
23 static OHOS::sptr<DhcpClientCallBack> dhcpClientCallBack = variable38 dhcpClient->RegisterDhcpClientCallBack(ifname, dhcpClientCallBack); in DhcpClientFuzzerTest()