Home
last modified time | relevance | path

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

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