Home
last modified time | relevance | path

Searched refs:PinExecutorInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dexecutor_func_common.h54 typedef struct PinExecutorInfo { struct
58 } PinExecutorInfo; argument
H A Dverifier_func.h36 ResultCode DoGetVerifierExecutorInfo(PinExecutorInfo *pinExecutorInfo);
H A Dcollector_func.h27 int32_t DoGetCollectorExecutorInfo(PinExecutorInfo *pinExecutorInfo);
H A Dall_in_one_func.h39 ResultCode DoGetAllInOneExecutorInfo(PinExecutorInfo *pinExecutorInfo);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c173 ResultCode DoGetAllInOneExecutorInfo(PinExecutorInfo *pinExecutorInfo) in DoGetAllInOneExecutorInfo()
H A Dcollector_func.c68 int32_t DoGetCollectorExecutorInfo(PinExecutorInfo *pinExecutorInfo) in DoGetCollectorExecutorInfo()
H A Dverifier_func.c70 ResultCode DoGetVerifierExecutorInfo(PinExecutorInfo *pinExecutorInfo) in DoGetVerifierExecutorInfo()
H A Dpin_auth.cpp284 PinExecutorInfo pinExecutorInfo = {}; in GetExecutorInfo()