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.h67 FVECTOR = 14, enumerator
115 case AppEventParamType::FVECTOR: in ValueUnion()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp143 case AppEventParamType::FVECTOR: in InitValueByReferType()
191 case AppEventParamType::FVECTOR: in ~AppEventParamValue()
341 AppEventParam appEventParam(key, AppEventParamType::FVECTOR); in AddParam()
525 } else if (param.type == AppEventParamType::FVECTOR) { in AddOthersToJsonString()
Dhiappevent_verify.cpp137 } else if (type == AppEventParamType::FVECTOR && vu.fs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()