Searched refs:notifyStopPublishResponse (Results 1 – 4 of 4) sorted by relevance
186 Return<void> notifyStopPublishResponse( in notifyStopPublishResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
124 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyStopPublishResponse|.
104 oneway notifyStopPublishResponse(CommandIdShort id, WifiNanStatus status);
84 if (!callback->notifyStopPublishResponse(id, wifiNanStatus).isOk()) { in WifiNanIface()