Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h68 FVECTOR = 16, enumerator
121 case AppEventParamType::FVECTOR: in ValueUnion()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp150 case AppEventParamType::FVECTOR: in InitValueByReferType()
201 case AppEventParamType::FVECTOR: in ~AppEventParamValue()
364 AppEventParam appEventParam(key, AppEventParamType::FVECTOR); in AddParam()
565 } else if (param.type == AppEventParamType::FVECTOR) { in AddOthersToJsonString()
Dhiappevent_verify.cpp128 } else if (type == AppEventParamType::FVECTOR && vu.fs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()