Searched refs:INDENT (Results 1 - 2 of 2) sorted by relevance
/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | reminder_request_calendar.cpp | 790 constexpr int32_t INDENT = -1; in SerializationRRule() local 798 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializationRRule() 804 constexpr int32_t INDENT = -1; in SerializationExcludeDates() local 810 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializationExcludeDates()
|
H A D | reminder_request.cpp | 45 const int32_t INDENT = -1; member 1353 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializeButtonInfo() 1779 wantInfoStr = wantInfo.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializeWantAgent() 1792 maxWantInfoStr = maxWantInfo.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializeWantAgent()
|
Completed in 5 milliseconds