Home
last modified time | relevance | path

Searched refs:RtcHostReadTime (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/rtc/
H A Drtc_core.h55 int32_t RtcHostReadTime(struct RtcHost *host, struct RtcTime *time);
/ohos5.0/drivers/hdf_core/framework/support/platform/src/rtc/
H A Drtc_if.c44 return RtcHostReadTime((struct RtcHost *)handle, time); in RtcReadTime()
H A Drtc_core.c16 int32_t RtcHostReadTime(struct RtcHost *host, struct RtcTime *time) in RtcHostReadTime() function
H A Drtc_service.c25 ret = RtcHostReadTime(host, &time); in RtcServiceIoReadTime()