Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h76 DVECTOR = 15, enumerator
126 case AppEventParamType::DVECTOR: in ValueUnion()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp113 case AppEventParamType::DVECTOR: in InitValueByReferType()
278 {DVECTOR, &GetDoublesParamValueStr},
328 case AppEventParamType::DVECTOR: in ~AppEventParamValue()
521 AppEventParam appEventParam(key, AppEventParamType::DVECTOR); in AddParam()
H A Dhiappevent_verify.cpp147 } else if (type == AppEventParamType::DVECTOR && vu.ds_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()