Home
last modified time | relevance | path

Searched refs:testChallenge (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/useriam/pin_auth/test/unittest/src/
H A Dinputer_get_data_stub_test.cpp64 std::vector<uint8_t> testChallenge = {2, 3, 4, 5, 6}; variable
81 EXPECT_TRUE(data.WriteUInt8Vector(testChallenge));
125 std::vector<uint8_t> testChallenge = {2, 3, 4, 5, 6}; variable
160 EXPECT_TRUE(data.WriteUInt8Vector(testChallenge));
177 std::vector<uint8_t> testChallenge = {2, 3, 4, 5, 6}; variable
214 EXPECT_TRUE(data4.WriteUInt8Vector(testChallenge));
222 EXPECT_TRUE(data5.WriteUInt8Vector(testChallenge));
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_stub_test.cpp273 std::vector<uint8_t> testChallenge = {1, 2, 4, 5}; variable
284 … [&testChallenge, &testAuthType, &testAtl, &testContextId, &testApiVersion](int32_t apiVersion,
288 EXPECT_THAT(challenge, ElementsAreArray(testChallenge)); in __anon5dedf9810502()
310 EXPECT_TRUE(data.WriteUInt8Vector(testChallenge));
340 std::vector<uint8_t> testChallenge = {1, 2, 5, 9}; variable
351 … [&testUserId, &testChallenge, &testAuthType, &testAtl, &testContextId](AuthParamInner &authParam,
354 EXPECT_THAT(authParam.challenge, ElementsAreArray(testChallenge)); in __anon5dedf9810602()
376 EXPECT_TRUE(data.WriteUInt8Vector(testChallenge));
406 std::vector<uint8_t> testChallenge = {1, 2, 5, 8, 9}; variable
418 EXPECT_THAT(challenge, ElementsAreArray(testChallenge)); in __anon5dedf9810702()
[all …]
H A Duser_auth_service_test.cpp375 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
393 uint64_t contextId = service.Auth(testApiVersion, testChallenge, testAuthType,
403 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
409 uint64_t contextId = service.Auth(testApiVersion, testChallenge, testAuthType,
432 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
517 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
655 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
673 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
686 contextId = service.Identify(testChallenge, testAuthType, callbackInterface);
721 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
[all …]
H A Duser_idm_stub_test.cpp66 std::vector<uint8_t> testChallenge = {1, 2, 8, 4}; variable
72 [&testUserId, &testChallenge](int32_t userId, std::vector<uint8_t> &challenge) { in __anon847c91690102()
74 challenge = testChallenge; in __anon847c91690102()
91 EXPECT_THAT(challenge, ElementsAreArray(testChallenge));
H A Duser_idm_service_test.cpp60 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
66 [&testChallenge](int32_t userId, std::vector<uint8_t> &challenge) { in __anone7116c9c0102()
67 challenge = testChallenge; in __anone7116c9c0102()
75 EXPECT_THAT(challenge, ElementsAreArray(testChallenge));
83 std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_auth_client_test.cpp232 std::vector<uint8_t> testChallenge = {1, 2, 3, 4, 3, 2, 1, 0}; variable
236 … contextId = UserAuthClientImpl::Instance().BeginNorthAuthentication(testApiVersion, testChallenge,
244 … contextId = UserAuthClientImpl::Instance().BeginNorthAuthentication(testApiVersion, testChallenge,
252 std::vector<uint8_t> testChallenge = {1, 2, 3, 4, 3, 2, 1, 0}; variable
266 … [&testApiVersion, &testChallenge, &testAuthType, &testAtl, &testContextId](int32_t apiVersion,
270 EXPECT_THAT(challenge, ElementsAreArray(testChallenge)); in __anon4aad99530502()
391 std::vector<uint8_t> testChallenge = {4, 5, 6, 7, 3, 4, 1, 2}; variable
401 …contextId = UserAuthClient::GetInstance().BeginIdentification(testChallenge, testAuthType, testCal…
407 std::vector<uint8_t> testChallenge = {4, 5, 6, 7, 3, 4, 1, 2}; variable
420 [&testChallenge, &testAuthType, &testContextId](const std::vector<uint8_t> &challenge,
[all …]
H A Duser_idm_client_test.cpp55 std::vector<uint8_t> testChallenge = {1, 3, 4, 7}; variable
62 [&testUserId, &testChallenge](int32_t userId, std::vector<uint8_t> &challenge) { in __anond6b7591b0102()
64 challenge = testChallenge; in __anond6b7591b0102()
73 EXPECT_THAT(challenge, ElementsAreArray(testChallenge));
H A Duser_auth_proxy_test.cpp191 const std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
219 proxy->Auth(testApiVersion, testChallenge, testAuthType, testAtl, testCallback);
289 const std::vector<uint8_t> testChallenge = {1, 2, 3, 4}; variable
315 proxy->Identify(testChallenge, testAuthType, testCallback);
H A Duser_idm_proxy_test.cpp50 std::vector<uint8_t> testChallenge; variable
70 proxy->OpenSession(testUserId, testChallenge);