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