Home
last modified time | relevance | path

Searched defs:iVerifierList (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/useriam/pin_auth/services/modules/driver/src/
H A Dpin_auth_driver_hdi.cpp76 std::vector<sptr<IVerifier>> &iVerifierList) in GetVerifierExecutorList()
107 std::vector<sptr<IVerifier>> iVerifierList; in GetExecutorList() local
/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_driver_hdi_unit_test.cpp226 …std::vector<sptr<IVerifier>> iVerifierList = {sptr<IVerifier>(new MockIVerifyExecutor()), nullptr}; variable