Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_mgr_interface.h729 FORM_MGR_ACQUIRE_DATA, enumerator
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_mgr_stub.cpp185 case static_cast<uint32_t>(IFormMgr::Message::FORM_MGR_ACQUIRE_DATA): in OnRemoteRequestThird()
H A Dform_mgr_proxy.cpp1502 error = SendTransactCmd(IFormMgr::Message::FORM_MGR_ACQUIRE_DATA, data, reply, option); in AcquireFormData()
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_mgr_stub_test/
H A Dform_mgr_stub_test.cpp2091 constexpr uint32_t code = static_cast<uint32_t>(IFormMgr::Message::FORM_MGR_ACQUIRE_DATA);
2119 constexpr uint32_t code = static_cast<uint32_t>(IFormMgr::Message::FORM_MGR_ACQUIRE_DATA) + 500;