Home
last modified time | relevance | path

Searched refs:HandleUpdateForm (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_form_user_manager.h68 int32_t HandleUpdateForm(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_stub.h92 int32_t HandleUpdateForm(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h202 void HandleUpdateForm(const FormJsInfo &formJsInfo, const Want &want);
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/
H A Dformmgrstub_fuzzer.cpp304 formMgrStub->HandleUpdateForm(data, reply); in HandleFormMessage()
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp568 formRenderRecordPtr_->HandleUpdateForm(formJsInfo, want);
585 formRenderRecordPtr_->HandleUpdateForm(formJsInfo, want);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp90 return HandleUpdateForm(data, reply); in OnRemoteRequestFirst()
376 int32_t FormMgrStub::HandleUpdateForm(MessageParcel &data, MessageParcel &reply) in HandleUpdateForm() function in OHOS::AppExecFwk::FormMgrStub
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp675 HandleUpdateForm(formJsInfo, want); in HandleUpdateInJsThread()
693 void FormRenderRecord::HandleUpdateForm(const FormJsInfo &formJsInfo, const Want &want) in HandleUpdateForm() function in OHOS::AppExecFwk::FormRender::FormRenderRecord