Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp111 new (&value->valueUnion.fs_) auto(other.valueUnion.fs_); in InitValueByReferType()
248 return GetValuesStr(value.valueUnion.fs_); in GetFloatsParamValueStr()
326 valueUnion.fs_.~vector(); in ~AppEventParamValue()
515 appEventParam.value.valueUnion.fs_.assign(fs.begin(), fs.end()); in AddParam()
H A Dhiappevent_verify.cpp145 } else if (type == AppEventParamType::FVECTOR && vu.fs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
146 vu.fs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h96 std::vector<float> fs_; member
124 new (&fs_) std::vector<float>; in ValueUnion()