Home
last modified time | relevance | path

Searched refs:notifyEnableResponse (Results 1 – 9 of 9) sorted by relevance

/hardware/interfaces/wifi/1.4/default/tests/
Dwifi_nan_iface_unit_tests.cpp62 MOCK_METHOD2(notifyEnableResponse,
/hardware/interfaces/wifi/1.4/
DIWifiNanIface.hal38 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyEnableResponse|.
/hardware/interfaces/wifi/1.2/
DIWifiNanIface.hal56 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyEnableResponse|.
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp146 Return<void> notifyEnableResponse( in notifyEnableResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.4/vts/functional/
Dwifi_nan_iface_hidl_test.cpp158 Return<void> notifyEnableResponse( in notifyEnableResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp157 Return<void> notifyEnableResponse( in notifyEnableResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal62 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyEnableResponse|.
DIWifiNanIfaceEventCallback.hal55 oneway notifyEnableResponse(CommandIdShort id, WifiNanStatus status);
/hardware/interfaces/wifi/1.4/default/
Dwifi_nan_iface.cpp75 if (!callback->notifyEnableResponse(id, wifiNanStatus) in WifiNanIface()