Home
last modified time | relevance | path

Searched refs:GetPropertyByCredentialId (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/
H A Dnapi_account_iam_user_auth.h33 static napi_value GetPropertyByCredentialId(napi_env env, napi_callback_info info);
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/
H A Daccount_iam_service.cpp221 void AccountIAMService::GetPropertyByCredentialId(uint64_t credentialId, in GetPropertyByCredentialId() function in OHOS::AccountSA::AccountIAMService
224 InnerAccountIAMManager::GetInstance().GetPropertyByCredentialId(credentialId, keys, callback); in GetPropertyByCredentialId()
H A Daccount_iam_mgr_stub.cpp647 GetPropertyByCredentialId(credentialId, keys, callback); in ProcGetPropertyById()
H A Dinner_account_iam_manager.cpp389 void InnerAccountIAMManager::GetPropertyByCredentialId(uint64_t credentialId, in GetPropertyByCredentialId() function in OHOS::AccountSA::InnerAccountIAMManager
/ohos5.0/base/account/os_account/interfaces/innerkits/account_iam/native/include/
H A Diaccount_iam.h51 virtual void GetPropertyByCredentialId(uint64_t credentialId,
H A Daccount_iam_mgr_proxy.h50 void GetPropertyByCredentialId(uint64_t credentialId,
H A Daccount_iam_client.h208 void GetPropertyByCredentialId(uint64_t credentialId,
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/
H A Daccount_iam_service.h49 … void GetPropertyByCredentialId(uint64_t credentialId, std::vector<Attributes::AttributeKey> &keys,
H A Dinner_account_iam_manager.h57 void GetPropertyByCredentialId(uint64_t credentialId,
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Daccount_iam_mgr_proxy_test.cpp99 accountIAMMgrProxy->GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, nullptr);
H A Daccount_iam_client_no_permission_test.cpp316 AccountIAMClient::GetInstance().GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, callback);
H A Daccount_iam_client_test.cpp577 AccountIAMClient::GetInstance().GetPropertyByCredentialId(
579 AccountIAMClient::GetInstance().GetPropertyByCredentialId(
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/
H A Dnapi_account_iam_user_auth.cpp35 DECLARE_NAPI_FUNCTION("getPropertyByCredentialId", GetPropertyByCredentialId), in Init()
234 napi_value NapiAccountIAMUserAuth::GetPropertyByCredentialId(napi_env env, napi_callback_info info) in GetPropertyByCredentialId() function in OHOS::AccountJsKit::NapiAccountIAMUserAuth
264 AccountIAMClient::GetInstance().GetPropertyByCredentialId( in GetPropertyByCredentialId()
/ohos5.0/base/account/os_account/frameworks/account_iam/src/
H A Daccount_iam_client.cpp310 void AccountIAMClient::GetPropertyByCredentialId(uint64_t credentialId, in GetPropertyByCredentialId() function in OHOS::AccountSA::AccountIAMClient
324 proxy->GetPropertyByCredentialId(credentialId, keys, wrapper); in GetPropertyByCredentialId()
H A Daccount_iam_mgr_proxy.cpp518 void AccountIAMMgrProxy::GetPropertyByCredentialId(uint64_t credentialId, in GetPropertyByCredentialId() function in OHOS::AccountSA::AccountIAMMgrProxy
/ohos5.0/base/account/os_account/frameworks/test/unittest/
H A Daccount_iam_proxy_mock_test.cpp263 … AccountIAMClient::GetInstance().GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, testCallback);