Home
last modified time | relevance | path

Searched refs:m_iChannelId (Results 1 – 5 of 5) sorted by relevance

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/epg/
H A DEpgChannelData.cpp29 m_iChannelId(channel.ChannelID()), in CPVREpgChannelData()
81 return m_iChannelId; in ChannelId()
86 m_iChannelId = iChannelId; in SetChannelId()
H A DEpgChannelData.h52 int m_iChannelId = -1; variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/channels/
H A DPVRChannel.cpp82 value["channelid"] = m_iChannelId; in Serialize()
222 if (!m_bChanged && m_iChannelId > 0) in Persist()
242 if (m_iChannelId != iChannelId) in SetChannelID()
244 m_iChannelId = iChannelId; in SetChannelID()
248 epg->GetChannelData()->SetChannelId(m_iChannelId); in SetChannelID()
692 return m_iChannelId; in ChannelID()
698 return m_iChannelId <= 0; in IsNew()
H A DPVRChannel.h484 int m_iChannelId = -1; /*!< the identifier given to this channel by the TV database */ variable
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/
H A DPVRDatabase.cpp364 channel->m_iChannelId = m_pDS->fv("idChannel").get_asInt(); in Get()