Home
last modified time | relevance | path

Searched refs:GetGlobalWatchdog (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp232 GetGlobalWatchdog().StartMonitor(callbackHandle_, DURATIONMS_500, [this](uint32_t handle) { in StartWaitForUser()
246 GetGlobalWatchdog().StopMonitor(callbackHandle_); in StopWaitForUser()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/utils/
H A Ddp_utils.cpp27 Watchdog& GetGlobalWatchdog() in GetGlobalWatchdog() function
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/utils/
H A Ddp_utils.h110 Watchdog& GetGlobalWatchdog();
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp605GetGlobalWatchdog().StartMonitor(callbackHandle, maxProcessingTimeMs, [this, imageId](uint32_t han… in ProcessImage()
797 GetGlobalWatchdog().StartMonitor(callbackHandle, delayMilli, [this](uint32_t handle) { in ScheduleConnectService()
813 GetGlobalWatchdog().StopMonitor(callbackHandle); in StopTimer()
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp399 DeferredProcessing::GetGlobalWatchdog().DoTimeout(handle); in ExecuteDeepCopySurfaceBuffer()
400 DeferredProcessing::GetGlobalWatchdog().StopMonitor(handle); in ExecuteDeepCopySurfaceBuffer()
561 DeferredProcessing::GetGlobalWatchdog().StartMonitor(pictureHandle, delayMilli, in ExecuteDeepCopySurfaceBuffer()
582 DeferredProcessing::GetGlobalWatchdog().DoTimeout(pictureHandle); in ExecuteDeepCopySurfaceBuffer()
583 DeferredProcessing::GetGlobalWatchdog().StopMonitor(pictureHandle); in ExecuteDeepCopySurfaceBuffer()