Searched refs:eventInfo_ (Results 1 – 2 of 2) sorted by relevance
335 if (eventInfo_.find(param.first) != eventInfo_.end() && param.first != PARAMETER_REASON) { in Compose()340 eventInfo_[param.first] = (param.first == PARAMETER_REASON) ? in Compose()341 (eventInfo_[param.first] + COMPOSE_COLON + result) : result; in Compose()344 ProcessReason(eventInfo_); in Compose()
55 std::map<std::string, std::string> GetReasult() const { return eventInfo_; }; in GetReasult()96 std::map<std::string, std::string> eventInfo_; variable