Home
last modified time | relevance | path

Searched defs:authTypeList (Results 1 – 10 of 10) sorted by relevance

/base/useriam/user_auth_framework/test/unittest/services/src/
Dwidget_client_test.cpp179 std::vector<AuthType> authTypeList; variable
193 std::vector<AuthType> authTypeList; variable
209 std::vector<AuthType> authTypeList; variable
225 std::vector<AuthType> authTypeList; variable
241 std::vector<AuthType> authTypeList; variable
257 std::vector<AuthType> authTypeList; variable
273 std::vector<AuthType> authTypeList; variable
291 std::vector<AuthType> authTypeList; variable
309 std::vector<AuthType> authTypeList; variable
325 std::vector<AuthType> authTypeList; variable
[all …]
Dwidget_schedule_node_impl_test.cpp79 …std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FING… variable
90 …std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FING… variable
102 …std::vector<AuthType> authTypeList = {AuthType::ALL, AuthType::PIN, AuthType::FACE, AuthType::FING… variable
Dwidget_context_test.cpp226 std::vector<AuthType> authTypeList; variable
236 std::vector<AuthType> authTypeList = {ALL, PIN, FACE}; variable
249 std::set<AuthType> authTypeList; variable
288 std::set<AuthType> authTypeList; variable
301 std::set<AuthType> authTypeList; variable
311 std::set<AuthType> authTypeList; variable
325 std::set<AuthType> authTypeList; variable
Dauth_widget_helper_test.cpp77 std::vector<AuthType> authTypeList; variable
Dwidget_json_test.cpp293 auto authTypeList = widgetNotice.AuthTypeList(); variable
/base/useriam/user_auth_framework/services/context/src/
Dwidget_client.cpp81 std::vector<AuthType> authTypeList = {}; in OnNotice() local
153 void WidgetClient::SetAuthTypeList(const std::vector<AuthType> &authTypeList) in SetAuthTypeList()
223 bool WidgetClient::GetAuthTypeList(const WidgetNotice &notice, std::vector<AuthType> &authTypeList) in GetAuthTypeList()
Dwidget_context.cpp249 void WidgetContext::ExecuteAuthList(const std::set<AuthType> &authTypeList) in ExecuteAuthList()
285 void WidgetContext::StopAuthList(const std::vector<AuthType> &authTypeList) in StopAuthList()
Dwidget_json.cpp100 std::vector<AuthType> authTypeList; in AuthTypeList() local
/base/useriam/user_auth_framework/services/core/src/
Dwidget_schedule_node_impl.cpp101 bool WidgetScheduleNodeImpl::StartAuthList(const std::vector<AuthType> &authTypeList) in StartAuthList()
112 bool WidgetScheduleNodeImpl::StopAuthList(const std::vector<AuthType> &authTypeList) in StopAuthList()
Dauth_widget_helper.cpp124 const std::vector<AuthType> &authTypeList, const AuthTrustLevel &atl) in CheckValidSolution()