Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h64 SHVECTOR = 12, enumerator
109 case AppEventParamType::SHVECTOR: in ValueUnion()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp138 case AppEventParamType::SHVECTOR: in InitValueByReferType()
189 case AppEventParamType::SHVECTOR: in ~AppEventParamValue()
329 AppEventParam appEventParam(key, AppEventParamType::SHVECTOR); in AddParam()
336 AppEventParam appEventParam(key, AppEventParamType::SHVECTOR); in AddParam()
557 } else if (param.type == AppEventParamType::SHVECTOR) { in AddOthersToJsonString()
Dhiappevent_verify.cpp120 } else if (type == AppEventParamType::SHVECTOR && vu.shs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()