Home
last modified time | relevance | path

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

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_verify.cpp128 } else if (type == AppEventParamType::FVECTOR && vu.fs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()
129 vu.fs_.resize(MAX_SIZE_OF_LIST_PARAM); in CheckListValueSize()
Dhiappevent_base.cpp144 new (&value->valueUnion.fs_) auto(other.valueUnion.fs_); in InitValueByReferType()
192 valueUnion.fs_.~vector(); in ~AppEventParamValue()
342 appEventParam.value.valueUnion.fs_.assign(fs.begin(), fs.end()); in AddParam()
526 AddVectorToJsonString(jsonStr, param.value.valueUnion.fs_); in AddOthersToJsonString()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_base.h88 std::vector<float> fs_; member
116 new (&fs_) std::vector<float>; in ValueUnion()