Searched refs:accountIdList (Results 1 – 1 of 1) sorted by relevance
/base/account/os_account/services/accountmgr/src/osaccount/ |
D | os_account_control_file_manager.cpp | 558 std::vector<std::string> accountIdList; in UpdateAccountList() local 561 …accountListJson, jsonEnd, Constants::ACCOUNT_LIST, accountIdList, OHOS::AccountSA::JsonType::ARRAY… in UpdateAccountList() 565 if (std::find(accountIdList.begin(), accountIdList.end(), idStr) != accountIdList.end()) { in UpdateAccountList() 568 accountIdList.emplace_back(idStr); in UpdateAccountList() 570 …accountIdList.erase(std::remove(accountIdList.begin(), accountIdList.end(), idStr), accountIdList.… in UpdateAccountList() 572 accountListJson[Constants::ACCOUNT_LIST] = accountIdList; in UpdateAccountList() 573 accountListJson[Constants::COUNT_ACCOUNT_NUM] = accountIdList.size(); in UpdateAccountList() 750 std::vector<std::string> accountIdList; in GetAllowCreateId() local 752 …accountListJson, jsonEnd, Constants::ACCOUNT_LIST, accountIdList, OHOS::AccountSA::JsonType::ARRAY… in GetAllowCreateId() 754 …while (std::find(accountIdList.begin(), accountIdList.end(), std::to_string(id)) != accountIdList.… in GetAllowCreateId()
|