Searched refs:JSON_AUTH_EVENT (Results 1 – 1 of 1) sorted by relevance
46 const std::string JSON_AUTH_EVENT = "event"; variable109 auto jsonCmd = nlohmann::json({{JSON_AUTH_EVENT, cmd.event}, in GetJsonCmd()233 {JSON_AUTH_EVENT, notice.event}, in to_json()254 …if (jsonNotice.find(JSON_AUTH_EVENT) != jsonNotice.end() && jsonNotice[JSON_AUTH_EVENT].is_string(… in from_json()255 jsonNotice.at(JSON_AUTH_EVENT).get_to(notice.event); in from_json()