Home
last modified time | relevance | path

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

/base/time/time_service/services/time/src/
H A Dntp_update_time.cpp45 const std::string AUTO_TIME_STATUS_ON = "ON"; member
249 if (autoTimeInfo_.status == AUTO_TIME_STATUS_ON) { in GetNtpTime()
257 if (autoTimeInfo_.status != AUTO_TIME_STATUS_ON) { in SetSystemTime()
305 return autoTimeInfo_.status == AUTO_TIME_STATUS_ON; in CheckStatus()
377 if (AUTO_TIME_STATUS_ON.compare(value) != 0 && AUTO_TIME_STATUS_OFF.compare(value) != 0) { in ChangeAutoTimeCallback()
/base/time/time_service/test/unittest/service_test/src/
H A Dtime_service_test.cpp58 const std::string AUTO_TIME_STATUS_ON = "ON"; member
1071 NtpUpdateTime::autoTimeInfo_.status = AUTO_TIME_STATUS_ON; in HWTEST_F()

Completed in 5 milliseconds