Searched defs:FormEventInfo (Results 1 – 1 of 1) sorted by relevance
30 struct FormEventInfo { struct31 int64_t formId = -1;32 std::string bundleName;33 std::string moduleName;34 std::string abilityName;58 struct NewFormEventInfo { argument