Searched refs:getAllIds (Results 1 – 7 of 7) sorted by relevance
/hardware/interfaces/broadcastradio/2.0/vts/functional/ |
D | VtsHalBroadcastradioV2_0TargetTest.cpp | 128 auto ids = utils::getAllIds(arg.selector, utils::getType(id)); 459 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY); in TEST_P() 551 auto freqs = utils::getAllIds(infoCb.selector, IdentifierType::DAB_FREQUENCY); in TEST_P() 853 auto amfmIds = utils::getAllIds(program.selector, IdentifierType::AMFM_FREQUENCY); in TEST_P() 892 auto dabEnsembles = utils::getAllIds(program.selector, IdentifierType::DAB_ENSEMBLE); in TEST_P() 926 auto nameIds = utils::getAllIds(program.selector, IdentifierType::HD_STATION_NAME); in TEST_P()
|
/hardware/interfaces/broadcastradio/aidl/vts/src/ |
D | VtsHalBroadcastradioAidlTargetTest.cpp | 196 vector<int64_t> ids = bcutils::getAllIds(arg.selector, id.type); 700 vector<int64_t> freqs = bcutils::getAllIds(infoCb.selector, IdentifierType::AMFM_FREQUENCY_KHZ); in TEST_P() 832 vector<int64_t> freqs = bcutils::getAllIds(infoCb.selector, IdentifierType::DAB_FREQUENCY_KHZ); in TEST_P() 1156 bcutils::getAllIds(program.selector, IdentifierType::AMFM_FREQUENCY_KHZ); in TEST_P() 1201 auto dabEnsembles = bcutils::getAllIds(program.selector, IdentifierType::DAB_ENSEMBLE); in TEST_P() 1242 bcutils::getAllIds(program.selector, IdentifierType::HD_STATION_NAME); in TEST_P()
|
/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/ |
D | Utils.h | 113 std::vector<uint64_t> getAllIds(const V2_0::ProgramSelector& sel, const V2_0::IdentifierType type);
|
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/ |
D | Utils.h | 124 std::vector<int64_t> getAllIds(const ProgramSelector& sel, const IdentifierType& type);
|
/hardware/interfaces/broadcastradio/common/utilsaidl/test/ |
D | BroadcastRadioUtilsTest.cpp | 240 std::vector<int64_t> allIds = utils::getAllIds(sel, IdentifierType::AMFM_FREQUENCY_KHZ); in TEST() 250 std::vector<int64_t> allIds = utils::getAllIds(sel, IdentifierType::DAB_SID_EXT); in TEST() 259 ASSERT_TRUE(utils::getAllIds(sel, IdentifierType::AMFM_FREQUENCY_KHZ).empty()); in TEST()
|
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 176 vector<uint64_t> getAllIds(const ProgramSelector& sel, const IdentifierType type) { in getAllIds() function
|
/hardware/interfaces/broadcastradio/common/utilsaidl/src/ |
D | Utils.cpp | 181 vector<int64_t> getAllIds(const ProgramSelector& sel, const IdentifierType& type) { in getAllIds() function
|