Searched refs:isPipeline_ (Results 1 – 6 of 6) sorted by relevance
47 isPipeline_(false), in Event()73 isPipeline_(false), in Event()153 bool isPipeline_; variable177 return isPipeline_; in IsPipelineEvent()
34 isPipeline_ = true; in PipelineEvent()39 isPipeline_ = true; in PipelineEvent()
167 … if (Audit::IsEnabled() && (event != nullptr) && (handler != nullptr) && (!(event->isPipeline_))) { in AddEvent()193 … if (Audit::IsEnabled() && (event != nullptr) && (handler != nullptr) && (!(event->isPipeline_))) { in AddEventForResult()228 … if (Audit::IsEnabled() && (event != nullptr) && (handler != nullptr) && (!(event->isPipeline_))) { in AddTimerEvent()
171 event->isPipeline_ = true; in CreateAndPublishEvent()
183 event->isPipeline_ = true; in CreateAndPublishEvent()
472 EXPECT_TRUE(pipelineEvent->isPipeline_);