Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h160 bool UpdateRuntime(const FormJsInfo &formJsInfo);
/ohos5.0/foundation/ability/form_fwk/test/unittest/frs_form_render_record_test/
H A Dfrs_form_render_record_test.cpp1241 bool result = formRenderRecordPtr_->UpdateRuntime(formJsInfo);
1258 bool result = formRenderRecordPtr_->UpdateRuntime(formJsInfo);
1277 bool result = formRenderRecordPtr_->UpdateRuntime(formJsInfo);
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp499 bool FormRenderRecord::UpdateRuntime(const FormJsInfo &formJsInfo) in UpdateRuntime() function in OHOS::AppExecFwk::FormRender::FormRenderRecord
687 UpdateRuntime(formJsInfo); in BeforeHandleUpdateForm()