Home
last modified time | relevance | path

Searched refs:ConvertUnixToNtp (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/time/time_service/services/time/include/
H A Dsntp_client.h95 void ConvertUnixToNtp(struct ntp_timestamp *ntpTs, struct timeval *unixTs);
/ohos5.0/base/time/time_service/services/time/src/
H A Dsntp_client.cpp154 void SNTPClient::ConvertUnixToNtp(struct ntp_timestamp *ntpTs, struct timeval *unixTs) in ConvertUnixToNtp() function in OHOS::MiscServices::SNTPClient
197 ConvertUnixToNtp(&ntp, &unix); in CreateMessage()