Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/
H A Dethernet_configuration_test.cpp125 ret = ethernetConfiguration.IsValidDhcpResult(dhcpResult, config); in HWTEST_F()
135 ethernetConfiguration.IsValidDhcpResult(dhcpResult, config); in HWTEST_F()
239 bool ret = ethernetConfiguration.IsValidDhcpResult(dhcpResult, config); in HWTEST_F()
244 ret = ethernetConfiguration.IsValidDhcpResult(dhcpResult, config); in HWTEST_F()
/foundation/communication/netmanager_ext/test/ethernetmanager/unittest/ethernet_manager_test/
H A Dethernet_configuration_test.cpp125 ret = ethernetConfiguration.IsValidDhcpResult(dhcpResult, config); in HWTEST_F()
135 ethernetConfiguration.IsValidDhcpResult(dhcpResult, config); in HWTEST_F()
239 bool ret = ethernetConfiguration.IsValidDhcpResult(dhcpResult, config); in HWTEST_F()
244 ret = ethernetConfiguration.IsValidDhcpResult(dhcpResult, config); in HWTEST_F()
/foundation/communication/netmanager_ext/services/ethernetmanager/include/
H A Dethernet_configuration.h71 bool IsValidDhcpResult(const EthernetDhcpCallback::DhcpResult &dhcpResult, sptr<StaticConfiguration> &config);
/foundation/communication/netmanager_ext/services/ethernetmanager/src/
H A Dethernet_configuration.cpp257 if (!IsValidDhcpResult(dhcpResult, config)) { in ConvertToConfiguration()
694 bool EthernetConfiguration::IsValidDhcpResult(const EthernetDhcpCallback::DhcpResult &dhcpResult, in IsValidDhcpResult() function in OHOS::EthernetConfiguration

Completed in 4 milliseconds