Lines Matching refs:TimeValue
46 const TimeValue& rDueTime,
52 TimeValue maDueTime;
84 const TimeValue& rDueTime,
90 static bool GetCurrentTime (TimeValue& rCurrentTime);
92 const TimeValue& rTargetTime,
93 const TimeValue& rCurrentTime);
95 TimeValue& rTimeValue,
98 const TimeValue& rTimeValue);
142 const TimeValue& rDueTime) in ScheduleSingleTaskAbsolute()
156 TimeValue aCurrentTime; in ScheduleRepeatedTask()
159 TimeValue aDueTime; in ScheduleRepeatedTask()
236 const TimeValue& rDueTime, in CreateTimerTask()
308 TimeValue aCurrentTime; in run()
346 TimeValue aTimeValue; in run()
388 bool TimerScheduler::GetCurrentTime (TimeValue& rCurrentTime) in GetCurrentTime()
390 TimeValue aSystemTime; in GetCurrentTime()
399 const TimeValue& rTargetTime, in GetTimeDifference()
400 const TimeValue& rCurrentTime) in GetTimeDifference()
408 TimeValue& rTimeValue, in ConvertToTimeValue()
418 const TimeValue& rTimeValue) in ConvertFromTimeValue()
431 const TimeValue& rDueTime, in TimerTask()
551 TimeValue aCurrentTime; in GetCurrentTime()
564 TimeValue aNow; in GetTimeDifference()
565 TimeValue aThen; in GetTimeDifference()
577 void PresenterClockTimer::CheckCurrentTime (const TimeValue& rCurrentTime) in CheckCurrentTime()
584 TimeValue aCurrentTime (rCurrentTime); in CheckCurrentTime()