Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_supply_interface.h139 TRANSACTION_FORM_RECYCLE_FORM, enumerator
/ohos5.0/foundation/ability/form_fwk/test/unittest/fms_form_supply_stub_test/
H A Dfms_form_supply_stub_test.cpp752 …nstexpr uint32_t code = static_cast<uint32_t>(IFormSupply::Message::TRANSACTION_FORM_RECYCLE_FORM);
770 …nstexpr uint32_t code = static_cast<uint32_t>(IFormSupply::Message::TRANSACTION_FORM_RECYCLE_FORM);
788 …nstexpr uint32_t code = static_cast<uint32_t>(IFormSupply::Message::TRANSACTION_FORM_RECYCLE_FORM);
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/src/
H A Dform_supply_stub.cpp68 case static_cast<uint32_t>(IFormSupply::Message::TRANSACTION_FORM_RECYCLE_FORM): in OnRemoteRequest()
H A Dform_supply_proxy.cpp371 IFormSupply::Message::TRANSACTION_FORM_RECYCLE_FORM, in OnRecycleForm()