Searched refs:new_value (Results 1 - 2 of 2) sorted by relevance
/base/time/time_service/services/ |
H A D | time_system_ability.cpp | 1054 struct itimerspec new_value; in SetAutoReboot() local 1057 new_value.it_value.tv_sec = second.count(); in SetAutoReboot() 1058 new_value.it_value.tv_nsec = (nsec - second).count(); in SetAutoReboot() 1060 "nanosecond:%{public}" PRId64"", currentTime, static_cast<int64_t>(new_value.it_value.tv_sec), in SetAutoReboot() 1061 static_cast<int64_t>(new_value.it_value.tv_nsec)); in SetAutoReboot() 1062 int ret = timerfd_settime(tmfd, TFD_TIMER_ABSTIME, &new_value, nullptr); in SetAutoReboot()
|
/base/startup/appspawn/modules/sandbox/ |
H A D | sandbox_utils.cpp | 295 static std::string& replace_all(std::string& str, const std::string& old_value, const std::string& new_value) 300 str.replace(pos, old_value.length(), new_value);
|
Completed in 6 milliseconds