Home
last modified time | relevance | path

Searched refs:eventBootstrappingRequest (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/wifi/aidl/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl411 void eventBootstrappingRequest(in NanBootstrappingRequestInd event); in eventBootstrappingRequest() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/2/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl70 oneway void eventBootstrappingRequest(in android.hardware.wifi.NanBootstrappingRequestInd event); in eventBootstrappingRequest() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/1/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl70 oneway void eventBootstrappingRequest(in android.hardware.wifi.NanBootstrappingRequestInd event); in eventBootstrappingRequest() method
/hardware/interfaces/wifi/aidl/aidl_api/android.hardware.wifi/current/android/hardware/wifi/
DIWifiNanIfaceEventCallback.aidl70 oneway void eventBootstrappingRequest(in android.hardware.wifi.NanBootstrappingRequestInd event); in eventBootstrappingRequest() method
/hardware/interfaces/wifi/aidl/default/tests/
Dwifi_nan_iface_unit_tests.cpp128 MOCK_METHOD1(eventBootstrappingRequest, ndk::ScopedAStatus(const NanBootstrappingRequestInd&));
/hardware/interfaces/wifi/aidl/vts/functional/
Dwifi_nan_iface_aidl_test.cpp242 ::ndk::ScopedAStatus eventBootstrappingRequest( in eventBootstrappingRequest() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/aidl/default/
Dwifi_nan_iface.cpp541 if (!callback->eventBootstrappingRequest(aidl_struct).isOk()) { in registerCallbackHandlers()