Home
last modified time | relevance | path

Searched refs:MockIVerifyExecutor (Results 1 - 3 of 3) sorted by relevance

/base/useriam/pin_auth/test/unittest/mocks/
H A Dmock_iverifier_executor.h28 class MockIVerifyExecutor : public IVerifier { class
30 virtual ~MockIVerifyExecutor() = default;
/base/useriam/pin_auth/test/unittest/src/
H A Dpin_auth_verifier_hdi_unit_test.cpp79 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
101 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
130 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
164 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
200 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
233 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
257 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
275 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
304 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
324 auto executorProxy = new (std::nothrow) MockIVerifyExecutor(); in HWTEST_F()
[all...]
H A Dpin_auth_driver_hdi_unit_test.cpp226 std::vector<sptr<IVerifier>> iVerifierList = {sptr<IVerifier>(new MockIVerifyExecutor()), nullptr}; in HWTEST_F()

Completed in 2 milliseconds