Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp108 new (&value->valueUnion.lls_) auto(other.valueUnion.lls_); in InitValueByReferType()
243 return GetValuesStr(value.valueUnion.lls_); in GetLongsParamValueStr()
323 valueUnion.lls_.~vector(); in ~AppEventParamValue()
508 appEventParam.value.valueUnion.lls_.assign(lls.begin(), lls.end()); in AddParam()
H A Dhiappevent_verify.cpp143 } else if (type == AppEventParamType::LLVECTOR && vu.lls_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
144 vu.lls_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h95 std::vector<int64_t> lls_; member
121 new (&lls_) std::vector<int64_t>; in ValueUnion()