Home
last modified time | relevance | path

Searched refs:CheckIfaceName (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dsharing_manager.cpp182 if (!CommonUtils::CheckIfaceName(upstreamIface)) { in EnableNat()
213 if (!CommonUtils::CheckIfaceName(upstreamIface)) { in DisableNat()
278 if (!(CommonUtils::CheckIfaceName(fromIface)) || !(CommonUtils::CheckIfaceName(toIface))) { in IpfwdAddInterfaceForward()
354 if (!(CommonUtils::CheckIfaceName(fromIface)) || !(CommonUtils::CheckIfaceName(toIface))) { in IpfwdRemoveInterfaceForward()
H A Dinterface_manager.cpp85 if (!CheckIfaceName(interfaceName)) { in GetMtu()
122 if (!CheckIfaceName(interfaceName)) { in SetMtu()
H A Dbandwidth_manager.cpp395 if (!CommonUtils::CheckIfaceName(ifName)) { in SetIfaceQuota()
408 if (!CommonUtils::CheckIfaceName(ifName)) { in RemoveIfaceQuota()
/ohos5.0/foundation/communication/netmanager_base/test/netmanagerutils/unittest/netmanager_base_common_test/
H A Dut_netmanager_base_common.cpp656 bool result = CommonUtils::CheckIfaceName(name);
660 result = CommonUtils::CheckIfaceName(name);
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/include/
H A Dnetmanager_base_common_utils.h70 bool CheckIfaceName(const std::string &name);
/ohos5.0/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp457 bool CheckIfaceName(const std::string &name) in CheckIfaceName() function