Home
last modified time | relevance | path

Searched refs:rtcPath (Results 1 - 2 of 2) sorted by relevance

/base/time/time_service/services/
H A Dtime_system_ability.cpp666 bool TimeSystemAbility::CheckRtc(const std::string &rtcPath, uint64_t rtcId) in CheckRtc() argument
669 strs << rtcPath << "/rtc" << rtcId << "/hctosys"; in CheckRtc()
683 std::string rtcPath = "/sys/class/rtc"; in GetWallClockRtcId() local
685 std::unique_ptr<DIR, int (*)(DIR *)> dir(opendir(rtcPath.c_str()), closedir); in GetWallClockRtcId()
687 TIME_HILOGE(TIME_MODULE_SERVICE, "failed to open %{public}s: %{public}s", rtcPath.c_str(), strerror(errno)); in GetWallClockRtcId()
703 if (CheckRtc(rtcPath, rtcId)) { in GetWallClockRtcId()
H A Dtime_system_ability.h107 bool CheckRtc(const std::string &rtcPath, uint64_t rtcId);

Completed in 3 milliseconds