Home
last modified time | relevance | path

Searched refs:getConnectionMloLinksInfo (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Wifi/service/java/com/android/server/wifi/
DISupplicantStaIfaceHal.java606 WifiNative.ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName); in getConnectionMloLinksInfo() method
DSupplicantStaIfaceHal.java2005 public WifiNative.ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName) { in getConnectionMloLinksInfo() method in SupplicantStaIfaceHal
2012 return mStaIfaceHal.getConnectionMloLinksInfo(ifaceName); in getConnectionMloLinksInfo()
DSupplicantStaIfaceHalAidlImpl.java3198 public WifiNative.ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName) { in getConnectionMloLinksInfo() method in SupplicantStaIfaceHalAidlImpl
3206 MloLinksInfo halInfo = iface.getConnectionMloLinksInfo(); in getConnectionMloLinksInfo()
DWifiNative.java4220 public ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName) {
4221 return mSupplicantStaIfaceHal.getConnectionMloLinksInfo(ifaceName);
DClientModeImpl.java3189 WifiNative.ConnectionMloLinksInfo mloLinksInfo = mWifiNative.getConnectionMloLinksInfo( in updateAssociatedMloLinksFromLinksInfoWhenBssFreqChanged()
3444 updateMloLinkAddrAndStates(mWifiNative.getConnectionMloLinksInfo(mInterfaceName)); in updateWifiInfoLinkParamsAfterAssociation()
6845 mWifiNative.getConnectionMloLinksInfo(mInterfaceName); in processMessageImpl()
DSupplicantStaIfaceHalHidlImpl.java3341 public WifiNative.ConnectionMloLinksInfo getConnectionMloLinksInfo(@NonNull String ifaceName) { in getConnectionMloLinksInfo() method in SupplicantStaIfaceHalHidlImpl
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalAidlImplTest.java3216 when(mISupplicantStaIfaceMock.getConnectionMloLinksInfo()).thenReturn(null); in testGetConnectionMloLinksInfo()
3218 assertNull(mDut.getConnectionMloLinksInfo(WLAN1_IFACE_NAME)); in testGetConnectionMloLinksInfo()
3220 assertNull(mDut.getConnectionMloLinksInfo(WLAN0_IFACE_NAME)); in testGetConnectionMloLinksInfo()
3222 when(mISupplicantStaIfaceMock.getConnectionMloLinksInfo()).thenReturn(info); in testGetConnectionMloLinksInfo()
3224 assertNull(mDut.getConnectionMloLinksInfo(WLAN1_IFACE_NAME)); in testGetConnectionMloLinksInfo()
3226 WifiNative.ConnectionMloLinksInfo nativeInfo = mDut.getConnectionMloLinksInfo( in testGetConnectionMloLinksInfo()
DClientModeImplTest.java10083 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in setConnectionMloLinksInfo()
10222 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in configureMloLinksInfoWithIdleLinks()
10231 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in reconfigureMloLinksInfoWithOneLink()
10888 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in testMloLinkAttributesAfterSignalPoll()
11034 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in testBssFrequencyChangedUpdatesMloLink()
11044 when(mWifiNative.getConnectionMloLinksInfo(WIFI_IFACE_NAME)).thenReturn(info); in testBssFrequencyChangedUpdatesMloLink()