Home
last modified time | relevance | path

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

/base/hiviewdfx/hilog/frameworks/libhilog/param/
Dproperties.cpp211 int currentCommit = static_cast<int>(GetParameterCommitId(m_handle)); in getValue() local
214 if (currentCommit != m_commit) { in getValue()
216 m_commit = currentCommit; in getValue()