Home
last modified time | relevance | path

Searched refs:HandleCreateForm (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h62 int32_t HandleCreateForm(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp322 formMgrStub->HandleCreateForm(data, reply); in HandleFormRequest()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp252 return HandleCreateForm(data, reply); in OnRemoteRequestFourth()
305 int32_t FormMgrStub::HandleCreateForm(MessageParcel &data, MessageParcel &reply) in HandleCreateForm() function in OHOS::AppExecFwk::FormMgrStub
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp3061 EXPECT_EQ(mockFormMgrService->HandleCreateForm(data, reply), ERR_OK);
3075 EXPECT_EQ(mockFormMgrService->HandleCreateForm(data, reply), ERR_APPEXECFWK_PARCEL_ERROR);