Home
last modified time | relevance | path

Searched refs:OnFormRouterEvent (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_router_proxy_mgr_test/
H A Dfms_form_router_proxy_mgr_test.cpp193 * @tc.desc: Verify that the OnFormRouterEvent interface is called normally
202 formRouterProxyMgr.OnFormRouterEvent(formIdNoRegister, want); in HWTEST_F()
208 formRouterProxyMgr.OnFormRouterEvent(formId, want); in HWTEST_F()
216 * @tc.desc: Verify that the OnFormRouterEvent interface is called normally
229 formRouterProxyMgr.OnFormRouterEvent(formId, want); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_router_proxy_mgr.h59 void OnFormRouterEvent(int64_t formId, const Want &want);
/foundation/ability/form_fwk/services/src/
H A Dform_router_proxy_mgr.cpp84 void FormRouterProxyMgr::OnFormRouterEvent(int64_t formId, const Want &want) in OnFormRouterEvent() function in OHOS::AppExecFwk::FormRouterProxyMgr
H A Dform_mgr_adapter.cpp2540 FormRouterProxyMgr::GetInstance().OnFormRouterEvent(formId, want); in RouterEvent()
2574 FormRouterProxyMgr::GetInstance().OnFormRouterEvent(formId, want); in RouterEvent()

Completed in 9 milliseconds