Home
last modified time | relevance | path

Searched refs:templateIds (Results 1 - 15 of 15) sorted by relevance

/base/useriam/user_auth_framework/services/core/src/
H A Dresource_node_utils.cpp94 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 Dschedule_node_helper.cpp86 ->SetTemplateIdList(info.templateIds) in ScheduleInfoToScheduleNode()
/base/useriam/user_auth_framework/test/fuzztest/clients/executorcallbackstub_fuzzer/
H A Dexecutor_callback_stub_fuzzer.cpp40 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 Dexecutor_callback_stub.cpp68 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 Dauth_widget_helper.cpp75 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 Dschedule_node_helper_test.cpp68 scheduleInfo.templateIds.push_back(30); in HWTEST_F()
H A Dco_auth_service_test.cpp83 std::vector<uint64_t> &templateIds) { in HWTEST_F()
H A Didentification_impl_test.cpp143 scheduleInfo.templateIds.push_back(30); in HWTEST_F()
H A Dauthentication_impl_test.cpp114 scheduleInfo.templateIds = {0, 1, 2}; in HWTEST_F()
275 scheduleInfo.templateIds.push_back(30); in HWTEST_F()
H A Denrollment_impl_test.cpp234 info.templateIds.push_back(30); in HWTEST_F()
/base/useriam/user_auth_framework/services/ipc/src/
H A Duser_auth_service.cpp56 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 Dco_auth_client_fuzzer.cpp36 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 Dmock_iuser_auth_interface.h38 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 Duser_auth_executor_fuzzer.cpp383 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 Dmock_iuser_auth_interface.h37 std::vector<uint8_t> &publicKey, std::vector<uint64_t> &templateIds));

Completed in 8 milliseconds