Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/event_store/event_export/config/
H A Dexport_config_parser.cpp38 constexpr double INVALID_DOUBLE_VAL = -1.0; variable
121 config->taskCycle = CJsonUtil::GetIntValue(jsonRoot_, TASK_EXECUTING_CYCLE, INVALID_DOUBLE_VAL); in ParseResidualContent()
127 config->dayCnt = CJsonUtil::GetIntValue(jsonRoot_, FILE_STORED_MAX_DAY_CNT, INVALID_DOUBLE_VAL); in ParseResidualContent()