Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp139 } else if (type == AppEventParamType::DVECTOR && vu.ds_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
140 vu.ds_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
Dhiappevent_base.cpp147 new (&value->valueUnion.ds_) auto(other.valueUnion.ds_); in InitValueByReferType()
195 valueUnion.ds_.~vector(); in ~AppEventParamValue()
349 appEventParam.value.valueUnion.ds_.assign(ds.begin(), ds.end()); in AddParam()
528 AddVectorToJsonString(jsonStr, param.value.valueUnion.ds_); in AddOthersToJsonString()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h89 std::vector<double> ds_; member
119 new (&ds_) std::vector<double>; in ValueUnion()