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

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

Completed in 69 milliseconds