Lines Matching refs:subProperty
464 SubProperty subProperty;
465 subProperty.labelId = extInfo.labelId;
466 subProperty.label = GetStringById(extInfo.bundleName, extInfo.moduleName, extInfo.labelId, userId);
467 subProperty.id = extInfo.name;
468 subProperty.name = extInfo.bundleName;
469 subProperty.iconId = extInfo.iconId;
472 subProperty.language = property.language;
473 subProperty.mode = property.mode;
474 subProperty.locale = property.locale;
475 subProperty.icon = property.icon;
476 subProps.emplace_back(subProperty);