Home
last modified time | relevance | path

Searched refs:expectNum (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dformat_test.cpp178 int expectNum = 0; in CheckVideoKey() local
179 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_VIDEO_VVC)); in CheckVideoKey()
190 ASSERT_EQ(expectNum, strcmp(language, "und")); in CheckVideoKey()
231 int expectNum = 0; in CheckAudioKey() local
232 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_AUDIO_AAC)); in CheckAudioKey()
234 ASSERT_EQ(expectNum, strcmp(language, "eng")); in CheckAudioKey()
259 int expectNum = 0; in CheckAudioKeyVvc() local
260 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_VIDEO_VVC)); in CheckAudioKeyVvc()
271 ASSERT_EQ(expectNum, strcmp(language, "und")); in CheckAudioKeyVvc()
H A Dnet2_test.cpp134 int expectNum = 0; in CheckVideoKey() local
135 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_VIDEO_VVC)); in CheckVideoKey()
186 int expectNum = 0; in CheckAudioKey() local
187 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_AUDIO_AAC)); in CheckAudioKey()
189 ASSERT_EQ(expectNum, strcmp(language, "eng")); in CheckAudioKey()
213 int expectNum = 0; in CheckAudioKeyVVC() local
214 ASSERT_EQ(expectNum, strcmp(mimeType, OH_AVCODEC_MIMETYPE_VIDEO_VVC)); in CheckAudioKeyVVC()
225 ASSERT_EQ(expectNum, strcmp(language, "und")); in CheckAudioKeyVVC()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_ext_test.cpp989 void CheckLogicDeleteData(sqlite3 *&db, const std::string &tableName, uint64_t expectNum) in CheckLogicDeleteData() argument
997 EXPECT_EQ(count, expectNum); in CheckLogicDeleteData()
1005 EXPECT_EQ(count, expectNum); in CheckLogicDeleteData()

Completed in 6 milliseconds