Searched refs:clockId (Results 1 – 2 of 2) sorted by relevance
87 bool GetTimeByClockid(clockid_t clockId, struct timespec &tv);
668 bool TimeSystemAbility::GetTimeByClockid(clockid_t clockId, struct timespec &tv) in GetTimeByClockid() argument670 if (clock_gettime(clockId, &tv) < 0) { in GetTimeByClockid()