Home
last modified time | relevance | path

Searched refs:executorType (Results 1 – 9 of 9) sorted by relevance

/base/useriam/user_auth_framework/services/ipc/src/
Dco_auth_service.cpp101 int32_t executorType = resourceNode->GetAuthType(); in ExecutorRegister() local
103 executorType, static_cast<uint16_t>(executorIndex)); in ExecutorRegister()
105 …ddDeathRecipient(new (std::nothrow) IpcCommon::PeerDeathRecipient([executorIndex, executorType]() { in ExecutorRegister()
109 std::string executorDesc = "executor, type " + std::to_string(executorType); in ExecutorRegister()
/base/useriam/user_auth_framework/frameworks/native/common/dfx/src/
Dhisysevent_adapter.cpp61 void ReportTemplateChange(int32_t executorType, uint32_t changeType, const std::string &reason) in ReportTemplateChange() argument
65 STR_EXECUTOR_TYPE, executorType, in ReportTemplateChange()
71 ret, executorType, changeType, reason.c_str()); in ReportTemplateChange()
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
Diam_executor_framework_types.h49 uint32_t executorType; member
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/
Dhisysevent_adapter.h44 void ReportTemplateChange(int32_t executorType, uint32_t changeType, const std::string &reason);
/base/useriam/pin_auth/services/modules/executors/src/
Dpin_auth_executor_hdi.cpp233 out.executorMatcher = in.executorType; in MoveHdiExecutorInfo()
255 out.executorType = in.executorType; in MoveHdiTemplateInfo()
/base/useriam/fingerprint_auth/services/src/
Dfingerprint_auth_executor_hdi.cpp225 out.executorMatcher = in.executorType; in MoveHdiExecutorInfo()
256 out.executorType = in.executorType; in MoveHdiTemplateInfo()
/base/useriam/face_auth/services/src/
Dface_auth_executor_hdi.cpp243 out.executorMatcher = in.executorType; in MoveHdiExecutorInfo()
274 out.executorType = in.executorType; in MoveHdiTemplateInfo()
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthexecutorhdi_fuzzer/
Dfingerprint_auth_executor_hdi_fuzzer.cpp166 executorInfo.executorType = parcel.ReadUint32(); in FillFuzzHdiExecutorInfo()
177 templateInfo.executorType = parcel.ReadUint32(); in FillFuzzHdiTemplateInfo()
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/
Dface_auth_executor_hdi_fuzzer.cpp169 executorInfo.executorType = parcel.ReadUint32(); in FillFuzzHdiExecutorInfo()
180 templateInfo.executorType = parcel.ReadUint32(); in FillFuzzHdiTemplateInfo()