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