Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h439 ErrCode HandleUpdateProxyForm(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp334 formMgrStub->HandleUpdateProxyForm(data, reply); in HandleFormRequest()
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp204 return HandleUpdateProxyForm(data, reply); in OnRemoteRequestThird()
1407 ErrCode FormMgrStub::HandleUpdateProxyForm(MessageParcel &data, MessageParcel &reply) in HandleUpdateProxyForm() function in OHOS::AppExecFwk::FormMgrStub