Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_event_list_parser.cpp28 constexpr char CONFIGURATION_VERSION[] = "configurationVersion"; variable
125 configurationVersion_ = CJsonUtil::GetIntValue(jsonObj, CONFIGURATION_VERSION, INVALID_INT_VAL); in ParseConfiguration()