Home
last modified time | relevance | path

Searched refs:STATE_NUM (Results 1 – 3 of 3) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dstringfilter.h37 static constexpr int STATE_NUM = 2; variable
43 static int statTab_[STATE_NUM][CHAR_RANGE];
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dstringfilter.cpp30 int StringFilter::statTab_[StringFilter::STATE_NUM][StringFilter::CHAR_RANGE];
104 if ((ic >= CHAR_RANGE) || (state < 0) || (state >= StringFilter::STATE_NUM)) { in IsValidName()
/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/
Dgetcscalldata_fuzzer.cpp32 constexpr int32_t STATE_NUM = 9; variable
56 int32_t state = static_cast<int32_t>(size % STATE_NUM); in GetCsCallData()