Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp386 if (ParseArrayValue<int64_t>(builder_, key, intArrayItemHandler) || in GetEventIntArrayValue()
387 ParseArrayValue<uint64_t>(builder_, key, uIntArrayItemHandler) || in GetEventIntArrayValue()
388 ParseArrayValue<double>(builder_, key, dArrayItemHandler) || in GetEventIntArrayValue()
424 if (ParseArrayValue<uint64_t>(builder_, key, uIntArrayItemHandler) || in GetEventUintArrayValue()
425 ParseArrayValue<int64_t>(builder_, key, intArrayItemHandler) || in GetEventUintArrayValue()
426 ParseArrayValue<double>(builder_, key, dArrayItemHandler) || in GetEventUintArrayValue()
455 if (ParseArrayValue<double>(builder_, key, dArrayItemHandler) || in GetEventDoubleArrayValue()
456 ParseArrayValue<int64_t>(builder_, key, intArrayItemHandler) || in GetEventDoubleArrayValue()
457 ParseArrayValue<uint64_t>(builder_, key, uIntArrayItemHandler) || in GetEventDoubleArrayValue()
486 ParseArrayValue<int64_t>(builder_, key, intArrayItemHandler) || in GetEventStringArrayValue()
[all …]