Searched refs:notifyRespondToPairingIndicationResponse (Results 1 – 7 of 7) sorted by relevance
403 void notifyRespondToPairingIndicationResponse(in char id, in NanStatus status); in notifyRespondToPairingIndicationResponse() method
69 …oneway void notifyRespondToPairingIndicationResponse(in char id, in android.hardware.wifi.NanStatu… in notifyRespondToPairingIndicationResponse() method
131 MOCK_METHOD2(notifyRespondToPairingIndicationResponse,
374 ::ndk::ScopedAStatus notifyRespondToPairingIndicationResponse( in notifyRespondToPairingIndicationResponse() function in WifiNanIfaceAidlTest::WifiNanIfaceEventCallback
221 if (!callback->notifyRespondToPairingIndicationResponse(id, nanStatus).isOk()) { in registerCallbackHandlers()