Home
last modified time | relevance | path

Searched refs:FillOsAccountInfo (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/account/os_account/services/accountmgr/include/osaccount/
H A Diinner_os_account_manager.h141 …ErrCode FillOsAccountInfo(const std::string &localName, const std::string &shortName, const OsAcco…
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dinner_os_account_manager.cpp280 ErrCode errCode = FillOsAccountInfo(localName, shortName, type, domainInfo, osAccountInfo); in RetryToGetAccount()
314 ErrCode IInnerOsAccountManager::FillOsAccountInfo(const std::string &localName, const std::string &… in RetryToGetAccount() function in OHOS::AccountSA::IInnerOsAccountManager