Home
last modified time | relevance | path

Searched refs:currTimerId_ (Results 1 - 4 of 4) sorted by relevance

/base/useriam/face_auth/services_ex/src/
H A Dscreen_brightness_task.cpp218 currTimerId_ = 0; in ScreenBrightnessTask()
225 timer_.Unregister(currTimerId_); in ~ScreenBrightnessTask()
333 timer_.Unregister(currTimerId_); in StartProcess()
334 currTimerId_ = timer_.Register( in StartProcess()
345 IAM_LOGI("time id %{public}d", currTimerId_); in StartProcess()
392 timer_.Unregister(currTimerId_);
393 currTimerId_ = timer_.Register(timeCallback, increaseBrightnessInterval_, true);
402 timer_.Unregister(currTimerId_); in EndProcess()
/base/useriam/face_auth/services_ex/inc/
H A Dscreen_brightness_task.h71 uint32_t currTimerId_; variable
/base/useriam/fingerprint_auth/services_ex/inc/
H A Dsensor_illumination_task.h74 uint32_t currTimerId_ = 0; member in OHOS::UserIam::SensorIlluminationTask
/base/useriam/fingerprint_auth/services_ex/src/
H A Dsensor_illumination_task.cpp155 timer_.Unregister(currTimerId_); in ~SensorIlluminationTask()
293 timer_.Unregister(currTimerId_); in TurnOnSensorIllumination()
294 currTimerId_ = timer_.Register( in TurnOnSensorIllumination()
328 timer_.Unregister(currTimerId_); in TurnOffSensorIllumination()

Completed in 2 milliseconds