Home
last modified time | relevance | path

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

/ohos5.0/base/useriam/user_auth_framework/services/context/src/
H A Dauth_widget_helper.cpp146 std::vector<int32_t> inputAuthType; in CheckValidSolution() local
154 inputAuthType.emplace_back(static_cast<int32_t>(type)); in CheckValidSolution()
156 int32_t result = hdi->GetValidSolution(userId, inputAuthType, inputAtl, validTypes); in CheckValidSolution()