Home
last modified time | relevance | path

Searched refs:checkRet (Results 1 - 3 of 3) sorted by relevance

/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/
H A Duser_auth_hdi_fuzzer.cpp457 int32_t checkRet = parcel.ReadInt32(); in FuzzGetAvailableStatus() local
458 g_service.GetAvailableStatus(userId, authType, authTrustLevel, checkRet); in FuzzGetAvailableStatus()
/drivers/peripheral/user_auth/hdi_service/service/
H A Duser_auth_interface_service.cpp813 int32_t checkRet = GetAvailableStatusFunc(userId, authType, authTrustLevel); in GetValidSolution() local
814 if (checkRet == RESULT_SUCCESS) { in GetValidSolution()
824 if (resultPriority[i] == checkRet && isResultFound) { in GetValidSolution()
825 IAM_LOGI("checkRet:%{public}d higher priority than result:%{public}d", checkRet, result); in GetValidSolution()
826 result = checkRet; in GetValidSolution()
/drivers/peripheral/user_auth/test/unittest/service_test/src/
H A Duser_auth_interface_service_test.cpp1117 int32_t checkRet; in HWTEST_F() local
1118 EXPECT_EQ(service->GetAvailableStatus(userId, authType, authTrustLevel, checkRet), RESULT_SUCCESS); in HWTEST_F()
1119 EXPECT_EQ(checkRet, RESULT_TYPE_NOT_SUPPORT); in HWTEST_F()
1143 int32_t checkRet; in HWTEST_F() local
1144 EXPECT_EQ(service->GetAvailableStatus(userId, authType, authTrustLevel, checkRet), 0); in HWTEST_F()

Completed in 7 milliseconds