Home
last modified time | relevance | path

Searched refs:resCount (Results 1 - 7 of 7) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_cloud_syncable_storage_test.cpp623 int64_t resCount = 0; in HWTEST_F() local
626 EXPECT_EQ(g_cloudStore->GetUploadCount(query, g_startTime, false, false, resCount), -E_INVALID_QUERY_FORMAT); in HWTEST_F()
632 EXPECT_EQ(g_cloudStore->GetUploadCount(query, g_startTime, false, false, resCount), E_OK); in HWTEST_F()
633 EXPECT_EQ(resCount, insCount + insCount + insCount); in HWTEST_F()
640 EXPECT_EQ(g_cloudStore->GetUploadCount(query, invalidTime, false, false, resCount), E_OK); in HWTEST_F()
641 EXPECT_EQ(resCount, insCount + insCount + insCount); in HWTEST_F()
657 int64_t resCount = 0; in HWTEST_F() local
663 EXPECT_EQ(g_storageProxy->GetUploadCount(g_tableName, g_startTime, false, resCount), -E_TRANSACT_STATE); in HWTEST_F()
667 EXPECT_EQ(g_storageProxy->GetUploadCount(g_tableName, g_startTime + timeOffset, false, resCount), E_OK); in HWTEST_F()
669 EXPECT_EQ(resCount, insCoun in HWTEST_F()
696 int64_t resCount = 0; HWTEST_F() local
[all...]
/foundation/multimedia/av_codec/test/moduletest/vcodec/hevcswdecoder/src/
H A Dvideodec_ndk_sample.cpp126 static int32_t resCount = 0; in VdecFormatChanged() local
132 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecFormatChanged()
138 resCount++; in VdecFormatChanged()
H A Dvideodec_api11_sample.cpp131 static int32_t resCount = 0; in VdecAPI11FormatChanged() local
136 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecAPI11FormatChanged()
142 resCount++; in VdecAPI11FormatChanged()
/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dvideodec_ndk_sample.cpp112 static int32_t resCount = 0; in VdecFormatChanged() local
121 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecFormatChanged()
127 resCount++; in VdecFormatChanged()
H A Dvideodec_api11_sample.cpp137 static int32_t resCount = 0; in VdecAPI11FormatChanged() local
142 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecAPI11FormatChanged()
148 resCount++; in VdecAPI11FormatChanged()
/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/
H A Dvideodec_api11_sample.cpp107 static int32_t resCount = 0; in VdecAPI11FormatChanged() local
116 if (cropBottom != CROP_INFO[resCount][CROP_BOTTOM] || cropRight != CROP_INFO[resCount][CROP_RIGHT]) { in VdecAPI11FormatChanged()
122 resCount++; in VdecAPI11FormatChanged()
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_ext_stub.cpp571 int64_t resCount {results.size()}; in CmdQuery()
572 if (!reply.WriteInt64(resCount)) { in CmdQuery()

Completed in 11 milliseconds