Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_base.cpp135 new (&value->valueUnion.shs_) auto(other.valueUnion.shs_); in InitValueByReferType()
183 valueUnion.shs_.~vector(); in ~AppEventParamValue()
314 appEventParam.value.valueUnion.shs_.assign(shs.begin(), shs.end()); in AddParam()
321 appEventParam.value.valueUnion.shs_.assign(shs.begin(), shs.end()); in AddParam()
520 AddVectorToJsonString(jsonStr, param.value.valueUnion.shs_); in AddOthersToJsonString()
Dhiappevent_verify.cpp131 } else if (type == AppEventParamType::SHVECTOR && vu.shs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
132 vu.shs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h85 std::vector<int16_t> shs_; member
107 new (&shs_) std::vector<int16_t>; in ValueUnion()