Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h528 ErrCode HandleBatchRefreshForms(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp345 formMgrStub->HandleBatchRefreshForms(data, reply); in HandleFormRequest()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp256 return HandleBatchRefreshForms(data, reply); in OnRemoteRequestFourth()
1579 ErrCode FormMgrStub::HandleBatchRefreshForms(MessageParcel &data, MessageParcel &reply) in HandleBatchRefreshForms() function in OHOS::AppExecFwk::FormMgrStub
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2986 EXPECT_EQ(mockFormMgrService->HandleBatchRefreshForms(data, reply), ERR_OK);