Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/client/
H A Dutd_client.cpp372 std::vector<int32_t> localIds; in GetCurrentActiveUserId() local
373 int32_t status = OHOS::AccountSA::OsAccountManager::QueryActiveOsAccountIds(localIds); in GetCurrentActiveUserId()
374 if (status != Status::E_OK || localIds.empty()) { in GetCurrentActiveUserId()
378 userId = localIds[0]; in GetCurrentActiveUserId()

Completed in 2 milliseconds