Home
last modified time | relevance | path

Searched refs:INDENT (Results 1 - 4 of 4) sorted by relevance

/foundation/resourceschedule/resource_schedule_service/ressched/sched_controller/observer/src/
H A Dhisysevent_observer.cpp31 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 Djs_rss_session.cpp34 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 Dresschedobserver_fuzzer.cpp70 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 Ddevice_profile_storage_manager.cpp58 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