Searched refs:PinExecutorInfo (Results 1 – 8 of 8) sorted by relevance
54 typedef struct PinExecutorInfo { struct58 } PinExecutorInfo; argument
36 ResultCode DoGetVerifierExecutorInfo(PinExecutorInfo *pinExecutorInfo);
27 int32_t DoGetCollectorExecutorInfo(PinExecutorInfo *pinExecutorInfo);
39 ResultCode DoGetAllInOneExecutorInfo(PinExecutorInfo *pinExecutorInfo);
173 ResultCode DoGetAllInOneExecutorInfo(PinExecutorInfo *pinExecutorInfo) in DoGetAllInOneExecutorInfo()
68 int32_t DoGetCollectorExecutorInfo(PinExecutorInfo *pinExecutorInfo) in DoGetCollectorExecutorInfo()
70 ResultCode DoGetVerifierExecutorInfo(PinExecutorInfo *pinExecutorInfo) in DoGetVerifierExecutorInfo()
284 PinExecutorInfo pinExecutorInfo = {}; in GetExecutorInfo()