Searched defs:belongingToTypes (Results 1 – 4 of 4) sorted by relevance
28 std::vector<std::string> belongingToTypes; member
79 std::vector<std::string> belongingToTypes(utdTypeCfg.belongingToTypes.begin(), in ConvertUtdCfgsToJson() local
22 …scriptor::TypeDescriptor(const std::string &typeId, const std::vector<std::string> &belongingToTyp… in TypeDescriptor()
165 auto belongingToTypes = OH_Utd_GetBelongingToTypes(utd, &count); variable