Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp364 auto intArrayItemHandler = [&dest] (int64_t& item) { in GetEventIntArrayValue() local
386 if (ParseArrayValue<int64_t>(builder_, key, intArrayItemHandler) || in GetEventIntArrayValue()
406 auto intArrayItemHandler = [&dest] (int64_t& item) { in GetEventUintArrayValue() local
425 ParseArrayValue<int64_t>(builder_, key, intArrayItemHandler) || in GetEventUintArrayValue()
444 auto intArrayItemHandler = [&dest] (int64_t& item) { in GetEventDoubleArrayValue() local
456 ParseArrayValue<int64_t>(builder_, key, intArrayItemHandler) || in GetEventDoubleArrayValue()
478 auto intArrayItemHandler = [&dest] (int64_t& item) { in GetEventStringArrayValue() local
486 ParseArrayValue<int64_t>(builder_, key, intArrayItemHandler) || in GetEventStringArrayValue()