Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h70 BVECTOR = 9, enumerator
108 case AppEventParamType::BVECTOR: in ValueUnion()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp95 case AppEventParamType::BVECTOR: in InitValueByReferType()
272 {BVECTOR, &GetBoolsParamValueStr},
310 case AppEventParamType::BVECTOR: in ~AppEventParamValue()
472 AppEventParam appEventParam(key, AppEventParamType::BVECTOR); in AddParam()
H A Dhiappevent_verify.cpp135 if (type == AppEventParamType::BVECTOR && vu.bs_.size() > MAX_SIZE_OF_LIST_PARAM) { in CheckListValueSize()