Searched refs:curTimeMs (Results 1 – 2 of 2) sorted by relevance
94 auto curTimeMs = SteadyClock::GetTimestampMilli(); in StartUnlocked() local95 auto timestampMs = curTimeMs + (delayTimeMs == 0 ? intervalMs_ : delayTimeMs); in StartUnlocked()97 name_.c_str(), timerType_, static_cast<int>(curTimeMs), static_cast<int>(timestampMs)); in StartUnlocked()
1029 int64_t curTimeMs = static_cast<int64_t>(times.tv_sec) * MSEC + times.tv_nsec / (MSEC * MSEC); in SetOperatorWifiType() local1030 LOGI("set persist wifi state, current time is:%{public}" PRId64, curTimeMs); in SetOperatorWifiType()1031 mWifiConfig[instId].persistWifiTime = curTimeMs; in SetOperatorWifiType()