Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_client_state_machine.h110 int StartIpv4Type(const std::string &ifname, bool isIpv6, ActionMode action);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_service_impl.cpp290 dhcpClient.pStaStateMachine->StartIpv4Type(ifname, bIpv6, ACTION_START_OLD); in StartOldClient()
351 pStaState->StartIpv4Type(ifname, bIpv6, ACTION_START_NEW); in StartNewClient()
H A Ddhcp_client_state_machine.cpp154 int DhcpClientStateMachine::StartIpv4Type(const std::string &ifname, bool isIpv6, ActionMode action) in StartIpv4Type() function in OHOS::DHCP::DhcpClientStateMachine
156 DHCP_LOGI("StartIpv4Type ifname:%{public}s isIpv6:%{public}d threadExit:%{public}d action:%{public}d", in StartIpv4Type()
165 DHCP_LOGE("StartIpv4Type InitConfig failed!"); in StartIpv4Type()
171 DHCP_LOGI("StartIpv4Type not supported m_action:%{public}d", m_action); in StartIpv4Type()
/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_client_state_machine_test.cpp527 EXPECT_EQ(DHCP_OPT_FAILED, dhcpClient->StartIpv4Type(ifname, isIpv6, action)); in HWTEST_F()

Completed in 8 milliseconds