Searched refs:TEST_CREDENTIAL_ID (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
H A D | account_iam_mgr_proxy_test.cpp | 33 constexpr uint64_t TEST_CREDENTIAL_ID = 200; variable 99 accountIAMMgrProxy->GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, nullptr);
|
H A D | account_iam_client_no_permission_test.cpp | 36 constexpr uint64_t TEST_CREDENTIAL_ID = 0; variable 316 AccountIAMClient::GetInstance().GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, callback);
|
H A D | account_iam_client_test.cpp | 53 const uint64_t TEST_CREDENTIAL_ID = 0; variable 578 TEST_CREDENTIAL_ID, keys, nullptr); 580 TEST_CREDENTIAL_ID, keys, testCallback);
|
/ohos5.0/base/account/os_account/frameworks/test/unittest/ |
H A D | account_iam_proxy_mock_test.cpp | 25 constexpr uint64_t TEST_CREDENTIAL_ID = 0; variable 263 … AccountIAMClient::GetInstance().GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, testCallback);
|