Searched refs:freezingTime (Results 1 - 11 of 11) sorted by relevance
/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/ |
H A D | pin_auth_test.cpp | 288 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 D | executor_message.h | 39 int32_t freezingTime; member
|
/drivers/peripheral/user_auth/hdi_service/user_auth/inc/ |
H A D | user_auth_funcs.h | 35 int32_t freezingTime; member
|
/drivers/peripheral/user_auth/test/unittest/user_auth_test/ |
H A D | user_auth_funcs_test.cpp | 79 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 D | pin_auth.h | 30 uint32_t freezingTime; member
|
/drivers/peripheral/user_auth/hdi_service/user_auth/src/ |
H A D | user_auth_funcs.c | 91 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 D | executor_message_test.cpp | 309 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 D | all_in_one_impl.cpp | 172 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 D | pin_auth.cpp | 258 pinCredentialInfoRet.freezingTime = pinCredentialInfosRet.freezeTime; in QueryPinInfo()
|
/drivers/peripheral/user_auth/hdi_service/coauth/src/ |
H A D | executor_message.c | 348 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 D | user_auth_interface_service.cpp | 607 infoOut.lockoutDuration = infoIn.freezingTime;
in CopyAuthResult()
|
Completed in 10 milliseconds