Home
last modified time | relevance | path

Searched refs:DELETE_FORM (Results 1 - 5 of 5) sorted by relevance

/foundation/ability/form_fwk/services/include/
H A Dform_event_report.h89 DELETE_FORM, member in OHOS::AppExecFwk::FormEventName
/foundation/ability/form_fwk/services/src/
H A Dform_event_report.cpp58 std::map<FormEventName, std::string>::value_type(FormEventName::DELETE_FORM, "DELETE_FORM"),
153 case FormEventName::DELETE_FORM: in SendSecondFormEvent()
H A Dform_mgr_service.cpp271 FormEventReport::SendSecondFormEvent(FormEventName::DELETE_FORM, HiSysEventType::BEHAVIOR, eventInfo); in DeleteForm()
/foundation/ability/form_fwk/test/unittest/fms_form_event_report_test/
H A Dfms_form_event_report_test.cpp206 FormEventName eventName = FormEventName::DELETE_FORM; in HWTEST_F()
207 EXPECT_EQ(FormEventReport::ConvertEventName(eventName), "DELETE_FORM"); in HWTEST_F()
/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Dform_constants.h203 constexpr int32_t DELETE_FORM = 3; member

Completed in 6 milliseconds