Searched refs:wantInfoStr (Results 1 – 3 of 3) sorted by relevance
59 std::string wantInfoStr; in AppendValuesBucket() local61 reminder->SerializeWantAgent(wantInfoStr, maxWantInfoStr); in AppendValuesBucket()62 values.PutString(ReminderBaseTable::WANT_AGENT, wantInfoStr); in AppendValuesBucket()
925 void SerializeWantAgent(std::string& wantInfoStr, std::string& maxWantInfoStr);
1774 void ReminderRequest::SerializeWantAgent(std::string& wantInfoStr, std::string& maxWantInfoStr) in SerializeWantAgent() argument1792 wantInfoStr = wantInfo.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializeWantAgent()