Home
last modified time | relevance | path

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

/base/time/time_service/services/
H A Dtime_system_ability.cpp1054 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 Dsandbox_utils.cpp295 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