Searched refs:resCount (Results 1 - 7 of 7) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/ |
H A D | distributeddb_relational_cloud_syncable_storage_test.cpp | 623 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 D | videodec_ndk_sample.cpp | 126 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 D | videodec_api11_sample.cpp | 131 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 D | videodec_ndk_sample.cpp | 112 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 D | videodec_api11_sample.cpp | 137 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 D | videodec_api11_sample.cpp | 107 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 D | file_access_ext_stub.cpp | 571 int64_t resCount {results.size()}; in CmdQuery() 572 if (!reply.WriteInt64(resCount)) { in CmdQuery()
|
Completed in 11 milliseconds