Searched refs:fLastReceived (Results 1 – 2 of 2) sorted by relevance
26 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()
43 time_t fLastReceived; variable