Searched refs:INDENT (Results 1 - 4 of 4) sorted by relevance
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/ |
H A D | hisysevent_observer.cpp | 31 constexpr int32_t INDENT = -1; member 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()
|
/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; member 175 detailStr = detail.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in ParseMutex()
|
/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/test/fuzztest/resschedobserver_fuzzer/ |
H A D | resschedobserver_fuzzer.cpp | 70 const int32_t INDENT = -1; member 364 std::string tmp = sysEvent.dump(INDENT, ' ', false, nlohmann::json::error_handler_t::replace); in HisysEventOnEventFuzzTest()
|
/foundation/deviceprofile/device_info_manager/old/services/core/src/dbstorage/ |
H A D | device_profile_storage_manager.cpp | 58 constexpr int32_t INDENT = -1; member 163 values.emplace_back(servicesJson_.dump(INDENT, INDENT_CHAR, false, nlohmann::json::error_handler_t::ignore)); in PutDeviceProfile()
|
Completed in 4 milliseconds