Searched refs:GetCcid (Results 1 – 3 of 3) sorted by relevance
45 ASSERT_EQ(ccid_one, ccid_keeper->GetCcid(types::LeAudioContextType::MEDIA)); in TEST()46 ASSERT_EQ(ccid_one, ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()78 ASSERT_EQ(ccid_two, ccid_keeper->GetCcid(types::LeAudioContextType::MEDIA)); in TEST()81 ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()119 ASSERT_EQ(-1, ccid_keeper->GetCcid(types::LeAudioContextType::MEDIA)); in TEST()120 ASSERT_EQ(-1, ccid_keeper->GetCcid(types::LeAudioContextType::ALERTS)); in TEST()
76 int GetCcid(types::LeAudioContextType context_type) const { in GetCcid() function127 int ContentControlIdKeeper::GetCcid( in GetCcid() function in bluetooth::le_audio::ContentControlIdKeeper133 return pimpl_->ccid_keeper_impl_->GetCcid(context_type); in GetCcid()157 auto ccid = GetCcid(context); in GetAllCcids()
38 int GetCcid(types::LeAudioContextType context_type) const;