Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
H A Dcommon.cpp672 std::vector<int32_t> activeIds; in GetCurrentUserId() local
673 int32_t ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(activeIds); in GetCurrentUserId()
679 if (activeIds.empty()) { in GetCurrentUserId()
680 PROFILER_LOG_ERROR(LOG_CORE, "QueryActiveOsAccountIds activeIds empty"); in GetCurrentUserId()
683 userId = activeIds[0]; in GetCurrentUserId()

Completed in 2 milliseconds