Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h489 int32_t HandleSetFormsRecyclable(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp341 formMgrStub->HandleSetFormsRecyclable(data, reply); in HandleFormRequest()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp238 return HandleSetFormsRecyclable(data, reply); in OnRemoteRequestFourth()
1473 int32_t FormMgrStub::HandleSetFormsRecyclable(MessageParcel &data, MessageParcel &reply) in HandleSetFormsRecyclable() function in OHOS::AppExecFwk::FormMgrStub
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2858 EXPECT_EQ(mockFormMgrService->HandleSetFormsRecyclable(data, reply), ERR_OK);