Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp133 } else if (type == AppEventParamType::IVECTOR && vu.is_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
134 vu.is_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
Dhiappevent_base.cpp138 new (&value->valueUnion.is_) auto(other.valueUnion.is_); in InitValueByReferType()
186 valueUnion.is_.~vector(); in ~AppEventParamValue()
328 appEventParam.value.valueUnion.is_.assign(is.begin(), is.end()); in AddParam()
522 AddVectorToJsonString(jsonStr, param.value.valueUnion.is_); in AddOthersToJsonString()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h86 std::vector<int> is_; member
110 new (&is_) std::vector<int>; in ValueUnion()