Searched refs:customParams (Results 1 – 2 of 2) sorted by relevance
548 void AppEventPack::AddCustomParams(const std::unordered_map<std::string, std::string>& customParams) in AddCustomParams() argument550 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()
193 void AddCustomParams(const std::unordered_map<std::string, std::string>& customParams);210 void GetCustomParams(std::vector<CustomEventParam>& customParams) const;