Home
last modified time | relevance | path

Searched refs:STATE_STOP (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/
Dstringfilter.cpp55 statTab_[STATE_BEGIN][i] = STATE_STOP; in StringFilter()
65 statTab_[STATE_RUN][i] = STATE_STOP; in StringFilter()
108 if (state == STATE_STOP) { in IsValidName()
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
Dstringfilter.h40 static constexpr int STATE_STOP = -1; variable