Home
last modified time | relevance | path

Searched refs:cps (Results 1 – 4 of 4) sorted by relevance

/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
Dhiappevent_pack.cpp185 const std::vector<const char*>& cps) in AddEventParam() argument
190 appEventPack->AddParam(key, cps); in AddEventParam()
Dhiappevent_base.cpp376 void AppEventPack::AddParam(const std::string& key, const std::vector<const char*>& cps) in AddParam() argument
380 if (cps.size() != 0) { in AddParam()
381 for (auto cp : cps) { in AddParam()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
Dhiappevent_pack.h55 const std::vector<const char*>& cps);
Dhiappevent_base.h182 void AddParam(const std::string& key, const std::vector<const char*>& cps);