Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/recorder/
H A Devent_recorder.cpp204 containerCount_++; in SetContainerInfo()
206 containerCount_--; in SetContainerInfo()
208 if (containerCount_ <= 0) { in SetContainerInfo()
209 containerCount_ = 0; in SetContainerInfo()
H A Devent_recorder.h177 int32_t containerCount_ = 0; variable