Searched refs:typeVec (Results 1 – 4 of 4) sorted by relevance
77 const vector<string> typeVec = { variable109 EXPECT_EQ(log, typeVec[i]);
1448 std::vector<CloudWaterType> typeVec = DBCommon::GetWaterTypeVec(); in GetAllUploadCount() local1449 if (timestampVec.size() != typeVec.size()) { in GetAllUploadCount()1458 for (size_t i = 0; i < typeVec.size(); i++) { in GetAllUploadCount()1459 …ring sql = helper.GetCountRelationalCloudQuerySql(isCloudForcePush, isCompensatedTask, typeVec[i]); in GetAllUploadCount()1461 helper.AppendCloudQueryToGetDiffData(sql, typeVec[i]); in GetAllUploadCount()
986 …std::vector<ProgressType> typeVec = { PROGRESS_TYPE_CAPSULE, PROGRESS_TYPE_MOON, PROGRESS_TYPE_RIN… variable989 for (const auto& it : typeVec) {
1057 std::vector<CloudWaterType> typeVec = DBCommon::GetWaterTypeVec(); in CountAllCloudData() local1062 for (size_t i = 0; i < typeVec.size(); i++) { in CountAllCloudData()1064 errCode = helper.GetCountKvCloudDataStatement(param.first, forcePush, typeVec[i], stmt); in CountAllCloudData()