Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_controller.cpp97 callbackHandle_(0), in DeferredPhotoController()
232 GetGlobalWatchdog().StartMonitor(callbackHandle_, DURATIONMS_500, [this](uint32_t handle) { in StartWaitForUser()
239 static_cast<int>(callbackHandle_)); in StartWaitForUser()
246 GetGlobalWatchdog().StopMonitor(callbackHandle_); in StopWaitForUser()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_controller.h54 uint32_t callbackHandle_; variable