Home
last modified time | relevance | path

Searched refs:notifyStopPublishResponse (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/wifi/1.0/vts/functional/
Dwifi_nan_iface_hidl_test.cpp186 Return<void> notifyStopPublishResponse( in notifyStopPublishResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
/hardware/interfaces/wifi/1.0/
DIWifiNanIface.hal124 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyStopPublishResponse|.
DIWifiNanIfaceEventCallback.hal104 oneway notifyStopPublishResponse(CommandIdShort id, WifiNanStatus status);
/hardware/interfaces/wifi/1.0/default/
Dwifi_nan_iface.cpp84 if (!callback->notifyStopPublishResponse(id, wifiNanStatus).isOk()) { in WifiNanIface()