Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_db_cache.cpp363 std::set<FormIdKey> removableModuleSet; in BatchDeleteNoHostDBForms() local
376 removableModuleSet.emplace(removableModuleFormIdKey); in BatchDeleteNoHostDBForms()
384 for (const FormIdKey &item : removableModuleSet) { in BatchDeleteNoHostDBForms()
H A Dform_event_util.cpp510 std::set<FormIdKey> removableModuleSet; in BatchDeleteNoHostDBForms() local
535 removableModuleSet.emplace(removableModuleFormIdKey); in BatchDeleteNoHostDBForms()
543 for (const FormIdKey &item : removableModuleSet) { in BatchDeleteNoHostDBForms()
H A Dform_data_mgr.cpp1734 std::set<FormIdKey> removableModuleSet; in BatchDeleteNoHostTempForms() local