Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/tests/
Dwifi_nan_iface_unit_tests.cpp59 MOCK_METHOD2(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.cpp136 Return<void> notifyEnableResponse( in notifyEnableResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp149 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.3/default/
Dwifi_nan_iface.cpp66 if (!callback->notifyEnableResponse(id, wifiNanStatus) in WifiNanIface()