Home
last modified time | relevance | path

Searched refs:CreateForm (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/form_fwk/test/unittest/fms_form_mgr_service_test/
H A Dfms_form_mgr_service_test2.cpp930 * @tc.name: test CreateForm function.
931 * @tc.desc: Verify that the CreateForm interface is called normally and the return value is ERR_OK.
943 EXPECT_EQ(ERR_APPEXECFWK_FORM_PERMISSION_DENY, formMgrService.CreateForm(want, runningFormInfo)); in HWTEST_F()
946 EXPECT_EQ(ERR_APPEXECFWK_FORM_INVALID_PARAM, formMgrService.CreateForm(want, runningFormInfo)); in HWTEST_F()
952 * @tc.name: test CreateForm function.
953 * @tc.desc: Verify that the CreateForm interface is called normally and the return value is ERR_OK.
969 EXPECT_EQ(ERR_OK, formMgrService.CreateForm(want, runningFormInfo)); in HWTEST_F()
972 EXPECT_EQ(ERR_APPEXECFWK_FORM_GET_SYSMGR_FAILED, formMgrService.CreateForm(want, runningFormInfo)); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/kits/native/include/
H A Dform_mgr.h100 int CreateForm(const Want &want, RunningFormInfo &runningFormInfo);
/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_mgr_proxy.h37 MOCK_METHOD2(CreateForm, int(const Want &want, RunningFormInfo &runningFormInfo));
H A Dmock_form_mgr_service.h42 MOCK_METHOD2(CreateForm, int(const Want &want, RunningFormInfo &runningFormInfo));
/foundation/ability/form_fwk/test/unittest/fms_form_share_mgr_test/
H A Dfms_form_share_mgr_test.cpp97 void CreateForm(FormJsInfo &formInfo);
179 void FmsFormShareMgrTest::CreateForm(FormJsInfo &formJsInfo) in CreateForm() function in FmsFormShareMgrTest
334 CreateForm(formJsInfo); in HWTEST_F()
364 CreateForm(formJsInfo); in HWTEST_F()
399 CreateForm(formJsInfo); in HWTEST_F()
430 CreateForm(formJsInfo); in HWTEST_F()
518 CreateForm(formJsInfo); in HWTEST_F()
558 CreateForm(formJsInfo); in HWTEST_F()
597 CreateForm(formJsInfo); in HWTEST_F()
637 CreateForm(formJsInf in HWTEST_F()
[all...]
/foundation/ability/form_fwk/test/unittest/form_mgr_proxy_test/
H A Dform_mgr_proxy_test.cpp823 * @tc.desc: Verify CreateForm
828 EXPECT_CALL(*mockFormMgrService, CreateForm(_, _)) in HWTEST_F()
833 int result = formMgrProxy->CreateForm(want, runningFormInfo); in HWTEST_F()
/foundation/ability/form_fwk/services/include/
H A Dform_mgr_service.h73 int CreateForm(const Want &want, RunningFormInfo &runningFormInfo) override;
H A Dform_mgr_adapter.h84 int CreateForm(const Want &want, RunningFormInfo &runningFormInfo);
/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 in OHOS::AppExecFwk::IFormMgr
H A Dform_mgr_proxy.h54 virtual int CreateForm(const Want &want, RunningFormInfo &runningFormInfo) override;
/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
108 resultCode = remoteProxy_->CreateForm(want, runningFormInfo); in CreateForm()
/foundation/ability/form_fwk/services/src/
H A Dform_mgr_service.cpp218 int FormMgrService::CreateForm(const Want &want, RunningFormInfo &runningFormInfo) in CreateForm() function in OHOS::AppExecFwk::FormMgrService
230 return FormMgrAdapter::GetInstance().CreateForm(want, runningFormInfo); in CreateForm()
H A Dform_mgr_adapter.cpp189 int FormMgrAdapter::CreateForm(const Want &want, RunningFormInfo &runningFormInfo) in CreateForm() function in OHOS::AppExecFwk::FormMgrAdapter
/foundation/ability/form_fwk/test/unittest/form_mgr_test/
H A Dform_mgr_test.cpp2394 * @tc.desc: Verify CreateForm
2400 EXPECT_CALL(*mockProxy, CreateForm(_, _)) in HWTEST_F()
2405 int result = FormMgr::GetInstance().CreateForm(want, runningFormInfo); in HWTEST_F()
3256 * @tc.desc: Verify CreateForm
3265 int result = FormMgr::GetInstance().CreateForm(want, runningFormInfo); in HWTEST_F()
4435 * @tc.desc: Verify CreateForm
4441 EXPECT_CALL(*mockProxy, CreateForm(_, _)) in HWTEST_F()
4447 int result = FormMgr::GetInstance().CreateForm(want, runningFormInfo); in HWTEST_F()
/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
H A Dform_mgr_stub.cpp298 * @brief handle CreateForm message.
312 int32_t result = CreateForm(*want, runningFormInfo); in HandleCreateForm()
1543 * @brief handle CreateForm message.
/foundation/ability/form_fwk/frameworks/js/napi/form_host/
H A Djs_form_host.cpp551 *ret = FormMgr::GetInstance().CreateForm(want, *runningFormInfo); in OnAddForm()
/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp3058 EXPECT_CALL(*mockFormMgrService, CreateForm(_, _)) in HWTEST_F()

Completed in 45 milliseconds