Home
last modified time | relevance | path

Searched refs:testCredentialId (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/services/src/
H A Duser_auth_service_test_part01.cpp44 uint64_t testCredentialId = 1; variable
53 service.GetPropertyById(testCredentialId, testKeys, callbackInterface);
55 service.GetPropertyById(testCredentialId, testKeys, callbackInterface);
62 uint64_t testCredentialId = 1; variable
66 service.GetPropertyById(testCredentialId, testKeys, callbackInterface);
99 service.GetPropertyById(testCredentialId, testKeys, callbackInterface);
100 service.GetPropertyById(testCredentialId, testKeys, callbackInterface);
108 uint64_t testCredentialId = 1; variable
144 uint64_t testCredentialId = 1; variable
189 uint64_t testCredentialId = 1; variable
[all …]
H A Dupdate_pin_param_test.cpp51 uint64_t testCredentialId = pinInfo->GetOldCredentialId(); variable
52 EXPECT_EQ(credentialId, testCredentialId);
H A Duser_idm_database_test.cpp204 uint64_t testCredentialId = 87841; variable
211 int32_t result = UserIdmDatabase::Instance().DeleteCredentialInfo(testUserId, testCredentialId,
219 uint64_t testCredentialId = 87841; variable
238 int32_t result = UserIdmDatabase::Instance().DeleteCredentialInfo(testUserId, testCredentialId,
H A Duser_idm_service_test.cpp588 const uint32_t testCredentialId = 10; in MockForDelUserHdi() local
617 info.credentialId = testCredentialId; in MockForDelUserHdi()
754 uint64_t testCredentialId = 23424; variable
776 service.DelCredential(testUserId, testCredentialId, testAuthToken, testCallback);
778 service.DelCredential(testUserId, testCredentialId, testAuthToken, testCallback);
786 uint64_t testCredentialId = 23424; variable
789 service.DelCredential(testUserId, testCredentialId, testAuthToken, testCallback);
796 uint64_t testCredentialId = 23424; variable
824 service.DelCredential(testUserId, testCredentialId, testAuthToken, testCallback);
H A Denroll_context_test.cpp487 static const uint64_t testCredentialId = 7; variable
497 credentialId = testCredentialId; in __anon57dbc4041202()
518 EXPECT_EQ(testCredentialId, credentialId); in __anon57dbc4041302()
539 static const uint64_t testCredentialId = 7; variable
549 credentialId = testCredentialId; in __anon57dbc4041402()
H A Duser_idm_stub_test.cpp511 uint64_t testCredentialId = 72632; variable
520 [&testUserId, &testCredentialId, &testAuthToken](int32_t userId, uint64_t credentialId,
523 EXPECT_EQ(credentialId, testCredentialId); in __anon847c91690a02()
540 EXPECT_TRUE(data.WriteUint64(testCredentialId));
H A Duser_auth_stub_test.cpp592 uint64_t testCredentialId = 1; variable
605 …[&testCredentialId, &testAttrKeys](uint64_t credentialId, const std::vector<Attributes::AttributeK…
607 EXPECT_EQ(credentialId, testCredentialId); in __anon5dedf9810c02()
623 EXPECT_TRUE(data.WriteUint64(testCredentialId));
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Duser_idm_client_test.cpp284 uint64_t testCredentialId = 111; variable
287 …UserIdmClient::GetInstance().DeleteCredential(testUserId, testCredentialId, testAuthToken, testCal…
293 …UserIdmClient::GetInstance().DeleteCredential(testUserId, testCredentialId, testAuthToken, testCal…
299 uint64_t testCredentialId = 111; variable
310 [&testUserId, &testCredentialId, &testAuthToken](int32_t userId, uint64_t credentialId,
313 EXPECT_EQ(credentialId, testCredentialId); in __anond6b7591b0702()
325 …UserIdmClient::GetInstance().DeleteCredential(testUserId, testCredentialId, testAuthToken, testCal…
H A Duser_auth_client_test.cpp810 uint64_t testCredentialId = 1; variable
814 UserAuthClient::GetInstance().GetPropertyById(testCredentialId, testKeys, testCallback);
820 UserAuthClient::GetInstance().GetPropertyById(testCredentialId, testKeys, testCallback);
825 uint64_t testCredentialId = 1; variable
837 …[&testCredentialId, &testKeys](uint64_t credentialId, const std::vector<Attributes::AttributeKey> …
839 EXPECT_EQ(credentialId, testCredentialId); in __anon4aad99531302()
850 UserAuthClient::GetInstance().GetPropertyById(testCredentialId, testKeys, testCallback);
H A Duser_idm_proxy_test.cpp322 static const uint64_t testCredentialId = 300; variable
339 EXPECT_EQ(testCredentialId, credentialId); in __anonad2ce9fe1302()
350 proxy->DelCredential(testUserId, testCredentialId, testAuthToken, testCallback);
H A Duser_auth_proxy_test.cpp515 static const uint64_t testCredentialId = 1; variable
533 EXPECT_EQ(credentialId, testCredentialId); in __anoneec003361d02()
544 proxy->GetPropertyById(testCredentialId, testKeys, testCallback);
/ohos5.0/drivers/peripheral/user_auth/test/unittest/user_auth_test/
H A Duser_sign_centre_test.cpp91 constexpr uint64_t testCredentialId = 10; variable
111 .credentialId = testCredentialId,
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_iam_proxy_mock_test.cpp161 uint64_t testCredentialId = 111; variable
165 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testCallbac…
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_client_test.cpp411 uint64_t testCredentialId = 111; variable
417 AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, nullptr);
418 AccountIAMClient::GetInstance().DelCred(0, testCredentialId, testAuthToken, testCallback);
425 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testCallbac…
960 uint64_t testCredentialId = 111; variable
968 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testIDMCall…
1072 uint64_t testCredentialId = 111; variable
1076 …AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testIDMCall…
H A Daccount_iam_client_no_permission_test.cpp227 uint64_t testCredentialId = 111; variable
231 … AccountIAMClient::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, callback);
/ohos5.0/base/account/os_account/services/accountmgr/test/unittest/account_iam/
H A Daccount_iam_manager_test.cpp615 uint64_t testCredentialId = 111; variable
622 …InnerAccountIAMManager::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, nullp…
624 …InnerAccountIAMManager::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testC…
632 …InnerAccountIAMManager::GetInstance().DelCred(TEST_USER_ID, testCredentialId, testAuthToken, testC…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-osAccount-sys.md2412 let testCredentialId: Uint8Array = credInfo[0].credentialId;
2420 …userAuth.getPropertyByCredentialId(testCredentialId, keys).then((result: osAccount.ExecutorPropert…