Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h447 ErrCode HandleRequestPublishProxyForm(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp335 formMgrStub->HandleRequestPublishProxyForm(data, reply); in HandleFormRequest()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp206 return HandleRequestPublishProxyForm(data, reply); in OnRemoteRequestThird()
1425 ErrCode FormMgrStub::HandleRequestPublishProxyForm(MessageParcel &data, MessageParcel &reply) in HandleRequestPublishProxyForm() function in OHOS::AppExecFwk::FormMgrStub