Searched refs:customTypes (Results 1 – 1 of 1) sorted by relevance
57 std::vector<TypeDescriptorCfg> customTypes; in Init() local59 customTypes = CustomUtdStore::GetInstance().GetHapTypeCfgs(); in Init()65 customTypes = CustomUtdStore::GetInstance().GetTypeCfgs(userId); in Init()67 LOG_INFO(UDMF_CLIENT, "get customUtd, size:%{public}zu", customTypes.size()); in Init()68 if (!customTypes.empty()) { in Init()69 descriptorCfgs_.insert(descriptorCfgs_.end(), customTypes.begin(), customTypes.end()); in Init()