Searched refs:timerType_ (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/ |
H A D | timer.cpp | 44 …: name_(name), timerType_(timerType), intervalMs_(intervalMs), callback_(std::move(callback)), exp… in Timer() 53 name_.c_str(), timerType_, intervalMs_); in ~Timer() 84 name_.c_str(), timerType_, intervalMs_); in Stop() 97 name_.c_str(), timerType_, static_cast<int>(curTimeMs), static_cast<int>(timestampMs)); in StartUnlocked() 123 name_.c_str(), timerType_, intervalMs_); in TimerExpired() 126 if (timerType_ == TimerType::PERIODIC) { in TimerExpired() 133 name_.c_str(), timerType_, static_cast<int>(expiredTimeMs_)); in TimerExpired()
|
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/timer/ |
H A D | timer.h | 59 const TimerType timerType_; variable
|