Home
last modified time | relevance | path

Searched refs:existingIfaceType (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.h409 …InterfacesToDelete(int excessInterfaces, IfaceType requestedIfaceType, IfaceType existingIfaceType,
411 …owedToBeDeleteIfaceTypeForRequestedType(IfaceType requestedIfaceType, IfaceType existingIfaceType);
H A Dhal_device_manage.cpp1028 IfaceType existingIfaceType, std::vector<WifiIfaceInfo> &existingIface, in SelectInterfacesToDelete() argument
1044 if (AllowedToBeDeleteIfaceTypeForRequestedType(requestedIfaceType, existingIfaceType)) { in SelectInterfacesToDelete()
1065 IfaceType existingIfaceType) in AllowedToBeDeleteIfaceTypeForRequestedType() argument
1068 requestedIfaceType, existingIfaceType); in AllowedToBeDeleteIfaceTypeForRequestedType()
1069 if (requestedIfaceType == existingIfaceType) { in AllowedToBeDeleteIfaceTypeForRequestedType()