Home
last modified time | relevance | path

Searched refs:getIdStr (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/interfaces/wifi/supplicant/1.0/vts/functional/
H A Dsupplicant_sta_network_hidl_test.cpp407 sta_network_->getIdStr( in TEST_P()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java245 if (getIdStr() && !TextUtils.isEmpty(mIdStr)) { in loadWifiConfiguration()
3129 private boolean getIdStr() { in getIdStr() method in SupplicantStaNetworkHal
3135 mISupplicantStaNetwork.getIdStr((SupplicantStatus status, String idString) -> { in getIdStr()
/aosp12/hardware/interfaces/wifi/supplicant/1.0/
H A DISupplicantStaNetwork.hal932 getIdStr() generates (SupplicantStatus status, string idStr);
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java1934 .getIdStr(any(ISupplicantStaNetwork.getIdStrCallback.class)); in setupISupplicantNetworkMock()