/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/ |
H A D | interface_i_executor_faceauth_v11.md | 21 | [SetCachedTemplates](#setcachedtemplates) ([in] unsigned long[] templateIdList) | 设置缓存模板。 | 74 ### SetCachedTemplates() 77 IExecutor::SetCachedTemplates ([in] unsigned long[] templateIdList)
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/fingerauth/ |
H A D | interface_i_executor_fingerauth_v11.md | 22 | [SetCachedTemplates](#setcachedtemplates) ([in] unsigned long[] templateIdList) | 设置指纹缓存模板。 | 111 ### SetCachedTemplates() 114 IExecutor::SetCachedTemplates ([in] unsigned long[] templateIdList)
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | resource_node_utils_test.cpp | 139 ResourceNodeUtils::SetCachedTemplates(testIndex, infos); 152 ResourceNodeUtils::SetCachedTemplates(testIndex, infos); 166 ResourceNodeUtils::SetCachedTemplates(testIndex, infos);
|
/ohos5.0/base/useriam/user_auth_framework/services/core/src/ |
H A D | resource_node_utils.h | 33 static void SetCachedTemplates(uint64_t executorIndex,
|
H A D | resource_node_utils.cpp | 85 void ResourceNodeUtils::SetCachedTemplates(uint64_t executorIndex, in SetCachedTemplates() function in OHOS::UserIam::UserAuth::ResourceNodeUtils
|
/ohos5.0/base/useriam/user_auth_framework/services/ipc/src/ |
H A D | template_cache_manager.cpp | 262 ResourceNodeUtils::SetCachedTemplates(nodeTmp->GetExecutorIndex(), in UpdateTemplateCache() 275 ResourceNodeUtils::SetCachedTemplates(pair.first, pair.second); in UpdateTemplateCache()
|
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/ |
H A D | iauth_executor_hdi.cpp | 73 ResultCode IAuthExecutorHdi::SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates() function in OHOS::UserIam::UserAuth::IAuthExecutorHdi
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | all_in_one_executor_impl.h | 56 int32_t SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override;
|
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/include/ |
H A D | all_in_one_executor_impl.h | 56 int32_t SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override;
|
/ohos5.0/base/useriam/face_auth/test/unittest/mock/ |
H A D | mock_iall_in_one_executor.h | 50 MOCK_METHOD1(SetCachedTemplates, int32_t(const std::vector<uint64_t> &templateIdList));
|
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/mock/ |
H A D | mock_iall_in_one_executor.h | 50 MOCK_METHOD1(SetCachedTemplates, int32_t(const std::vector<uint64_t> &templateIdList));
|
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/ |
H A D | iam_executor_iauth_executor_hdi.h | 167 virtual ResultCode SetCachedTemplates(const std::vector<uint64_t> &templateIdList);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/mock/ |
H A D | mock_iauth_executor_hdi.h | 54 MOCK_METHOD1(SetCachedTemplates, ResultCode(const std::vector<uint64_t> &templateIdList));
|
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/ |
H A D | face_auth_all_in_one_executor_hdi_fuzzer.cpp | 122 int32_t SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates() function in OHOS::UserIam::FaceAuth::__anon124a8fbe0110::DummyExecutorProxy 369 g_hdi->SetCachedTemplates(templateIdList); in FuzzSetCachedTemplates()
|
/ohos5.0/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthallinoneexecutorhdi_fuzzer/ |
H A D | fingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp | 119 int32_t SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates() function in OHOS::UserIam::FingerprintAuth::__anon5bce7de90110::DummyExecutorProxy 366 g_hdi->SetCachedTemplates(templateIdList); in FuzzSetCachedTemplates()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/cpp_target/face_auth/v1_1/ |
H A D | executor_service.h.txt | 33 int32_t SetCachedTemplates(const std::vector<uint64_t>& templateIdList) override;
|
H A D | executor_service.cpp.txt | 36 int32_t ExecutorService::SetCachedTemplates(const std::vector<uint64_t>& templateIdList)
|
H A D | iexecutor.h.txt | 77 virtual int32_t SetCachedTemplates(const std::vector<uint64_t>& templateIdList) = 0;
|
/ohos5.0/base/useriam/face_auth/services/inc/ |
H A D | face_auth_all_in_one_executor_hdi.h | 57 UserAuth::ResultCode SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override;
|
/ohos5.0/base/useriam/fingerprint_auth/services/inc/ |
H A D | fingerprint_auth_all_in_one_executor_hdi.h | 57 UserAuth::ResultCode SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override;
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 200 int32_t AllInOneExecutorImpl::SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates() function in OHOS::HDI::FaceAuth::AllInOneExecutorImpl
|
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/src/ |
H A D | all_in_one_executor_impl.cpp | 200 int32_t AllInOneExecutorImpl::SetCachedTemplates(const std::vector<uint64_t> &templateIdList) in SetCachedTemplates() function in OHOS::HDI::FingerprintAuth::AllInOneExecutorImpl
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/fingerprint_auth_v1_1/cpp_target/fingerprint_auth/v1_1/ |
H A D | executor_service.cpp.txt | 42 int32_t ExecutorService::SetCachedTemplates(const std::vector<uint64_t>& templateIdList)
|
H A D | executor_service.h.txt | 36 int32_t SetCachedTemplates(const std::vector<uint64_t>& templateIdList) override;
|
H A D | iexecutor.h.txt | 82 virtual int32_t SetCachedTemplates(const std::vector<uint64_t>& templateIdList) = 0;
|