Home
last modified time | relevance | path

Searched refs:GetAllEpgs (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgContainer.h131 std::vector<std::shared_ptr<CPVREpg>> GetAllEpgs() const;
H A DEpgContainer.cpp443 std::vector<std::shared_ptr<CPVREpg>> CPVREpgContainer::GetAllEpgs() const in GetAllEpgs() function in PVR::CPVREpgContainer
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/timers/
H A DPVRTimers.cpp430 …ector<std::shared_ptr<CPVREpg>> epgs = CServiceBroker::GetPVRManager().EpgContainer().GetAllEpgs(); in GetEpgTagsForTimerRule()
469 …ector<std::shared_ptr<CPVREpg>> epgs = CServiceBroker::GetPVRManager().EpgContainer().GetAllEpgs(); in AddTimerRuleToEpgMap()