Home
last modified time | relevance | path

Searched refs:newId (Results 1 – 4 of 4) sorted by relevance

/base/account/os_account/services/accountmgr/src/
Dohos_account_manager.cpp135 unsigned char newId[OUTPUT_LENGTH_IN_BYTES + 1] = {}; in GenerateOhosUdidWithSha256() local
147 OUTPUT_LENGTH_IN_BYTES, newId); in GenerateOhosUdidWithSha256()
156 if ((newId[i] & TWO_BYTE_MASK) == 0) { in GenerateOhosUdidWithSha256()
159 ohosUidStr.append(DexToHexString(newId[i], true)); in GenerateOhosUdidWithSha256()
/base/global/resource_management/frameworks/resmgr/src/
Dhap_resource.cpp308 uint32_t newId = typeId[type]; in UpdateOverlayInfo() local
310 item->idItem_->id_ = newId; in UpdateOverlayInfo()
312 newIdValuesMap[newId] = iter->second; in UpdateOverlayInfo()
/base/account/os_account/services/accountmgr/include/osaccount/
Diinner_os_account_manager.h125 void RefreshActiveList(int32_t newId);
/base/account/os_account/services/accountmgr/src/osaccount/
Dinner_os_account_manager.cpp1491 void IInnerOsAccountManager::RefreshActiveList(int32_t newId) in RefreshActiveList() argument
1494 PushIdIntoActiveList(newId); in RefreshActiveList()
1502 ReportOsAccountSwitch(newId, oldId); in RefreshActiveList()
1504 PushIdIntoActiveList(newId); in RefreshActiveList()