Home
last modified time | relevance | path

Searched refs:RequestTime (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/time/time_service/services/time/include/
H A Dsntp_client.h30 bool RequestTime(const std::string &host);
/ohos5.0/base/time/time_service/services/time/src/
H A Dntp_trusted_time.cpp46 if (client.RequestTime(ntpServer)) { in ForceRefresh()
H A Dsntp_client.cpp66 bool SNTPClient::RequestTime(const std::string &host) in RequestTime() function in OHOS::MiscServices::SNTPClient