Home
last modified time | relevance | path

Searched refs:HandleAddForm (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h54 int32_t HandleAddForm(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp303 formMgrStub->HandleAddForm(data, reply); in HandleFormMessage()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp84 return HandleAddForm(data, reply); in OnRemoteRequestFirst()
276 int32_t FormMgrStub::HandleAddForm(MessageParcel &data, MessageParcel &reply) in HandleAddForm() function in OHOS::AppExecFwk::FormMgrStub