Searched refs:getAllIds (Results 1 – 3 of 3) sorted by relevance
113 std::vector<uint64_t> getAllIds(const V2_0::ProgramSelector& sel, const V2_0::IdentifierType type);
124 auto ids = utils::getAllIds(arg.selector, utils::getType(id));448 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY); in TEST_P()765 auto nameIds = utils::getAllIds(program.selector, IdentifierType::HD_STATION_NAME); in TEST_P()
176 vector<uint64_t> getAllIds(const ProgramSelector& sel, const IdentifierType type) { in getAllIds() function