Home
last modified time | relevance | path

Searched refs:OnFailure (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/connectivity/wificond/tests/
H A Dclient_interface_impl_unittest.cpp147 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_MCS_UNSUPPORTED)); in TEST_F()
196 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
217 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_UNKNOWN)); in TEST_F()
265 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
315 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
366 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
H A Dmock_i_send_mgmt_frame_event.h35 MOCK_METHOD1(OnFailure, ::android::binder::Status(int reason));
/aosp12/system/connectivity/wificond/
H A Dclient_interface_impl.cpp281 callback->OnFailure( in SendMgmtFrame()
288 callback->OnFailure(ISendMgmtFrameEvent::SEND_MGMT_FRAME_ERROR_UNKNOWN); in SendMgmtFrame()
303 callback->OnFailure( in SendMgmtFrame()
H A Dclient_interface_binder.cpp93 callback->OnFailure(ISendMgmtFrameEvent::SEND_MGMT_FRAME_ERROR_UNKNOWN); in SendMgmtFrame()
/aosp12/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
H A DISendMgmtFrameEvent.aidl54 oneway void OnFailure(int reason); in OnFailure() method
/aosp12/frameworks/base/wifi/tests/src/android/net/wifi/nl80211/
H A DWifiNl80211ManagerTest.java911 sendMgmtFrameEventCaptor.getValue().OnFailure( in testSendMgmtFrameThrowsException()
975 sendMgmtFrameEventCaptor.getValue().OnFailure( in testSendMgmtFrameFailure()
1110 sendMgmtFrameEventCaptor.getValue().OnFailure( in testSendMgmtFrameTimeoutFailureThreadSafe()
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java561 public void OnFailure(int reason) { in OnFailure() method in WifiNl80211Manager.SendMgmtFrameEvent
1364 sendMgmtFrameEvent.OnFailure(SEND_MGMT_FRAME_ERROR_UNKNOWN); in sendMgmtFrame()