Home
last modified time | relevance | path

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

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/
H A DPVRPlaybackState.cpp440 channel->SetLastWatched(iTime); in UpdateLastWatched()
444 group->SetLastWatched(iTime); in UpdateLastWatched()
H A DPVRDatabase.cpp651 data.SetLastWatched(static_cast<time_t>(m_pDS->fv("iLastWatched").get_asInt())); in Get()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pvr/channels/
H A DPVRChannel.h203 bool SetLastWatched(time_t iLastWatched);
H A DPVRChannelGroup.h251 bool SetLastWatched(time_t iLastWatched);
H A DPVRChannel.cpp370 bool CPVRChannel::SetLastWatched(time_t iLastWatched) in SetLastWatched() function in CPVRChannel
H A DPVRChannelGroups.cpp94 updateGroup->SetLastWatched(group.LastWatched()); in Update()
H A DPVRChannelGroup.cpp1048 bool CPVRChannelGroup::SetLastWatched(time_t iLastWatched) in SetLastWatched() function in CPVRChannelGroup