Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h68 DVECTOR = 15, enumerator
118 case AppEventParamType::DVECTOR: in ValueUnion()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp146 case AppEventParamType::DVECTOR: in InitValueByReferType()
194 case AppEventParamType::DVECTOR: in ~AppEventParamValue()
348 AppEventParam appEventParam(key, AppEventParamType::DVECTOR); in AddParam()
527 } else if (param.type == AppEventParamType::DVECTOR) { in AddOthersToJsonString()
Dhiappevent_verify.cpp130 } else if (type == AppEventParamType::DVECTOR && vu.ds_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()