Home
last modified time | relevance | path

Searched refs:INDENT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dhisysevent_observer.cpp31 constexpr int32_t INDENT = -1; variable
134 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ProcessAvCodecEvent()
167 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ProcessRunningLockEvent()
220 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ProcessAudioEvent()
267 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ProcessCameraEvent()
292 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ProcessBluetoothEvent()
327 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ProcessWifiEvent()
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dreminder_request_calendar.cpp796 constexpr int32_t INDENT = -1; in SerializationRRule() local
804 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializationRRule()
810 constexpr int32_t INDENT = -1; in SerializationExcludeDates() local
816 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializationExcludeDates()
H A Dreminder_request.cpp45 const int32_t INDENT = -1; variable
1356 std::string str = root.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializeButtonInfo()
1792 wantInfoStr = wantInfo.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializeWantAgent()
1805 maxWantInfoStr = maxWantInfo.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in SerializeWantAgent()
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_rss_session.cpp34 constexpr int32_t INDENT = -1; variable
175 detailStr = detail.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ParseMutex()
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/
H A Ddevice_profile_storage_manager.cpp58 constexpr int32_t INDENT = -1; variable
163 …values.emplace_back(servicesJson_.dump(INDENT, INDENT_CHAR, false, nlohmann::json::error_handler_t… in PutDeviceProfile()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/
H A Dresschedobserver_fuzzer.cpp70 const int32_t INDENT = -1; variable
364 … std::string tmp = sysEvent.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in HisysEventOnEventFuzzTest()