Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h689 FORM_MGR_REQUEST_FORM, enumerator
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp587 constexpr uint32_t code = static_cast<uint32_t>(IFormMgr::Message::FORM_MGR_REQUEST_FORM);
614 constexpr uint32_t code = static_cast<uint32_t>(IFormMgr::Message::FORM_MGR_REQUEST_FORM);
636 constexpr uint32_t code = static_cast<uint32_t>(IFormMgr::Message::FORM_MGR_REQUEST_FORM);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp91 case static_cast<uint32_t>(IFormMgr::Message::FORM_MGR_REQUEST_FORM): in OnRemoteRequestFirst()
H A Dform_mgr_proxy.cpp477 IFormMgr::Message::FORM_MGR_REQUEST_FORM, in RequestForm()