Home
last modified time | relevance | path

Searched refs:GET_PARAM_VALUE_FUNCS (Results 1 - 1 of 1) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp262 const std::unordered_map<AppEventParamType, GetParamValueFunc> GET_PARAM_VALUE_FUNCS = { member
284 if (GET_PARAM_VALUE_FUNCS.find(param.value.type) == GET_PARAM_VALUE_FUNCS.end()) { in GetParamValueStr()
288 return GET_PARAM_VALUE_FUNCS.at(param.value.type)(param.value); in GetParamValueStr()

Completed in 2 milliseconds