Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp114 bool CheckListValueSize(AppEventParamType type, AppEventParamValue::ValueUnion& vu) in CheckListValueSize() function
209 … if (it->type > AppEventParamType::STRING && !CheckListValueSize(it->type, it->value.valueUnion)) { in VerifyAppEvent()