Home
last modified time | relevance | path

Searched refs:freezingTime (Results 1 - 11 of 11) sorted by relevance

/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dpin_auth_test.cpp288 EXPECT_EQ(pinCredentialInfo.freezingTime, 0); in HWTEST_F()
334 EXPECT_EQ(pinCredentialInfo.freezingTime, 0); in HWTEST_F()
361 EXPECT_EQ(pinCredentialInfo.freezingTime, 0); in HWTEST_F()
388 EXPECT_EQ(pinCredentialInfo.freezingTime, 0); in HWTEST_F()
415 EXPECT_EQ(pinCredentialInfo.freezingTime, 0); in HWTEST_F()
442 EXPECT_LE(pinCredentialInfo.freezingTime, 60000); in HWTEST_F()
443 EXPECT_GE(pinCredentialInfo.freezingTime, 58000); in HWTEST_F()
/drivers/peripheral/user_auth/hdi_service/coauth/inc/
H A Dexecutor_message.h39 int32_t freezingTime; member
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/
H A Duser_auth_funcs.h35 int32_t freezingTime; member
/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_auth_funcs_test.cpp79 info.freezingTime = 0; in HWTEST_F()
86 EXPECT_EQ(result.freezingTime, 0); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dpin_auth.h30 uint32_t freezingTime; member
/drivers/peripheral/user_auth/hdi_service/user_auth/src/
H A Duser_auth_funcs.c91 result->freezingTime = info->freezingTime; in SetAuthResult()
169 ret = SetAttributeInt32(attribute, ATTR_LOCKOUT_DURATION, result->freezingTime); in SetAuthResultMsgToAttribute()
171 LOG_ERROR("SetAttributeInt32 freezingTime failed"); in SetAuthResultMsgToAttribute()
/drivers/peripheral/user_auth/test/unittest/co_auth/
H A Dexecutor_message_test.cpp309 constexpr int32_t freezingTime = 0; in HWTEST_F() local
310 result = SetAttributeInt32(attribute, ATTR_LOCKOUT_DURATION, freezingTime); in HWTEST_F()
351 constexpr int32_t freezingTime = 0; in HWTEST_F() local
352 result = SetAttributeInt32(attribute, ATTR_LOCKOUT_DURATION, freezingTime); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp172 if (infoRet.remainTimes == 0 || infoRet.freezingTime > 0) { in AuthenticateInner()
348 property.lockoutDuration = infoRet.freezingTime; in GetProperty()
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dpin_auth.cpp258 pinCredentialInfoRet.freezingTime = pinCredentialInfosRet.freezeTime; in QueryPinInfo()
/drivers/peripheral/user_auth/hdi_service/coauth/src/
H A Dexecutor_message.c348 result = GetAttributeInt32(attribute, ATTR_LOCKOUT_DURATION, &(resultInfo->freezingTime)); in GetExecutorResultInfoFromAttribute()
350 LOG_ERROR("GetAttributeInt32 freezingTime failed"); in GetExecutorResultInfoFromAttribute()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp607 infoOut.lockoutDuration = infoIn.freezingTime; in CopyAuthResult()

Completed in 10 milliseconds