Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/face_auth/services_ex/src/
H A Dscreen_brightness_task.cpp127 int32_t setModeRet = SetMode(SENSOR_TYPE_ID_AMBIENT_LIGHT, &SENSOR_USER, SENSOR_ON_CHANGE); in SubscribeSensor() local
128 IF_FALSE_LOGE_AND_RETURN_VAL(setModeRet == 0, ResultCode::GENERAL_ERROR); in SubscribeSensor()
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/
H A Duser_auth_client_impl.cpp193 … bool setModeRet = attr.SetUint32Value(Attributes::ATTR_PROPERTY_MODE, static_cast<uint32_t>(key)); in SetPropertyInner() local
194 IF_FALSE_LOGE_AND_RETURN_VAL(setModeRet, GENERAL_ERROR); in SetPropertyInner()