Home
last modified time | relevance | path

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 Daccount_iam_mgr_proxy_test.cpp33 constexpr uint64_t TEST_CREDENTIAL_ID = 200; variable
99 accountIAMMgrProxy->GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, nullptr);
H A Daccount_iam_client_no_permission_test.cpp36 constexpr uint64_t TEST_CREDENTIAL_ID = 0; variable
316 AccountIAMClient::GetInstance().GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, callback);
H A Daccount_iam_client_test.cpp53 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 Daccount_iam_proxy_mock_test.cpp25 constexpr uint64_t TEST_CREDENTIAL_ID = 0; variable
263 … AccountIAMClient::GetInstance().GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, testCallback);