Searched refs:subtypeInfo (Results 1 – 1 of 1) sorted by relevance
499 for (const auto &subtypeInfo : subtypeInfos) { in ListSubtypeByBundleName() local500 if (subtypeInfo.bundleName == name) { in ListSubtypeByBundleName()501 std::vector<Metadata> extends = subtypeInfo.metadata; in ListSubtypeByBundleName()503 … auto label = bundleMgr->GetStringById(subtypeInfo.bundleName, subtypeInfo.moduleName, in ListSubtypeByBundleName()504 subtypeInfo.labelId, userId); in ListSubtypeByBundleName()505 subProps.push_back({ .id = subtypeInfo.name, in ListSubtypeByBundleName()507 .name = subtypeInfo.bundleName, in ListSubtypeByBundleName()508 .iconId = subtypeInfo.iconId, in ListSubtypeByBundleName()