Searched refs:IsValidDhcpResult (Results 1 - 4 of 4) sorted by relevance
/foundation/communication/netmanager_base/test/netconnmanager/unittest/net_conn_add_test/ |
H A D | ethernet_configuration_test.cpp | 125 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 D | ethernet_configuration_test.cpp | 125 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 D | ethernet_configuration.h | 71 bool IsValidDhcpResult(const EthernetDhcpCallback::DhcpResult &dhcpResult, sptr<StaticConfiguration> &config);
|
/foundation/communication/netmanager_ext/services/ethernetmanager/src/ |
H A D | ethernet_configuration.cpp | 257 if (!IsValidDhcpResult(dhcpResult, config)) { in ConvertToConfiguration() 694 bool EthernetConfiguration::IsValidDhcpResult(const EthernetDhcpCallback::DhcpResult &dhcpResult, in IsValidDhcpResult() function in OHOS::EthernetConfiguration
|
Completed in 4 milliseconds