Home
last modified time | relevance | path

Searched refs:isWaitForUser_ (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.cpp98 isWaitForUser_(false), in DeferredPhotoController()
145 if (work == nullptr && !isWaitForUser_) { in TryDoSchedule()
231 isWaitForUser_ = true; in StartWaitForUser()
233 isWaitForUser_ = false; in StartWaitForUser()
245 isWaitForUser_ = false; in StopWaitForUser()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_controller.h55 bool isWaitForUser_; variable