Lines Matching refs:ids
183 std::vector<int32_t> ids;
184 ErrCode ret = AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids);
185 if (ret != ERR_OK || ids.empty()) {
189 dmsAccountInfo.userId = ids[0];
382 std::vector<int32_t> ids;
383 int32_t errCode = AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids);
384 if (errCode != ERR_OK || ids.empty()) {
388 activeAccountId = ids[0];
447 std::vector<int32_t> ids;
448 int32_t errCode = AccountSA::OsAccountManager::QueryActiveOsAccountIds(ids);
449 if (errCode != ERR_OK || ids.empty()) {
452 activeAccountId = ids[0];