Home
last modified time | relevance | path

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

/system/connectivity/wificond/tests/
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()
Dmock_i_send_mgmt_frame_event.h35 MOCK_METHOD1(OnFailure, ::android::binder::Status(int reason));
/system/connectivity/wificond/aidl/android/net/wifi/nl80211/
DISendMgmtFrameEvent.aidl54 oneway void OnFailure(int reason); in OnFailure() method
/system/connectivity/wificond/
Dclient_interface_impl.cpp281 callback->OnFailure( in SendMgmtFrame()
288 callback->OnFailure(ISendMgmtFrameEvent::SEND_MGMT_FRAME_ERROR_UNKNOWN); in SendMgmtFrame()
303 callback->OnFailure( in SendMgmtFrame()
Dclient_interface_binder.cpp93 callback->OnFailure(ISendMgmtFrameEvent::SEND_MGMT_FRAME_ERROR_UNKNOWN); in SendMgmtFrame()