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 D | hisysevent_observer.cpp | 31 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 D | reminder_request_calendar.cpp | 796 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 D | reminder_request.cpp | 45 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 D | js_rss_session.cpp | 34 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 D | device_profile_storage_manager.cpp | 58 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 D | resschedobserver_fuzzer.cpp | 70 const int32_t INDENT = -1; variable 364 … std::string tmp = sysEvent.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in HisysEventOnEventFuzzTest()
|