Home
last modified time | relevance | path

Searched refs:FORM_RECOVER_FORM (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_render_interface.h99 FORM_RECOVER_FORM = 3108, enumerator
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_render_stub_test/
H A Dfms_form_render_stub_test.cpp850 uint32_t code = static_cast<uint32_t>(IFormRender::Message::FORM_RECOVER_FORM);
870 uint32_t code = static_cast<uint32_t>(IFormRender::Message::FORM_RECOVER_FORM);
891 uint32_t code = static_cast<uint32_t>(IFormRender::Message::FORM_RECOVER_FORM);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_render_proxy.cpp347 IFormRender::Message::FORM_RECOVER_FORM, in RecoverForm()
H A Dform_render_stub.cpp66 case static_cast<uint32_t>(IFormRender::Message::FORM_RECOVER_FORM): in OnRemoteRequest()