/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_utils.cpp | 94 std::vector<uint64_t> templateIds; in SetCachedTemplates() local 100 templateIds.push_back(info->GetTemplateId()); in SetCachedTemplates() 105 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIds); in SetCachedTemplates()
|
H A D | schedule_node_helper.cpp | 86 ->SetTemplateIdList(info.templateIds) in ScheduleInfoToScheduleNode()
|
/base/useriam/user_auth_framework/test/fuzztest/clients/executorcallbackstub_fuzzer/ |
H A D | executor_callback_stub_fuzzer.cpp | 40 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIds) in OnMessengerReady() 45 static_cast<void>(templateIds); in OnMessengerReady() 39 OnMessengerReady(const std::shared_ptr<ExecutorMessenger> &messenger, const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIds) OnMessengerReady() argument
|
/base/useriam/user_auth_framework/frameworks/native/ipc/src/ |
H A D | executor_callback_stub.cpp | 68 std::vector<uint64_t> templateIds; in OnMessengerReadyStub() local 74 if (!data.ReadUInt64Vector(&templateIds)) { in OnMessengerReadyStub() 75 IAM_LOGE("failed to read templateIds"); in OnMessengerReadyStub() 79 OnMessengerReady(messenger, publicKey, templateIds); in OnMessengerReadyStub()
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | auth_widget_helper.cpp | 75 std::vector<uint64_t> templateIds; in GetUserAuthProfile() local 76 templateIds.reserve(credentialInfos.size()); in GetUserAuthProfile() 82 templateIds.push_back(info->GetTemplateId()); in GetUserAuthProfile() 96 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIds); in GetUserAuthProfile()
|
/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | schedule_node_helper_test.cpp | 68 scheduleInfo.templateIds.push_back(30); in HWTEST_F()
|
H A D | co_auth_service_test.cpp | 83 std::vector<uint64_t> &templateIds) { in HWTEST_F()
|
H A D | identification_impl_test.cpp | 143 scheduleInfo.templateIds.push_back(30); in HWTEST_F()
|
H A D | authentication_impl_test.cpp | 114 scheduleInfo.templateIds = {0, 1, 2}; in HWTEST_F() 275 scheduleInfo.templateIds.push_back(30); in HWTEST_F()
|
H A D | enrollment_impl_test.cpp | 234 info.templateIds.push_back(30); in HWTEST_F()
|
/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | user_auth_service.cpp | 56 void GetTemplatesByAuthType(int32_t userId, AuthType authType, std::vector<uint64_t> &templateIds) in GetTemplatesByAuthType() argument 58 templateIds.clear(); in GetTemplatesByAuthType() 65 templateIds.reserve(credentialInfos.size()); in GetTemplatesByAuthType() 71 templateIds.push_back(info->GetTemplateId()); in GetTemplatesByAuthType() 275 std::vector<uint64_t> templateIds; in GetProperty() local 277 GetTemplatesByAuthType(userId, authType, templateIds); in GetProperty() 278 if (templateIds.size() == 0) { in GetProperty() 279 IAM_LOGE("template id list is required, but templateIds size is 0"); in GetProperty() 305 attr.SetUint64ArrayValue(Attributes::ATTR_TEMPLATE_ID_LIST, templateIds); in GetProperty()
|
/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/ |
H A D | co_auth_client_fuzzer.cpp | 36 const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIds) in OnMessengerReady() 41 static_cast<void>(templateIds); in OnMessengerReady() 35 OnMessengerReady(const std::shared_ptr<ExecutorMessenger> &messenger, const std::vector<uint8_t> &publicKey, const std::vector<uint64_t> &templateIds) OnMessengerReady() argument
|
/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | mock_iuser_auth_interface.h | 38 std::vector<uint8_t> &publicKey, std::vector<uint64_t> &templateIds) in AddExecutor() 37 AddExecutor(const HdiExecutorRegisterInfo &info, uint64_t &index, std::vector<uint8_t> &publicKey, std::vector<uint64_t> &templateIds) AddExecutor() argument
|
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
H A D | user_auth_executor_fuzzer.cpp | 383 std::vector<uint64_t> templateIds; in FuzzFrameworkOnMessengerReady() local 384 FillFuzzUint64Vector(*parcel, templateIds); in FuzzFrameworkOnMessengerReady() 385 g_executorCallback->OnMessengerReady(messenger, publicKey, templateIds); in FuzzFrameworkOnMessengerReady()
|
/base/useriam/user_auth_framework/test/unittest/services/mocks/ |
H A D | mock_iuser_auth_interface.h | 37 std::vector<uint8_t> &publicKey, std::vector<uint64_t> &templateIds));
|