Searched refs:feIsValid (Results 1 – 3 of 3) sorted by relevance
170 bool feIsValid = live.hasFrontendConnection in validateConnections() local173 feIsValid &= scan.hasFrontendConnection ? frontendMap.find(scan.frontendId) != frontendMap.end() in validateConnections()175 feIsValid &= record.support && record.hasFrontendConnection in validateConnections()178 feIsValid &= (descrambling.support && descrambling.hasFrontendConnection) in validateConnections()181 feIsValid &= lnbLive.support ? frontendMap.find(lnbLive.frontendId) != frontendMap.end() : true; in validateConnections()182 feIsValid &= in validateConnections()185 if (!feIsValid) { in validateConnections()
823 bool feIsValid = live.hasFrontendConnection in validateConnections() local826 feIsValid &= scan.hasFrontendConnection ? frontendMap.find(scan.frontendId) != frontendMap.end() in validateConnections()828 feIsValid &= record.support && record.hasFrontendConnection in validateConnections()831 feIsValid &= descrambling.support && descrambling.hasFrontendConnection in validateConnections()835 feIsValid &= lnbLive.support ? frontendMap.find(lnbLive.frontendId) != frontendMap.end() : true; in validateConnections()837 feIsValid &= in validateConnections()840 feIsValid &= lnbDescrambling.support in validateConnections()844 if (!feIsValid) { in validateConnections()
156 bool feIsValid = frontendMap.find(live.frontendId) != frontendMap.end() && in validateConnections() local158 feIsValid &= record.support ? frontendMap.find(record.frontendId) != frontendMap.end() : true; in validateConnections()160 if (!feIsValid) { in validateConnections()