Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_event_list_parser.cpp115 return configurationVersion_; in GetConfigurationVersion()
125 configurationVersion_ = CJsonUtil::GetIntValue(jsonObj, CONFIGURATION_VERSION, INVALID_INT_VAL); in ParseConfiguration()
126 if (configurationVersion_ == INVALID_INT_VAL) { in ParseConfiguration()
/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/include/
H A Dexport_event_list_parser.h40 int64_t configurationVersion_ = 0; variable