Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/
H A Dmonitor_config.cpp41 const int configValueField = 2; in Parse() local
55 … uint32_t configValue = static_cast<uint32_t>(atol(std::string(result[configValueField]).c_str())); in Parse()