Searched refs:maxOpenCount (Results 1 – 4 of 4) sorted by relevance
38 maxOpenCount(1), in IOProfile()152 if (maxOpenCount == 0 || curOpenCount < maxOpenCount) { in canOpenNewIo()168 uint32_t maxOpenCount; variable
124 static constexpr const char *maxOpenCount = "maxOpenCount"; member455 std::string maxOpenCount = getXmlAttribute(child, Attributes::maxOpenCount); in deserialize() local456 if (!maxOpenCount.empty()) { in deserialize()457 convertTo(maxOpenCount, mixPort->maxOpenCount); in deserialize()
123 maxOpenCount, curOpenCount); in dump()
4351 outProfile->maxOpenCount, outProfile->getTagName().c_str()); in initialize()4414 inProfile->maxOpenCount, inProfile->getTagName().c_str()); in initialize()4615 profile->maxOpenCount, profile->getTagName().c_str()); in checkOutputsForDevice()4811 profile->maxOpenCount, profile->getTagName().c_str()); in checkInputsForDevice()