Home
last modified time | relevance | path

Searched refs:DoGetAllInOneExecutorInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/inc/
H A Dall_in_one_func.h39 ResultCode DoGetAllInOneExecutorInfo(PinExecutorInfo *pinExecutorInfo);
/ohos5.0/drivers/peripheral/pin_auth/test/unittest/pin_auth/main/src/
H A Dall_in_one_func_test.cpp150 uint32_t result = DoGetAllInOneExecutorInfo(nullptr);
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/main/src/
H A Dall_in_one_func.c173 ResultCode DoGetAllInOneExecutorInfo(PinExecutorInfo *pinExecutorInfo) in DoGetAllInOneExecutorInfo() function
H A Dpin_auth.cpp288 result = DoGetAllInOneExecutorInfo(&pinExecutorInfo); in GetExecutorInfo()