Searched refs:PrepareOsAccountInfo (Results 1 – 4 of 4) sorted by relevance
/base/account/os_account/services/accountmgr/test/unittest/os_account/ |
D | os_account_inner_account_mgr_mock.cpp | 220 int ret = innerMgrService_->PrepareOsAccountInfo(name, type, domainInfo1, accountInfo); 228 ret = innerMgrService_->PrepareOsAccountInfo(name, type, domainInfo1, accountInfo); 234 ret = innerMgrService_->PrepareOsAccountInfo(name, type, domainInfo2, accountInfo); 240 ret = innerMgrService_->PrepareOsAccountInfo(name, type, domainInfo1, accountInfo); 249 ret = innerMgrService_->PrepareOsAccountInfo(name, type, domainInfo1, accountInfo); 255 ret = innerMgrService_->PrepareOsAccountInfo(name, type, domainInfo1, accountInfo);
|
/base/account/os_account/services/accountmgr/include/osaccount/ |
D | iinner_os_account_manager.h | 108 ErrCode PrepareOsAccountInfo(const std::string &name, const OsAccountType &type,
|
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | inner_os_account_manager.cpp | 177 ErrCode IInnerOsAccountManager::PrepareOsAccountInfo(const std::string &name, const OsAccountType &… in PrepareOsAccountInfo() function in OHOS::AccountSA::IInnerOsAccountManager 256 ErrCode errCode = PrepareOsAccountInfo(name, type, domainInfo, osAccountInfo); in CreateOsAccount() 304 … ErrCode errCode = PrepareOsAccountInfo(osAccountName, type, domainAccountInfo, osAccountInfo); in BindDomainAccount()
|
/base/account/os_account/services/accountmgr/ |
D | libaccountmgr.map | 132 …"OHOS::AccountSA::IInnerOsAccountManager::PrepareOsAccountInfo(std::__h::basic_string<char, std::_…
|