/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/include/ |
H A D | napi_account_iam_user_auth.h | 33 static napi_value GetPropertyByCredentialId(napi_env env, napi_callback_info info);
|
/ohos5.0/base/account/os_account/services/accountmgr/src/account_iam/ |
H A D | account_iam_service.cpp | 221 void AccountIAMService::GetPropertyByCredentialId(uint64_t credentialId, in GetPropertyByCredentialId() function in OHOS::AccountSA::AccountIAMService 224 InnerAccountIAMManager::GetInstance().GetPropertyByCredentialId(credentialId, keys, callback); in GetPropertyByCredentialId()
|
H A D | account_iam_mgr_stub.cpp | 647 GetPropertyByCredentialId(credentialId, keys, callback); in ProcGetPropertyById()
|
H A D | inner_account_iam_manager.cpp | 389 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 D | iaccount_iam.h | 51 virtual void GetPropertyByCredentialId(uint64_t credentialId,
|
H A D | account_iam_mgr_proxy.h | 50 void GetPropertyByCredentialId(uint64_t credentialId,
|
H A D | account_iam_client.h | 208 void GetPropertyByCredentialId(uint64_t credentialId,
|
/ohos5.0/base/account/os_account/services/accountmgr/include/account_iam/ |
H A D | account_iam_service.h | 49 … void GetPropertyByCredentialId(uint64_t credentialId, std::vector<Attributes::AttributeKey> &keys,
|
H A D | inner_account_iam_manager.h | 57 void GetPropertyByCredentialId(uint64_t credentialId,
|
/ohos5.0/base/account/os_account/frameworks/account_iam/test/unittest/src/ |
H A D | account_iam_mgr_proxy_test.cpp | 99 accountIAMMgrProxy->GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, nullptr);
|
H A D | account_iam_client_no_permission_test.cpp | 316 AccountIAMClient::GetInstance().GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, callback);
|
H A D | account_iam_client_test.cpp | 577 AccountIAMClient::GetInstance().GetPropertyByCredentialId( 579 AccountIAMClient::GetInstance().GetPropertyByCredentialId(
|
/ohos5.0/base/account/os_account/interfaces/kits/napi/account_iam/src/ |
H A D | napi_account_iam_user_auth.cpp | 35 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 D | account_iam_client.cpp | 310 void AccountIAMClient::GetPropertyByCredentialId(uint64_t credentialId, in GetPropertyByCredentialId() function in OHOS::AccountSA::AccountIAMClient 324 proxy->GetPropertyByCredentialId(credentialId, keys, wrapper); in GetPropertyByCredentialId()
|
H A D | account_iam_mgr_proxy.cpp | 518 void AccountIAMMgrProxy::GetPropertyByCredentialId(uint64_t credentialId, in GetPropertyByCredentialId() function in OHOS::AccountSA::AccountIAMMgrProxy
|
/ohos5.0/base/account/os_account/frameworks/test/unittest/ |
H A D | account_iam_proxy_mock_test.cpp | 263 … AccountIAMClient::GetInstance().GetPropertyByCredentialId(TEST_CREDENTIAL_ID, keys, testCallback);
|