Searched refs:HandleUpdateForm (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ability/form_fwk/test/mock/include/ |
H A D | mock_form_user_manager.h | 68 int32_t HandleUpdateForm(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | form_mgr_stub.h | 92 int32_t HandleUpdateForm(MessageParcel &data, MessageParcel &reply);
|
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/ |
H A D | form_render_record.h | 202 void HandleUpdateForm(const FormJsInfo &formJsInfo, const Want &want);
|
/ohos5.0/foundation/ability/form_fwk/test/fuzztest/formmgrstub_fuzzer/ |
H A D | formmgrstub_fuzzer.cpp | 304 formMgrStub->HandleUpdateForm(data, reply); in HandleFormMessage()
|
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/ |
H A D | frs_form_render_record_test.cpp | 568 formRenderRecordPtr_->HandleUpdateForm(formJsInfo, want); 585 formRenderRecordPtr_->HandleUpdateForm(formJsInfo, want);
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/ |
H A D | form_mgr_stub.cpp | 90 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 D | form_render_record.cpp | 675 HandleUpdateForm(formJsInfo, want); in HandleUpdateInJsThread() 693 void FormRenderRecord::HandleUpdateForm(const FormJsInfo &formJsInfo, const Want &want) in HandleUpdateForm() function in OHOS::AppExecFwk::FormRender::FormRenderRecord
|