Searched refs:PushDhcpResult (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/include/ |
H A D | dhcp_client_service_impl.h | 84 void PushDhcpResult(const std::string &ifname, OHOS::DHCP::DhcpResult &result);
|
/foundation/communication/dhcp/test/unittest/services/dhcp_client/ |
H A D | dhcp_client_service_impl_test.cpp | 251 dhcpClientImpl->PushDhcpResult(ifname, result); in HWTEST_F() 254 dhcpClientImpl->PushDhcpResult(ifname, result); in HWTEST_F()
|
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_client_service_impl.cpp | 429 PushDhcpResult(ifname, result); in DhcpIpv4ResultSuccess() 487 PushDhcpResult(ifname, result); in DhcpIpv4ResultFail() 592 PushDhcpResult(ifname, result); in DhcpIpv6ResulCallback() 638 void DhcpClientServiceImpl::PushDhcpResult(const std::string &ifname, OHOS::DHCP::DhcpResult &result) in PushDhcpResult() function in OHOS::DHCP::DhcpClientServiceImpl 650 DHCP_LOGI("PushDhcpResult update ipv4 result, ifname:%{public}s", ifname.c_str()); in PushDhcpResult() 653 DHCP_LOGI("PushDhcpResult update ipv6 result, ifname:%{public}s", ifname.c_str()); in PushDhcpResult() 658 DHCP_LOGI("PushDhcpResult ifname add new result, ifname:%{public}s", ifname.c_str()); in PushDhcpResult() 664 DHCP_LOGI("PushDhcpResult add new ifname result, ifname:%{public}s", ifname.c_str()); in PushDhcpResult()
|
Completed in 3 milliseconds