Home
last modified time | relevance | path

Searched refs:fLastReceived (Results 1 – 2 of 2) sorted by relevance

/haiku/src/servers/notification/
H A DNotificationReceived.cpp26 fLastReceived(time(NULL)) in NotificationReceived()
37 fLastReceived(time(NULL)) in NotificationReceived()
60 msg.AddInt32("notify_lastreceived", (int32)fLastReceived); in Flatten()
76 msg.AddInt32("notify_lastreceived", (int32)fLastReceived); in FlattenedSize()
110 msg.FindInt32("notify_lastreceived", (int32 *)&fLastReceived); in Unflatten()
142 return fLastReceived; in LastReceived()
156 fLastReceived = time(NULL); in UpdateTimeStamp()
163 fLastReceived = time; in SetTimeStamp()
/haiku/headers/private/notification/
H A DNotificationReceived.h43 time_t fLastReceived; variable