Searched refs:nextLocalIdJson (Results 1 – 1 of 1) sorted by relevance
924 int32_t nextLocalIdJson = -1; in SetNextLocalId() local927 Constants::NEXT_LOCAL_ID, nextLocalIdJson, JsonType::NUMBER)) { in SetNextLocalId()929 nextLocalIdJson = Constants::START_USER_ID + 1; in SetNextLocalId()931 accountListJson[Constants::NEXT_LOCAL_ID] = std::max(nextLocalId, nextLocalIdJson); in SetNextLocalId()