Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hisysevent/frameworks/native/
H A Dhisysevent_json_decorator.cpp35 constexpr char ARRY_SIZE[] = "arrsize"; variable
87 if (standard[key].isMember(ARRY_SIZE)) { in HiSysEventJsonDecorator()
88 … if (!eventJson[key].isArray() || eventJson[key].size() > standard[key][ARRY_SIZE].asUInt()) { in HiSysEventJsonDecorator()