/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/ |
H A D | iauth_executor_hdi_test.cpp | 81 ResultCode IAuthExecutorHdiMock::Cancel(uint64_t scheduleId) in Cancel() 87 ResultCode IAuthExecutorHdiMock::SendMessage(uint64_t scheduleId, int32_t srcRole, in SendMessage() 106 uint64_t scheduleId = 0; variable 113 uint64_t scheduleId = 0; variable 129 uint64_t scheduleId = 0; variable 138 uint64_t scheduleId = 0; variable 147 uint64_t scheduleId = 0; variable 156 uint64_t scheduleId = 0; variable 197 uint64_t scheduleId = 0; variable
|
H A D | auth_command_unit_test.cpp | 73 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon365e08aa0102() 102 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon365e08aa0202() 123 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon365e08aa0302() 172 const std::shared_ptr<AuthMessage> &msg) { in __anon365e08aa0402() 216 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon365e08aa0602() 219 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon365e08aa0702() 222 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon365e08aa0802() 248 const std::shared_ptr<AuthMessage> &msg) { return USERAUTH_SUCCESS; }); in __anon365e08aa0902()
|
H A D | enroll_command_unit_test.cpp | 73 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon10925dc40102() 102 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon10925dc40202() 124 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon10925dc40302() 172 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon10925dc40402() 217 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40602() 220 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40702() 223 .WillOnce([](uint64_t scheduleId, int32_t dstType, std::shared_ptr<AuthMessage> msg) { in __anon10925dc40802() 249 std::shared_ptr<AuthMessage> msg) { return USERAUTH_SUCCESS; }); in __anon10925dc40902()
|
H A D | identify_command_unit_test.cpp | 73 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon8aa13ab40102() 102 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon8aa13ab40202() 124 .WillOnce([](uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) { in __anon8aa13ab40302() 173 const std::shared_ptr<AuthMessage> &msg) { in __anon8aa13ab40402() 217 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon8aa13ab40602() 220 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon8aa13ab40702() 223 … .WillOnce([](uint64_t scheduleId, ExecutorRole dstRole, const std::shared_ptr<AuthMessage> &msg) { in __anon8aa13ab40802() 249 const std::shared_ptr<AuthMessage> &msg) { return USERAUTH_SUCCESS; }); in __anon8aa13ab40902()
|
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/ |
H A D | mock_iverifier_executor_fuzzer.h | 40 int32_t Cancel(uint64_t scheduleId) override in Cancel() 45 …int32_t SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t>& msg) override in SendMessage() 50 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t>& templateIdList, in Authenticate() 56 int32_t NotifyCollectorReady(uint64_t scheduleId) override in NotifyCollectorReady()
|
H A D | mock_icollector_executor_fuzzer.h | 40 int32_t Cancel(uint64_t scheduleId) override in Cancel() 45 …int32_t SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t>& msg) override in SendMessage() 50 int32_t SetData(uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_t>& data, in SetData() 56 int32_t Collect(uint64_t scheduleId, const std::vector<uint8_t>& extraInfo, in Collect()
|
H A D | mock_iall_in_one_executor_fuzzer.h | 41 int32_t Cancel(uint64_t scheduleId) override in Cancel() 46 …int32_t SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t>& msg) override in SendMessage() 51 int32_t SetData(uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_t>& data, in SetData() 57 int32_t Enroll(uint64_t scheduleId, const std::vector<uint8_t>& extraInfo, in Enroll() 63 int32_t Authenticate(uint64_t scheduleId, const std::vector<uint64_t>& templateIdList, in Authenticate()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | iauth_executor_hdi.cpp | 25 ResultCode IAuthExecutorHdi::Enroll(uint64_t scheduleId, const EnrollParam ¶m, in Enroll() 32 ResultCode IAuthExecutorHdi::Authenticate(uint64_t scheduleId, const AuthenticateParam ¶m, in Authenticate() 39 ResultCode IAuthExecutorHdi::Collect(uint64_t scheduleId, const CollectParam ¶m, in Collect() 46 ResultCode IAuthExecutorHdi::Identify(uint64_t scheduleId, const IdentifyParam ¶m, in Identify() 79 ResultCode IAuthExecutorHdi::NotifyCollectorReady(uint64_t scheduleId) in NotifyCollectorReady()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | verifier_impl.cpp | 81 bool VerifierImpl::IsCurrentSchedule(uint64_t scheduleId) in IsCurrentSchedule() 108 int32_t VerifierImpl::Cancel(uint64_t scheduleId) in Cancel() 123 void VerifierImpl::HandleVerifierMsg(uint64_t scheduleId, const std::vector<uint8_t> &msg) in HandleVerifierMsg() 150 int32_t VerifierImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> … in SendMessage() 169 int32_t VerifierImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templateIdList, in Authenticate() 198 int32_t VerifierImpl::NotifyCollectorReady(uint64_t scheduleId) in NotifyCollectorReady()
|
H A D | all_in_one_impl.cpp | 91 int32_t AllInOneImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> … in SendMessage() 100 int32_t AllInOneImpl::EnrollInner(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, in EnrollInner() 127 int32_t AllInOneImpl::Enroll(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, in Enroll() 161 int32_t AllInOneImpl::AuthenticateInner(uint64_t scheduleId, uint64_t templateId, std::vector<uint8… in AuthenticateInner() 193 int32_t AllInOneImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t>& templateIdList, in Authenticate() 235 int32_t AllInOneImpl::AuthPin(uint64_t scheduleId, uint64_t templateId, const std::vector<uint8_t> … in AuthPin() 253 int32_t AllInOneImpl::SetData(uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_t>… in SetData() 312 int32_t AllInOneImpl::Cancel(uint64_t scheduleId) in Cancel() 391 bool AllInOneImpl::ScheduleList::GetAndDelScheduleInfo(uint64_t scheduleId, ScheduleInfo &scheduleI… in GetAndDelScheduleInfo() 407 void AllInOneImpl::ScheduleList::DelScheduleInfo(uint64_t scheduleId) in DelScheduleInfo()
|
H A D | collector_impl.cpp | 80 bool CollectorImpl::IsCurrentSchedule(uint64_t scheduleId) in IsCurrentSchedule() 107 int32_t CollectorImpl::Cancel(uint64_t scheduleId) in Cancel() 122 int32_t CollectorImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t>… in SendMessage() 161 uint64_t scheduleId, uint64_t authSubType, const std::vector<uint8_t> &data, int32_t resultCode) in SetData() 198 int32_t CollectorImpl::Collect(uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, in Collect()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/clients/coauthclient_fuzzer/ |
H A D | co_auth_client_fuzzer.cpp | 44 int32_t OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in OnBeginExecute() 54 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &commandAttrs) in OnEndExecute() 77 int32_t OnSendData(uint64_t scheduleId, const Attributes &data) in OnSendData() 88 int32_t SendData(uint64_t scheduleId, ExecutorRole dstRole, in SendData() 98 …int32_t Finish(uint64_t scheduleId, ResultCode resultCode, const std::shared_ptr<Attributes> &fina… in Finish() 166 uint64_t scheduleId = parcel.ReadUint64(); in FuzzExecutorCallbackServiceOnBeginExecute() local 181 uint64_t scheduleId = parcel.ReadUint64(); in FuzzExecutorCallbackServiceOnEndExecute() local 219 uint64_t scheduleId = parcel.ReadUint64(); in FuzzExecutorCallbackServiceOnSendData() local 230 uint64_t scheduleId = parcel.ReadUint64(); in FuzzExecutorMessengerClientSendData() local 244 uint64_t scheduleId = parcel.ReadUint64(); in FuzzExecutorMessengerClientFinish() local
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | publish_event_adapter_mock.cpp | 33 void PublishEventAdapter::PublishCreatedEvent(int32_t userId, uint64_t scheduleId) in PublishCreatedEvent() 39 void PublishEventAdapter::PublishUpdatedEvent(int32_t userId, uint64_t scheduleId) in PublishUpdatedEvent() 45 void PublishEventAdapter::CachePinUpdateParam(int32_t userId, uint64_t scheduleId, uint64_t credent… in CachePinUpdateParam()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/dummy/ |
H A D | dummy_executor_callback_interface.h | 31 int32_t OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &publicKey, in OnBeginExecute() 36 int32_t OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute() 48 int32_t OnSendData(uint64_t scheduleId, const Attributes &data) in OnSendData()
|
/ohos5.0/base/useriam/pin_auth/services/modules/executors/src/ |
H A D | pin_auth_verifier_hdi.cpp | 70 UserAuth::ResultCode PinAuthVerifierHdi::Cancel(uint64_t scheduleId) in Cancel() 87 uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage() 103 UserAuth::ResultCode PinAuthVerifierHdi::Authenticate(uint64_t scheduleId, const UserAuth::Authenti… in Authenticate() 136 UserAuth::ResultCode PinAuthVerifierHdi::NotifyCollectorReady(uint64_t scheduleId) in NotifyCollectorReady()
|
H A D | pin_auth_collector_hdi.cpp | 70 UserAuth::ResultCode PinAuthCollectorHdi::Cancel(uint64_t scheduleId) in Cancel() 87 uint64_t scheduleId, int32_t srcRole, const std::vector<uint8_t> &msg) in SendMessage() 103 UserAuth::ResultCode PinAuthCollectorHdi::Collect(uint64_t scheduleId, const UserAuth::CollectParam… in Collect() 134 UserAuth::ResultCode PinAuthCollectorHdi::OnSetData(uint64_t scheduleId, uint64_t authSubType, in OnSetData()
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 72 …uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbac… in Enroll() 90 int32_t AllInOneExecutorImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templa… in Authenticate() 111 …uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbac… in Identify() 137 int32_t AllInOneExecutorImpl::Cancel(uint64_t scheduleId) in Cancel() 214 int32_t AllInOneExecutorImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<u… in SendMessage()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/client/src/ |
H A D | executor_callback_service.cpp | 48 int32_t ExecutorCallbackService::OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &pu… in OnBeginExecute() 59 int32_t ExecutorCallbackService::OnEndExecute(uint64_t scheduleId, const Attributes &command) in OnEndExecute() 89 int32_t ExecutorCallbackService::OnSendData(uint64_t scheduleId, const Attributes &data) in OnSendData()
|
H A D | executor_messenger_client.cpp | 32 int32_t ExecutorMessengerClient::SendData(uint64_t scheduleId, ExecutorRole dstRole, in SendData() 50 int32_t ExecutorMessengerClient::Finish(uint64_t scheduleId, int32_t resultCode, in Finish()
|
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 71 …uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbac… in Enroll() 89 int32_t AllInOneExecutorImpl::Authenticate(uint64_t scheduleId, const std::vector<uint64_t> &templa… in Authenticate() 111 …uint64_t scheduleId, const std::vector<uint8_t> &extraInfo, const sptr<IExecutorCallback> &callbac… in Identify() 137 int32_t AllInOneExecutorImpl::Cancel(uint64_t scheduleId) in Cancel() 214 int32_t AllInOneExecutorImpl::SendMessage(uint64_t scheduleId, int32_t srcRole, const std::vector<u… in SendMessage()
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/ |
H A D | collector_func.c | 33 uint64_t scheduleId; member 117 static int32_t GetCollectInfoFromSchedule(uint64_t scheduleId, const uint8_t *extraInfo, uint32_t e… in GetCollectInfoFromSchedule() 153 static bool InitCollectorSchedule(uint64_t scheduleId) in InitCollectorSchedule() 166 …uint64_t scheduleId, const uint8_t *extraInfo, uint32_t extraInfoSize, uint8_t *msg, uint32_t *msg… in DoCollect() 214 static bool CheckCurrentSchedule(uint64_t scheduleId, CollectorState state) in CheckCurrentSchedule() 265 int32_t DoSendMessageToCollector(uint64_t scheduleId, const uint8_t *msg, uint32_t msgSize, AlgoPar… in DoSendMessageToCollector() 386 uint64_t scheduleId, uint8_t *pinData, uint32_t pinDataSize, uint8_t *msg, uint32_t *msgSize) in DoSetDataToCollector()
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | executor_messenger_proxy_test.cpp | 57 uint64_t scheduleId = 6598; variable 68 uint64_t scheduleId = 6598; variable 92 uint64_t scheduleId = 6598; variable
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/framework/ |
H A D | framework_executor_callback.cpp | 48 int32_t FrameworkExecutorCallback::OnBeginExecute(uint64_t scheduleId, const std::vector<uint8_t> &… in OnBeginExecute() 56 ResultCode FrameworkExecutorCallback::OnBeginExecuteInner(uint64_t scheduleId, std::vector<uint8_t>… in OnBeginExecuteInner() 85 int32_t FrameworkExecutorCallback::OnEndExecute(uint64_t scheduleId, const Attributes &commandAttrs) in OnEndExecute() 90 ResultCode FrameworkExecutorCallback::OnEndExecuteInner(uint64_t scheduleId, const Attributes &cons… in OnEndExecuteInner() 152 int32_t FrameworkExecutorCallback::OnSendData(uint64_t scheduleId, const Attributes &data) in OnSendData() 191 ResultCode FrameworkExecutorCallback::ProcessEnrollCommand(uint64_t scheduleId, const Attributes &p… in ProcessEnrollCommand() 199 ResultCode FrameworkExecutorCallback::ProcessAuthCommand(uint64_t scheduleId, const Attributes &pro… in ProcessAuthCommand() 218 ResultCode FrameworkExecutorCallback::ProcessIdentifyCommand(uint64_t scheduleId, const Attributes … in ProcessIdentifyCommand() 226 ResultCode FrameworkExecutorCallback::ProcessCancelCommand(uint64_t scheduleId) in ProcessCancelCommand() 298 uint64_t scheduleId; in ProcessNotifyExecutorReady() local
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthexecutor_fuzzer/ |
H A D | user_auth_executor_fuzzer.cpp | 87 ResultCode Enroll(uint64_t scheduleId, const EnrollParam ¶m, in Enroll() 97 ResultCode Authenticate(uint64_t scheduleId, const AuthenticateParam ¶m, in Authenticate() 107 ResultCode Identify(uint64_t scheduleId, const IdentifyParam ¶m, in Identify() 126 ResultCode Cancel(uint64_t scheduleId) override in Cancel() 228 int32_t Finish(uint64_t scheduleId, int32_t resultCode, const Attributes &finalResult) override in Finish() 362 uint64_t scheduleId = parcel->ReadUint64(); in FuzzExecutorCommand() local 396 uint64_t scheduleId = parcel->ReadUint64(); in FuzzFrameworkOnBeginExecute() local 412 uint64_t scheduleId = parcel->ReadUint64(); in FuzzFrameworkOnEndExecute() local 465 uint64_t scheduleId = parcel->ReadUint64(); in FuzzOnSendData() local 475 uint64_t scheduleId = parcel->ReadUint64(); in FuzzProcessAuthCommand() local [all …]
|
/ohos5.0/base/useriam/pin_auth/services/modules/inputters/src/ |
H A D | i_inputer_data_impl.cpp | 28 IInputerDataImpl::IInputerDataImpl(uint64_t scheduleId, std::shared_ptr<PinAuthAllInOneHdi> hdi) in IInputerDataImpl() 31 IInputerDataImpl::IInputerDataImpl(uint64_t scheduleId, std::shared_ptr<PinAuthCollectorHdi> hdi) in IInputerDataImpl()
|