Searched defs:authTypeList (Results 1 – 10 of 10) sorted by relevance
/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | widget_client_test.cpp | 179 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 …]
|
D | widget_schedule_node_impl_test.cpp | 79 …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
|
D | widget_context_test.cpp | 226 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
|
D | auth_widget_helper_test.cpp | 77 std::vector<AuthType> authTypeList; variable
|
D | widget_json_test.cpp | 293 auto authTypeList = widgetNotice.AuthTypeList(); variable
|
/base/useriam/user_auth_framework/services/context/src/ |
D | widget_client.cpp | 81 std::vector<AuthType> authTypeList = {}; in OnNotice() local 153 void WidgetClient::SetAuthTypeList(const std::vector<AuthType> &authTypeList) in SetAuthTypeList() 223 bool WidgetClient::GetAuthTypeList(const WidgetNotice ¬ice, std::vector<AuthType> &authTypeList) in GetAuthTypeList()
|
D | widget_context.cpp | 249 void WidgetContext::ExecuteAuthList(const std::set<AuthType> &authTypeList) in ExecuteAuthList() 285 void WidgetContext::StopAuthList(const std::vector<AuthType> &authTypeList) in StopAuthList()
|
D | widget_json.cpp | 100 std::vector<AuthType> authTypeList; in AuthTypeList() local
|
/base/useriam/user_auth_framework/services/core/src/ |
D | widget_schedule_node_impl.cpp | 101 bool WidgetScheduleNodeImpl::StartAuthList(const std::vector<AuthType> &authTypeList) in StartAuthList() 112 bool WidgetScheduleNodeImpl::StopAuthList(const std::vector<AuthType> &authTypeList) in StopAuthList()
|
D | auth_widget_helper.cpp | 124 const std::vector<AuthType> &authTypeList, const AuthTrustLevel &atl) in CheckValidSolution()
|