Lines Matching refs:feId

192         const string feId = combo[frontendIndex];  in generateLnbLiveCombinations()  local
193 auto type = frontendMap[feId].type; in generateLnbLiveCombinations()
197 mLnbLive.frontendId = feId; in generateLnbLiveCombinations()
270 const string feId = combo[frontendIndex]; in generateLnbRecordCombinations() local
271 auto type = frontendMap[feId].type; in generateLnbRecordCombinations()
275 mLnbRecord.frontendId = feId; in generateLnbRecordCombinations()
331 const string feId = combo[frontendIndex]; in generateDescramblingCombinations() local
334 mDescrambling.hasFrontendConnection = feId.compare(emptyHardwareId) == 0 ? false : true; in generateDescramblingCombinations()
342 if (frontendMap[feId].isSoftwareFe && dvrSwFeId.compare(emptyHardwareId) == 0) { in generateDescramblingCombinations()
353 mDescrambling.frontendId = feId; in generateDescramblingCombinations()
427 const string feId = combo[frontendIdIndex]; in generateRecordCombinations() local
429 if (frontendMap[feId].isSoftwareFe) { in generateRecordCombinations()
433 mRecord.frontendId = feId; in generateRecordCombinations()
486 const string feId = combo[frontendIdIndex]; in generateLiveCombinations() local
490 if (frontendMap[feId].isSoftwareFe && dvrSwConnectionId.compare(emptyHardwareId) == 0) { in generateLiveCombinations()
495 mLive.frontendId = feId; in generateLiveCombinations()
547 const string feId = combo[frontendIdIndex]; in generateLnbDescramblingCombinations() local
548 auto type = frontendMap[feId].type; in generateLnbDescramblingCombinations()
553 mLnbDescrambling.frontendId = feId; in generateLnbDescramblingCombinations()