Home
last modified time | relevance | path

Searched refs:setWpsConfigMethods (Results 1 – 25 of 248) sorted by relevance

12345678910

/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHalTest.java701 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/
DBnSupplicantStaIface.h170 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function
171 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
DBnSupplicantP2pIface.h185 …::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/
DBnSupplicantStaIface.h170 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function
171 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
DBnSupplicantP2pIface.h185 …::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/
DBnSupplicantStaIface.h170 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function
171 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
DBnSupplicantP2pIface.h185 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function
186 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
DISupplicantP2pIface.h151 …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/
DBnSupplicantStaIface.h170 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function
171 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
DBnSupplicantP2pIface.h185 …::ndk::ScopedAStatus setWpsConfigMethods(::aidl::android::hardware::wifi::supplicant::WpsConfigMet… in setWpsConfigMethods() function
186 return _impl->setWpsConfigMethods(in_configMethods); in setWpsConfigMethods()
DISupplicantP2pIface.h151 …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 Diface_config_utils.h44 ndk::ScopedAStatus setWpsConfigMethods(
H A Diface_config_utils.cpp154 ndk::ScopedAStatus setWpsConfigMethods( in setWpsConfigMethods() function
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
DSupplicantP2pIfaceHal.java936 public boolean setWpsConfigMethods(String configMethodsStr) { in setWpsConfigMethods() method in SupplicantP2pIfaceHal
942 return mP2pIfaceHal.setWpsConfigMethods(configMethodsStr); in setWpsConfigMethods()
DISupplicantP2pIfaceHal.java505 boolean setWpsConfigMethods(String configMethodsStr); in setWpsConfigMethods() method
/aosp_15_r20/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java575 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 DISupplicantP2pIface.aidl85 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
H A DISupplicantStaIface.aidl80 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 DISupplicantStaIface.aidl80 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
H A DISupplicantP2pIface.aidl85 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 DISupplicantStaIface.aidl83 void setWpsConfigMethods(in android.hardware.wifi.supplicant.WpsConfigMethods configMethods); in setWpsConfigMethods() method
H A DISupplicantP2pIface.aidl100 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/
DBsSupplicantIface.h425 …::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/
DBsSupplicantIface.h425 …::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/
DBsSupplicantIface.h425 …::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()

12345678910