Home
last modified time | relevance | path

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

/drivers/peripheral/pin_auth/hdi_service/database/inc/
H A Dpin_db.h50 ResultCode GetRemainTimes(uint64_t templateId, uint32_t *remainingAuthTimes, uint32_t authErrorCount);
/drivers/peripheral/pin_auth/test/unittest/pin_auth/database/src/
H A Dpin_db_test.cpp200 * @tc.name: GetRemainTimes test
201 * @tc.desc: verify GetRemainTimes
226 result = GetRemainTimes(INVALID_TEMPLATE_ID, &remainingAuthTimes, 0); in HWTEST_F()
229 result = GetRemainTimes(templateId, nullptr, 0); in HWTEST_F()
232 result = GetRemainTimes(templateId, &remainingAuthTimes, 0); in HWTEST_F()
/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dexecutor_func_common.c371 ret = GetRemainTimes(templateId, &(pinCredentialInfo->remainTimes), authErrorCount); in DoQueryPinInfo()
373 LOG_ERROR("GetRemainTimes fail."); in DoQueryPinInfo()
/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c856 ResultCode GetRemainTimes(uint64_t templateId, uint32_t *remainingAuthTimes, uint32_t authErrorCount) in GetRemainTimes() function
859 LOG_ERROR("check GetRemainTimes param fail!"); in GetRemainTimes()

Completed in 4 milliseconds