Searched refs:GetTimeByClockId (Results 1 - 4 of 4) sorted by relevance
/base/time/time_service/interfaces/inner_api/src/ |
H A D | time_service_client.cpp | 154 bool TimeServiceClient::GetTimeByClockId(clockid_t clockId, struct timespec &tv) in GetTimeByClockId() function in OHOS::MiscServices::TimeServiceClient 469 if (!GetTimeByClockId(CLOCK_REALTIME, tv)) { in GetWallTimeMs() 481 if (!GetTimeByClockId(CLOCK_REALTIME, tv)) { in GetWallTimeMs() 494 if (!GetTimeByClockId(CLOCK_REALTIME, tv)) { in GetWallTimeNs() 506 if (!GetTimeByClockId(CLOCK_REALTIME, tv)) { in GetWallTimeNs() 519 if (!GetTimeByClockId(CLOCK_BOOTTIME, tv)) { in GetBootTimeMs() 531 if (!GetTimeByClockId(CLOCK_BOOTTIME, tv)) { in GetBootTimeMs() 544 if (!GetTimeByClockId(CLOCK_BOOTTIME, tv)) { in GetBootTimeNs() 556 if (!GetTimeByClockId(CLOCK_BOOTTIME, tv)) { in GetBootTimeNs() 569 if (!GetTimeByClockId(CLOCK_MONOTONI in GetMonotonicTimeMs() [all...] |
/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 523 if (GetTimeByClockId(CLOCK_BOOTTIME, ts)) { in DumpAllTimeInfo() 742 if (GetTimeByClockId(CLOCK_REALTIME, tv)) { in GetWallTimeMs() 752 if (GetTimeByClockId(CLOCK_BOOTTIME, tv)) { in GetBootTimeMs() 762 if (GetTimeByClockId(CLOCK_BOOTTIME, tv)) { in GetBootTimeNs() 777 if (GetTimeByClockId(cid, tv)) { in GetThreadTimeMs() 792 if (GetTimeByClockId(cid, tv)) { in GetThreadTimeNs() 799 bool TimeSystemAbility::GetTimeByClockId(clockid_t clockId, struct timespec &tv) in GetTimeByClockId() function in OHOS::MiscServices::TimeSystemAbility
|
H A D | time_system_ability.h | 105 bool GetTimeByClockId(clockid_t clockId, struct timespec &tv);
|
/base/time/time_service/interfaces/inner_api/include/ |
H A D | time_service_client.h | 477 bool GetTimeByClockId(clockid_t clockId, struct timespec &tv);
|
Completed in 4 milliseconds