Home
last modified time | relevance | path

Searched refs:HandleConnectFailed (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/
H A Dformrendermgr_fuzzer.cpp70 formRenderMgr.HandleConnectFailed(formId, errorCode); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h84 void HandleConnectFailed(int64_t formId, int32_t errorCode) const;
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr_inner.cpp97 FormRenderMgr::GetInstance().HandleConnectFailed(formRecord.formId, ret); in RenderForm()
120 FormRenderMgr::GetInstance().HandleConnectFailed(formRecord.formId, errorCode); in RenderForm()
H A Dform_render_mgr.cpp502 void FormRenderMgr::HandleConnectFailed(int64_t formId, int32_t errorCode) const in HandleConnectFailed() function in OHOS::AppExecFwk::FormRenderMgr
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h167 void HandleConnectFailed(InternalMessagePtr msg);
H A Dself_cure_state_machine.cpp611 HandleConnectFailed(msg); in ExecuteStateMsg()
721 void SelfCureStateMachine::DisconnectedMonitorState::HandleConnectFailed(InternalMessagePtr msg) in HandleConnectFailed() function in OHOS::Wifi::SelfCureStateMachine::DisconnectedMonitorState
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dfms_form_render_mgr_test.cpp864 formRenderMgr.HandleConnectFailed(formId, errorCode);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp453 pSelfCureStateMachine->pDisconnectedMonitorState->HandleConnectFailed(nullptr); in HandleConnectFailedTest()
458 pSelfCureStateMachine->pDisconnectedMonitorState->HandleConnectFailed(msg); in HandleConnectFailedTest()
464 pSelfCureStateMachine->pDisconnectedMonitorState->HandleConnectFailed(msg); in HandleConnectFailedTest()