Home
last modified time | relevance | path

Searched refs:getAllIds (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/broadcastradio/2.0/vts/functional/
DVtsHalBroadcastradioV2_0TargetTest.cpp128 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/
DVtsHalBroadcastradioAidlTargetTest.cpp196 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/
DUtils.h113 std::vector<uint64_t> getAllIds(const V2_0::ProgramSelector& sel, const V2_0::IdentifierType type);
/hardware/interfaces/broadcastradio/common/utilsaidl/include/broadcastradio-utils-aidl/
DUtils.h124 std::vector<int64_t> getAllIds(const ProgramSelector& sel, const IdentifierType& type);
/hardware/interfaces/broadcastradio/common/utilsaidl/test/
DBroadcastRadioUtilsTest.cpp240 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/
DUtils.cpp176 vector<uint64_t> getAllIds(const ProgramSelector& sel, const IdentifierType type) { in getAllIds() function
/hardware/interfaces/broadcastradio/common/utilsaidl/src/
DUtils.cpp181 vector<int64_t> getAllIds(const ProgramSelector& sel, const IdentifierType& type) { in getAllIds() function