Home
last modified time | relevance | path

Searched refs:GetAccountInfo (Results 1 – 3 of 3) sorted by relevance

/base/account/os_account/services/accountmgr/include/
Dohos_account_data_deal.h45 ErrCode GetAccountInfo(AccountInfo &accountInfo, const int32_t userId);
/base/account/os_account/services/accountmgr/src/
Dohos_account_data_deal.cpp93 return GetAccountInfo(accountInfo, userId); in AccountInfoFromJson()
226 ErrCode OhosAccountDataDeal::GetAccountInfo(AccountInfo &accountInfo, const int32_t userId) in GetAccountInfo() function in OHOS::AccountSA::OhosAccountDataDeal
/base/account/os_account/interfaces/kits/napi/distributedaccount/src/
Dnapi_distributed_account.cpp113 bool GetAccountInfo(napi_env env, napi_value object, DistributedAccountAsyncContext *asyncContext) in GetAccountInfo() function
164 if (!GetAccountInfo(env, argv, asyncContext)) { in ParseInfoAndEvent()