Home
last modified time | relevance | path

Searched defs:FormEventInfo (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_event_report.h30 struct FormEventInfo { struct
31 int64_t formId = -1;
32 std::string bundleName;
33 std::string moduleName;
34 std::string abilityName;
58 struct NewFormEventInfo { argument