Home
last modified time | relevance | path

Searched refs:SetCachedTemplates (Results 1 – 25 of 54) sorted by relevance

123

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/
H A Dinterface_i_executor_faceauth_v11.md21 | [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 Dinterface_i_executor_fingerauth_v11.md22 | [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 Dresource_node_utils_test.cpp139 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 Dresource_node_utils.h33 static void SetCachedTemplates(uint64_t executorIndex,
H A Dresource_node_utils.cpp85 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 Dtemplate_cache_manager.cpp262 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 Diauth_executor_hdi.cpp73 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 Dall_in_one_executor_impl.h56 int32_t SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override;
/ohos5.0/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dall_in_one_executor_impl.h56 int32_t SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override;
/ohos5.0/base/useriam/face_auth/test/unittest/mock/
H A Dmock_iall_in_one_executor.h50 MOCK_METHOD1(SetCachedTemplates, int32_t(const std::vector<uint64_t> &templateIdList));
/ohos5.0/base/useriam/fingerprint_auth/test/unittest/mock/
H A Dmock_iall_in_one_executor.h50 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 Diam_executor_iauth_executor_hdi.h167 virtual ResultCode SetCachedTemplates(const std::vector<uint64_t> &templateIdList);
/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/mock/
H A Dmock_iauth_executor_hdi.h54 MOCK_METHOD1(SetCachedTemplates, ResultCode(const std::vector<uint64_t> &templateIdList));
/ohos5.0/base/useriam/face_auth/test/fuzztest/faceauthallinoneexecutorhdi_fuzzer/
H A Dface_auth_all_in_one_executor_hdi_fuzzer.cpp122 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 Dfingerprint_auth_all_in_one_executor_hdi_fuzzer.cpp119 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 Dexecutor_service.h.txt33 int32_t SetCachedTemplates(const std::vector<uint64_t>& templateIdList) override;
H A Dexecutor_service.cpp.txt36 int32_t ExecutorService::SetCachedTemplates(const std::vector<uint64_t>& templateIdList)
H A Diexecutor.h.txt77 virtual int32_t SetCachedTemplates(const std::vector<uint64_t>& templateIdList) = 0;
/ohos5.0/base/useriam/face_auth/services/inc/
H A Dface_auth_all_in_one_executor_hdi.h57 UserAuth::ResultCode SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override;
/ohos5.0/base/useriam/fingerprint_auth/services/inc/
H A Dfingerprint_auth_all_in_one_executor_hdi.h57 UserAuth::ResultCode SetCachedTemplates(const std::vector<uint64_t> &templateIdList) override;
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp200 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 Dall_in_one_executor_impl.cpp200 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 Dexecutor_service.cpp.txt42 int32_t ExecutorService::SetCachedTemplates(const std::vector<uint64_t>& templateIdList)
H A Dexecutor_service.h.txt36 int32_t SetCachedTemplates(const std::vector<uint64_t>& templateIdList) override;
H A Diexecutor.h.txt82 virtual int32_t SetCachedTemplates(const std::vector<uint64_t>& templateIdList) = 0;

123