/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHalTest.java | 701 when(mP2pIfaceHalAidlMock.setWpsConfigMethods(anyString())).thenReturn(true); in testSetWpsConfigMethods() 702 assertTrue(mDut.setWpsConfigMethods(PARAMS)); in testSetWpsConfigMethods() 703 verify(mP2pIfaceHalAidlMock).setWpsConfigMethods(eq(PARAMS)); in testSetWpsConfigMethods()
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant-V1-ndk-source/gen/include/aidl/android/hardware/wifi/supplicant/ |
D | BnSupplicantStaIface.h | 170 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function 171 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
|
D | BnSupplicantP2pIface.h | 185 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function 186 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant-V1-ndk-source/gen/include/aidl/android/hardware/wifi/supplicant/ |
D | BnSupplicantStaIface.h | 170 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function 171 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
|
D | BnSupplicantP2pIface.h | 185 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function 186 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant-V1-ndk-source/gen/include/aidl/android/hardware/wifi/supplicant/ |
D | BnSupplicantStaIface.h | 170 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function 171 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
|
D | BnSupplicantP2pIface.h | 185 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function 186 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
|
D | ISupplicantP2pIface.h | 151 …virtual ::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsC… 220 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet…
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/wifi/supplicant/aidl/android.hardware.wifi.supplicant-V1-ndk-source/gen/include/aidl/android/hardware/wifi/supplicant/ |
D | BnSupplicantStaIface.h | 170 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function 171 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
|
D | BnSupplicantP2pIface.h | 185 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function 186 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
|
D | ISupplicantP2pIface.h | 151 …virtual ::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsC… 220 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet…
|
/aosp_15_r20/external/wpa_supplicant_8/wpa_supplicant/aidl/vendor/ |
H A D | iface_config_utils.h | 44 ndk::ScopedAStatus setWpsConfigMethods(
|
H A D | iface_config_utils.cpp | 154 ndk::ScopedAStatus setWpsConfigMethods( in setWpsConfigMethods() function
|
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
D | SupplicantP2pIfaceHal.java | 936 public boolean setWpsConfigMethods(String configMethodsStr) { in setWpsConfigMethods() method in SupplicantP2pIfaceHal 942 return mP2pIfaceHal.setWpsConfigMethods(configMethodsStr); in setWpsConfigMethods()
|
D | ISupplicantP2pIfaceHal.java | 505 boolean setWpsConfigMethods(String configMethodsStr); in setWpsConfigMethods() method
|
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | SupplicantStaIfaceHalTest.java | 575 when(mStaIfaceHalAidlMock.setWpsConfigMethods(anyString(), anyString())).thenReturn(true); in testSetWpsConfigMethods() 576 assertTrue(mDut.setWpsConfigMethods(IFACE_NAME, PARAMS)); in testSetWpsConfigMethods() 577 verify(mStaIfaceHalAidlMock).setWpsConfigMethods(eq(IFACE_NAME), eq(PARAMS)); in testSetWpsConfigMethods()
|
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/2/android/hardware/wifi/supplicant/ |
H A D | ISupplicantP2pIface.aidl | 85 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
|
H A D | ISupplicantStaIface.aidl | 80 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
|
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/1/android/hardware/wifi/supplicant/ |
H A D | ISupplicantStaIface.aidl | 80 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
|
H A D | ISupplicantP2pIface.aidl | 85 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
|
/aosp_15_r20/hardware/interfaces/wifi/supplicant/aidl/aidl_api/android.hardware.wifi.supplicant/3/android/hardware/wifi/supplicant/ |
H A D | ISupplicantStaIface.aidl | 83 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
|
H A D | ISupplicantP2pIface.aidl | 100 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/wifi/supplicant/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/supplicant/1.0/ |
D | BsSupplicantIface.h | 425 …::android::hardware::Return<void> setWpsConfigMethods(::android::hardware::hidl_bitfield<::android… in setWpsConfigMethods() function 438 … auto _hidl_return = mImpl->setWpsConfigMethods(configMethods, [&](const auto &_hidl_out_status) { in setWpsConfigMethods()
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/wifi/supplicant/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/supplicant/1.0/ |
D | BsSupplicantIface.h | 425 …::android::hardware::Return<void> setWpsConfigMethods(::android::hardware::hidl_bitfield<::android… in setWpsConfigMethods() function 438 … auto _hidl_return = mImpl->setWpsConfigMethods(configMethods, [&](const auto &_hidl_out_status) { in setWpsConfigMethods()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/wifi/supplicant/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/supplicant/1.0/ |
D | BsSupplicantIface.h | 425 …::android::hardware::Return<void> setWpsConfigMethods(::android::hardware::hidl_bitfield<::android… in setWpsConfigMethods() function 438 … auto _hidl_return = mImpl->setWpsConfigMethods(configMethods, [&](const auto &_hidl_out_status) { in setWpsConfigMethods()
|