Home
last modified time | relevance | path

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

/system/connectivity/wificond/aidl/android/net/wifi/
DISendMgmtFrameEvent.aidl51 oneway void OnFailure(int reason); in OnFailure() method
/system/connectivity/wificond/tests/
Dclient_interface_impl_unittest.cpp182 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_MCS_UNSUPPORTED)); in TEST_F()
231 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
252 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_UNKNOWN)); in TEST_F()
300 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
350 OnFailure(send_mgmt_frame_event_->SEND_MGMT_FRAME_ERROR_NO_ACK)); in TEST_F()
401 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/
Dclient_interface_impl.cpp282 callback->OnFailure( in SendMgmtFrame()
289 callback->OnFailure(ISendMgmtFrameEvent::SEND_MGMT_FRAME_ERROR_UNKNOWN); in SendMgmtFrame()
304 callback->OnFailure( in SendMgmtFrame()
Dclient_interface_binder.cpp110 callback->OnFailure(ISendMgmtFrameEvent::SEND_MGMT_FRAME_ERROR_UNKNOWN); in SendMgmtFrame()