Searched refs:allowedLeastLogCount (Results 1 – 2 of 2) sorted by relevance
144 …uint32_t allowedLeastLogCount = logCount - logCount * 1 / 10; /* 1 / 10: loss rate less than 10% */ in HiLogWriteTest() local146 allowedLeastLogCount = 0; /* 0: debug log is allowed to be closed */ in HiLogWriteTest()148 EXPECT_GE(realCount, allowedLeastLogCount); in HiLogWriteTest()
162 … unsigned int allowedLeastLogCount = count - count * 1 / 10; /* 1 / 10: loss rate less than 10% */ in HiLogWriteTest() local164 allowedLeastLogCount = 0; /* 0: debug log is allowed to be closed */ in HiLogWriteTest()166 EXPECT_GE(realCount, allowedLeastLogCount); in HiLogWriteTest()