Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp129 } else if (type == AppEventParamType::CVECTOR && vu.cs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
130 vu.cs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
Dhiappevent_base.cpp132 new (&value->valueUnion.cs_) auto(other.valueUnion.cs_); in InitValueByReferType()
180 valueUnion.cs_.~vector(); in ~AppEventParamValue()
307 appEventParam.value.valueUnion.cs_.assign(cs.begin(), cs.end()); in AddParam()
518 AddVectorToJsonString(jsonStr, param.value.valueUnion.cs_); in AddOthersToJsonString()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h84 std::vector<char> cs_; member
104 new (&cs_) std::vector<char>; in ValueUnion()