Home
last modified time | relevance | path

Searched refs:customParams (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_base.cpp548 void AppEventPack::AddCustomParams(const std::unordered_map<std::string, std::string>& customParams) in AddCustomParams() argument
550 if (customParams.empty()) { in AddCustomParams()
559 for (auto it = customParams.begin(); it != customParams.end(); ++it) { in AddCustomParams()
642 void AppEventPack::GetCustomParams(std::vector<CustomEventParam>& customParams) const in GetCustomParams()
650 customParams.push_back(customParam); in GetCustomParams()
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/include/
H A Dhiappevent_base.h193 void AddCustomParams(const std::unordered_map<std::string, std::string>& customParams);
210 void GetCustomParams(std::vector<CustomEventParam>& customParams) const;