Home
last modified time | relevance | path

Searched refs:StartNewClient (Results 1 - 3 of 3) sorted by relevance

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_service_impl.h72 ErrCode StartNewClient(const std::string& ifname, bool bIpv6);
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_service_impl_test.cpp107 EXPECT_EQ(DHCP_E_SUCCESS, dhcpClientImpl->StartNewClient(ifname, bIpv6)); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp263 return StartNewClient(ifname, bIpv6); in StartDhcpClient()
315 ErrCode DhcpClientServiceImpl::StartNewClient(const std::string& ifname, bool bIpv6) in StartNewClient() function in OHOS::DHCP::DhcpClientServiceImpl
317 DHCP_LOGI("StartNewClient ifname:%{public}s, bIpv6:%{public}d", ifname.c_str(), bIpv6); in StartNewClient()
322 DHCP_LOGE("StartNewClient new DhcpIpv6Client failed!, ifname:%{public}s", ifname.c_str()); in StartNewClient()
326 DHCP_LOGI("StartNewClient new DhcpIpv6Client, ifname:%{public}s, bIpv6:%{public}d", ifname.c_str(), bIpv6); in StartNewClient()
339 DHCP_LOGE("StartNewClient new DhcpClientStateMachine failed!, ifname:%{public}s", ifname.c_str()); in StartNewClient()
349 DHCP_LOGI("StartNewClient new DhcpClientStateMachine, ifname:%{public}s, bIpv6:%{public}d", ifname.c_str(), bIpv6); in StartNewClient()

Completed in 2 milliseconds