Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/1.3/default/tests/
Dwifi_nan_iface_unit_tests.cpp61 MOCK_METHOD2(notifyConfigResponse,
/hardware/interfaces/wifi/1.2/
DIWifiNanIface.hal78 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyConfigResponse|.
/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp148 Return<void> notifyConfigResponse( in notifyConfigResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.2/vts/functional/
Dwifi_nan_iface_hidl_test.cpp160 Return<void> notifyConfigResponse( in notifyConfigResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal79 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyConfigResponse|.
DIWifiNanIfaceEventCallback.hal67 oneway notifyConfigResponse(CommandIdShort id, WifiNanStatus status);
/hardware/interfaces/wifi/1.3/default/
Dwifi_nan_iface.cpp144 if (!callback->notifyConfigResponse(id, wifiNanStatus) in WifiNanIface()