Home
last modified time | relevance | path

Searched defs:CreateForm (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h64 virtual int CreateForm(const Want &want, RunningFormInfo &runningFormInfo) in CreateForm() function
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp219 int FormMgrService::CreateForm(const Want &want, RunningFormInfo &runningFormInfo) in CreateForm() function in OHOS::AppExecFwk::FormMgrService
H A Dform_mgr_adapter.cpp189 int FormMgrAdapter::CreateForm(const Want &want, RunningFormInfo &runningFormInfo) in CreateForm() function in OHOS::AppExecFwk::FormMgrAdapter
/ohos5.0/foundation/ability/form_fwk/interfaces/kits/native/src/
H A Dform_mgr.cpp95 int FormMgr::CreateForm(const Want &want, RunningFormInfo &runningFormInfo) in CreateForm() function in OHOS::AppExecFwk::FormMgr
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_proxy.cpp77 int FormMgrProxy::CreateForm(const Want &want, RunningFormInfo &runningFormInfo) in CreateForm() function in OHOS::AppExecFwk::FormMgrProxy
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp180 void FmsFormShareMgrTest::CreateForm(FormJsInfo &formJsInfo) in CreateForm() function in FmsFormShareMgrTest