Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A Dsys_event.cpp383 auto strArrayItemHandler = [&dest] (std::string& item) { in GetEventIntArrayValue() local
389 ParseArrayValue<std::string>(builder_, key, strArrayItemHandler)) { in GetEventIntArrayValue()
421 auto strArrayItemHandler = [&dest] (std::string& item) { in GetEventUintArrayValue() local
427 ParseArrayValue<std::string>(builder_, key, strArrayItemHandler)) { in GetEventUintArrayValue()
452 auto strArrayItemHandler = [&dest] (std::string& item) { in GetEventDoubleArrayValue() local
458 ParseArrayValue<std::string>(builder_, key, strArrayItemHandler)) { in GetEventDoubleArrayValue()
471 auto strArrayItemHandler = [&dest] (std::string& item) { in GetEventStringArrayValue() local
484 if (ParseArrayValue<std::string>(builder_, key, strArrayItemHandler) || in GetEventStringArrayValue()