Home
last modified time | relevance | path

Searched refs:excessInterfaces (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/hal_device_manage/
H A Dhal_device_manage.cpp1027 void HalDeviceManager::SelectInterfacesToDelete(int excessInterfaces, IfaceType requestedIfaceType, in SelectInterfacesToDelete() argument
1051 for (int i = 0; i < excessInterfaces; ++i) { in SelectInterfacesToDelete()
1055 int numIfacesToDelete = std::min(excessInterfaces, static_cast<int>(ifacesToDelete.size())); in SelectInterfacesToDelete()
H A Dhal_device_manage.h409 …void SelectInterfacesToDelete(int excessInterfaces, IfaceType requestedIfaceType, IfaceType existi…