Searched refs:constraintSrcInfo (Results 1 – 1 of 1) sorted by relevance
1313 ConstraintSourceTypeInfo constraintSrcInfo; in QueryOsAccountConstraintSourceTypes() local1314 constraintSrcInfo.localId = reply.ReadInt32(); in QueryOsAccountConstraintSourceTypes()1315 constraintSrcInfo.typeInfo = static_cast<ConstraintSourceType>(reply.ReadInt32()); in QueryOsAccountConstraintSourceTypes()1316 constraintSourceTypeInfos.push_back(constraintSrcInfo); in QueryOsAccountConstraintSourceTypes()