Home
last modified time | relevance | path

Searched refs:shs (Results 1 - 2 of 2) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp484 void AppEventPack::AddParam(const std::string& key, const std::vector<int8_t>& shs) in AddParam() argument
487 appEventParam.value.valueUnion.shs_.assign(shs.begin(), shs.end()); in AddParam()
491 void AppEventPack::AddParam(const std::string& key, const std::vector<int16_t>& shs) in AddParam() argument
494 appEventParam.value.valueUnion.shs_.assign(shs.begin(), shs.end()); in AddParam()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h186 void AddParam(const std::string& key, const std::vector<int16_t>& shs);

Completed in 2 milliseconds