Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/base/include/
Devent.h49 hasPending_(false), in Event()
75 hasPending_(false), in Event()
155 bool hasPending_; variable
172 hasPending_ = false; in ResetPendingStatus()
187 return hasPending_; in HasPending()
/base/hiviewdfx/hiview/base/test/unittest/common/
Dplugin_test.cpp67 ASSERT_FALSE(pipelineEvent->hasPending_);
72 ASSERT_TRUE(pipelineEvent->hasPending_);
/base/hiviewdfx/hiview/base/
Dpipeline.cpp32 hasPending_ = true; in OnPending()