Home
last modified time | relevance | path

Searched refs:typeVec (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilog_print_test.cpp77 const vector<string> typeVec = { variable
109 EXPECT_EQ(log, typeVec[i]);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1448 std::vector<CloudWaterType> typeVec = DBCommon::GetWaterTypeVec(); in GetAllUploadCount() local
1449 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()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/progress/
H A Dprogress_test_ng.cpp986 …std::vector<ProgressType> typeVec = { PROGRESS_TYPE_CAPSULE, PROGRESS_TYPE_MOON, PROGRESS_TYPE_RIN… variable
989 for (const auto& it : typeVec) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_executor_utils.cpp1057 std::vector<CloudWaterType> typeVec = DBCommon::GetWaterTypeVec(); in CountAllCloudData() local
1062 for (size_t i = 0; i < typeVec.size(); i++) { in CountAllCloudData()
1064 errCode = helper.GetCountKvCloudDataStatement(param.first, forcePush, typeVec[i], stmt); in CountAllCloudData()