Searched refs:executorType (Results 1 – 9 of 9) sorted by relevance
/base/useriam/user_auth_framework/services/ipc/src/ |
D | co_auth_service.cpp | 101 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/ |
D | hisysevent_adapter.cpp | 61 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/ |
D | iam_executor_framework_types.h | 49 uint32_t executorType; member
|
/base/useriam/user_auth_framework/frameworks/native/common/dfx/inc/ |
D | hisysevent_adapter.h | 44 void ReportTemplateChange(int32_t executorType, uint32_t changeType, const std::string &reason);
|
/base/useriam/pin_auth/services/modules/executors/src/ |
D | pin_auth_executor_hdi.cpp | 233 out.executorMatcher = in.executorType; in MoveHdiExecutorInfo() 255 out.executorType = in.executorType; in MoveHdiTemplateInfo()
|
/base/useriam/fingerprint_auth/services/src/ |
D | fingerprint_auth_executor_hdi.cpp | 225 out.executorMatcher = in.executorType; in MoveHdiExecutorInfo() 256 out.executorType = in.executorType; in MoveHdiTemplateInfo()
|
/base/useriam/face_auth/services/src/ |
D | face_auth_executor_hdi.cpp | 243 out.executorMatcher = in.executorType; in MoveHdiExecutorInfo() 274 out.executorType = in.executorType; in MoveHdiTemplateInfo()
|
/base/useriam/fingerprint_auth/test/fuzztest/fingerprintauthexecutorhdi_fuzzer/ |
D | fingerprint_auth_executor_hdi_fuzzer.cpp | 166 executorInfo.executorType = parcel.ReadUint32(); in FillFuzzHdiExecutorInfo() 177 templateInfo.executorType = parcel.ReadUint32(); in FillFuzzHdiTemplateInfo()
|
/base/useriam/face_auth/test/fuzztest/faceauthexecutorhdi_fuzzer/ |
D | face_auth_executor_hdi_fuzzer.cpp | 169 executorInfo.executorType = parcel.ReadUint32(); in FillFuzzHdiExecutorInfo() 180 templateInfo.executorType = parcel.ReadUint32(); in FillFuzzHdiTemplateInfo()
|