Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_data_mgr.cpp1564 std::vector<int64_t> foundFormIds {}; in NotifyFormsVisible() local
1581 foundFormIds.push_back(matchedFormId); in NotifyFormsVisible()
1588 if (foundFormIds.empty()) { in NotifyFormsVisible()
1593 for (auto matchedFormId : foundFormIds) { in NotifyFormsVisible()