Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h75 FVECTOR = 14, enumerator
123 case AppEventParamType::FVECTOR: in ValueUnion()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp110 case AppEventParamType::FVECTOR: in InitValueByReferType()
277 {FVECTOR, &GetFloatsParamValueStr},
325 case AppEventParamType::FVECTOR: in ~AppEventParamValue()
514 AppEventParam appEventParam(key, AppEventParamType::FVECTOR); in AddParam()
H A Dhiappevent_verify.cpp145 } else if (type == AppEventParamType::FVECTOR && vu.fs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()