Home
last modified time | relevance | path

Searched refs:osAccountInfo (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/ability_runtime/interfaces/inner_api/deps_wrapper/src/
H A Dos_account_manager_wrapper.cpp89 AccountSA::OsAccountInfo osAccountInfo; in CreateOsAccount()
91 AccountSA::OsAccountType::NORMAL, osAccountInfo); in CreateOsAccount()
92 osAccountUserId = osAccountInfo.GetLocalId(); in CreateOsAccount()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/reclaim_priority_manager/
H A Dmulti_account_manager.cpp196 AccountSA::OsAccountInfo osAccountInfo; in UpdateAccountPriorityInfo() local
197 ErrCode errCode = AccountSA::OsAccountManager::QueryOsAccountById(accountId, osAccountInfo); in UpdateAccountPriorityInfo()
203 if (!SetAccountPriority(accountId, osAccountInfo.GetLocalName(), osAccountInfo.GetType(), in UpdateAccountPriorityInfo()
204 osAccountInfo.GetIsActived())) { in UpdateAccountPriorityInfo()
/foundation/ability/dmsfwk/services/dtbschedmgr/src/
H A Ddistributed_sched_permission.cpp191 AccountSA::OhosAccountInfo osAccountInfo; in GetOsAccountData() local
192 ret = AccountSA::OhosAccountKits::GetInstance().GetOhosAccountInfo(osAccountInfo); in GetOsAccountData()
193 if (ret != 0 || osAccountInfo.uid_ == "") { in GetOsAccountData()
197 dmsAccountInfo.activeAccountId = osAccountInfo.uid_; in GetOsAccountData()
/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_install_system_test/
H A Dbm_install_multi_user_test.cpp214 OsAccountInfo osAccountInfo; in CreateNewUser() local
215 auto res = OsAccountManager::CreateOsAccount(STRING_TEST_NAME, OsAccountType::NORMAL, osAccountInfo); in CreateNewUser()
218 return osAccountInfo.GetLocalId(); in CreateNewUser()

Completed in 5 milliseconds