Searched refs:testAtl (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/ |
H A D | user_auth_client_test.cpp | 95 AuthTrustLevel testAtl = ATL1; variable 98 int32_t ret = UserAuthClientImpl::Instance().GetAvailableStatus(testAuthType, testAtl); 106 AuthTrustLevel testAtl = ATL1; variable 121 …2_t ret = UserAuthClientImpl::Instance().GetAvailableStatus(testApiVersion, testAuthType, testAtl); 234 AuthTrustLevel testAtl = ATL1; variable 237 testAuthType, testAtl, testCallback); 245 testAuthType, testAtl, testCallback); 254 AuthTrustLevel testAtl = ATL1; variable 266 … [&testApiVersion, &testChallenge, &testAuthType, &testAtl, &testContextId](int32_t apiVersion, 272 EXPECT_EQ(authTrustLevel, testAtl); in __anon4aad99530502() [all …]
|
H A D | user_auth_proxy_test.cpp | 190 static const AuthTrustLevel testAtl = ATL1; variable 209 EXPECT_EQ(authTrustLevel, testAtl); in __anoneec003360902() 219 proxy->Auth(testApiVersion, testChallenge, testAuthType, testAtl, testCallback);
|
/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/ |
H A D | user_auth_stub_test.cpp | 275 AuthTrustLevel testAtl = ATL2; variable 284 … [&testChallenge, &testAuthType, &testAtl, &testContextId, &testApiVersion](int32_t apiVersion, 290 EXPECT_EQ(authTrustLevel, testAtl); in __anon5dedf9810502() 313 EXPECT_TRUE(data.WriteUint32(testAtl)); 342 AuthTrustLevel testAtl = ATL2; variable 351 … [&testUserId, &testChallenge, &testAuthType, &testAtl, &testContextId](AuthParamInner &authParam, 356 EXPECT_EQ(authParam.authTrustLevel, testAtl); in __anon5dedf9810602() 379 EXPECT_TRUE(data.WriteUint32(testAtl));
|