Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h536 int32_t HandleEnableForms(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp346 formMgrStub->HandleEnableForms(data, reply); in HandleFormRequest()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp258 return HandleEnableForms(data, reply); in OnRemoteRequestFourth()
1590 int32_t FormMgrStub::HandleEnableForms(MessageParcel &data, MessageParcel &reply) in HandleEnableForms() function in OHOS::AppExecFwk::FormMgrStub
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp3005 EXPECT_EQ(mockFormMgrService->HandleEnableForms(data, reply), ERR_OK);