Home
last modified time | relevance | path

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

/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h78 void HandleConnectFailed(int64_t formId, int32_t errorCode) const;
/foundation/ability/form_fwk/test/fuzztest/formrendermgr_fuzzer/
H A Dformrendermgr_fuzzer.cpp70 formRenderMgr.HandleConnectFailed(formId, errorCode); in DoSomethingInterestingWithMyAPI()
/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.cpp399 void FormRenderMgr::HandleConnectFailed(int64_t formId, int32_t errorCode) const in HandleConnectFailed() function in OHOS::AppExecFwk::FormRenderMgr
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_self_cure/
H A Dself_cure_state_machine.h170 void HandleConnectFailed(InternalMessagePtr msg);
H A Dself_cure_state_machine.cpp659 HandleConnectFailed(msg); in ExecuteStateMsg()
769 void SelfCureStateMachine::DisconnectedMonitorState::HandleConnectFailed(InternalMessagePtr msg) in HandleConnectFailed() function in OHOS::Wifi::SelfCureStateMachine::DisconnectedMonitorState
771 WIFI_LOGI("enter HandleConnectFailed"); in HandleConnectFailed()
/foundation/ability/form_fwk/test/unittest/fms_form_render_mgr_test/
H A Dfms_form_render_mgr_test.cpp855 * @tc.desc: test HandleConnectFailed function and hostClient is nullptr.
864 formRenderMgr.HandleConnectFailed(formId, errorCode); in HWTEST_F()
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dself_cure_state_machine_test.cpp464 pSelfCureStateMachine->pDisconnectedMonitorState->HandleConnectFailed(nullptr); in HandleConnectFailedTest()
469 pSelfCureStateMachine->pDisconnectedMonitorState->HandleConnectFailed(msg); in HandleConnectFailedTest()
475 pSelfCureStateMachine->pDisconnectedMonitorState->HandleConnectFailed(msg); in HandleConnectFailedTest()

Completed in 17 milliseconds