Searched refs:errorCount (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hwdecoder/src/ |
H A D | reli_test.cpp | 309 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 D | func_test.cpp | 77 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 D | hdrcodec_ndk_sample.cpp | 73 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 D | pin_db.c | 845 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 D | usbhost_nosdk_speed.h | 79 int32_t errorCount; member
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/hdrcodec/include/ |
H A D | hdrcodec_sample.h | 89 uint32_t errorCount = 0; variable
|
/ohos5.0/drivers/peripheral/usb/ddk/host/include/ |
H A D | usb_ddk_request.h | 67 int32_t errorCount; member
|
/ohos5.0/drivers/peripheral/usb/test/unittest/host_sdk/ |
H A D | usb_raw_sdk_if_test.h | 162 int32_t errorCount; member
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/LumeShaderCompiler/src/ |
H A D | main.cpp | 1901 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 D | usb_raw_test.h | 297 int32_t errorCount; member
|