Lines Matching refs:rawtime
188 time_t rawtime;
200 rawtime = mktime(&tmObj);
201 GetDisplayTime(rawtime);
202 rawtime -= (timeAbs.timeZone * (SEC_PER_HOUR / 0x04));
203 GetDisplayTime(rawtime);
205 rawtime -= timezone;
206 GetDisplayTime(rawtime);
207 return rawtime;
210 void SmsCommonUtils::GetDisplayTime(const time_t &rawtime)
224 localtime_r(&rawtime, &tmObj);