Home
last modified time | relevance | path

Searched refs:errorCount (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/
H A Dreli_test.cpp309 uint32_t errorCount = 0; variable
312 errorCount += sample->errCount; in __anon3509cf420202()
314 ASSERT_EQ(AV_ERR_OK, errorCount);
340 uint32_t errorCount = 0; variable
343 errorCount += sample->errCount; in __anon3509cf420302()
345 ASSERT_EQ(AV_ERR_OK, errorCount);
371 uint32_t errorCount = 0; variable
374 errorCount += sample->errCount; in __anon3509cf420402()
376 ASSERT_EQ(AV_ERR_OK, errorCount);
402 uint32_t errorCount = 0; variable
[all …]
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/src/
H A Dfunc_test.cpp77 ASSERT_EQ(0, sample->errorCount);
95 ASSERT_EQ(0, sample->errorCount);
114 EXPECT_LE(0, sample->errorCount);
133 EXPECT_LE(0, sample->errorCount);
153 ASSERT_EQ(0, sample->errorCount);
173 ASSERT_EQ(0, sample->errorCount);
193 ASSERT_EQ(0, sample->errorCount);
218 ASSERT_EQ(0, sample->errorCount);
H A Dhdrcodec_ndk_sample.cpp73 sample->errorCount++; in VdecError()
80 sample->errorCount++; in VencError()
302 errorCount++; in InputFunc()
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/database/src/
H A Dpin_db.c845 static uint32_t ComputeRemainingTimes(uint32_t errorCount) in ComputeRemainingTimes() argument
847 if (errorCount < FIRST_ANTI_BRUTE_COUNT) { in ComputeRemainingTimes()
848 return FIRST_ANTI_BRUTE_COUNT - errorCount; in ComputeRemainingTimes()
850 if (errorCount >= ATTI_BRUTE_FIRST_STAGE) { in ComputeRemainingTimes()
853 …return ANTI_BRUTE_COUNT_FREQUENCY - (errorCount - FIRST_ANTI_BRUTE_COUNT) % ANTI_BRUTE_COUNT_FREQU… in ComputeRemainingTimes()
897 uint32_t errorCount = 0; in UpdateAntiBruteFile() local
898 ResultCode ret = GetAntiBruteCountById(templateId, &errorCount); in UpdateAntiBruteFile()
903 if (errorCount < ATTI_BRUTE_SECOND_STAGE) { in UpdateAntiBruteFile()
904 errorCount++; in UpdateAntiBruteFile()
906 ret = SetAntiBruteInfoById(templateId, errorCount, nowTime); in UpdateAntiBruteFile()
/ohos5.0/drivers/peripheral/usb/sample/host/include/
H A Dusbhost_nosdk_speed.h79 int32_t errorCount; member
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/include/
H A Dhdrcodec_sample.h89 uint32_t errorCount = 0; variable
/ohos5.0/drivers/peripheral/usb/ddk/host/include/
H A Dusb_ddk_request.h67 int32_t errorCount; member
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/
H A Dusb_raw_sdk_if_test.h162 int32_t errorCount; member
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/
H A Dmain.cpp1901 int errorCount = 0; in main() local
1940 errorCount++; in main()
1944 if (errorCount == 0) { in main()
1947 LUME_LOG_E("Failed: %d", errorCount); in main()
1996 return errorCount; in main()
/ohos5.0/drivers/hdf_core/framework/test/unittest/model/usb/host/include/
H A Dusb_raw_test.h297 int32_t errorCount; member