Home
last modified time | relevance | path

Searched refs:TimerLoop (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/
H A Dtimer_core.cpp63 worker_ = std::thread([this, threadName]() { TimerLoop(threadName); }); in Initialize()
115 void TimerCore::TimerLoop(const std::string& threadName) in TimerLoop() function in OHOS::CameraStandard::DeferredProcessing::TimerCore
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/base/timer/core/
H A Dtimer_core.h44 void TimerLoop(const std::string& threadName);