Searched refs:notifyEnableResponse (Results 1 – 9 of 9) sorted by relevance
62 MOCK_METHOD2(notifyEnableResponse,
38 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyEnableResponse|.
56 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyEnableResponse|.
146 Return<void> notifyEnableResponse( in notifyEnableResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
158 Return<void> notifyEnableResponse( in notifyEnableResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
157 Return<void> notifyEnableResponse( in notifyEnableResponse() function in WifiNanIfaceHidlTest::WifiNanIfaceEventCallback
62 * Asynchronous response is with |IWifiNanIfaceEventCallback.notifyEnableResponse|.
55 oneway notifyEnableResponse(CommandIdShort id, WifiNanStatus status);
75 if (!callback->notifyEnableResponse(id, wifiNanStatus) in WifiNanIface()