| /commonlibrary/ets_utils/js_sys_module/console/ |
| D | log.h | 39 #define HILOG_FATAL(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_FATAL, LOG_DOMAIN, LOG_TAG, fmt, ##__V… argument 40 #define HILOG_ERROR(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_ERROR, LOG_DOMAIN, LOG_TAG, fmt, ##__V… argument 41 #define HILOG_WARN(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_WARN, LOG_DOMAIN, LOG_TAG, fmt, ##__VA_… argument 42 #define HILOG_INFO(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_INFO, LOG_DOMAIN, LOG_TAG, fmt, ##__VA_… argument 43 #define HILOG_DEBUG(fmt, ...) ((void)HILOG_IMPL(LOG_APP, LOG_DEBUG, LOG_DOMAIN, LOG_TAG, fmt, ##__V… argument
|
| /commonlibrary/ets_utils/tools/ |
| D | log.h | 40 #define HILOG_FATAL(fmt, ...) \ argument 43 #define HILOG_ERROR(fmt, ...) \ argument 46 #define HILOG_WARN(fmt, ...) \ argument 49 #define HILOG_INFO(fmt, ...) \ argument 54 #define HILOG_DEBUG(fmt, ...) \ argument
|
| /commonlibrary/memory_utils/libpurgeablemem/c/include/ |
| D | pm_log_c.h | 39 #define PM_HILOG_ERROR_C(logCore, fmt, ...) \ argument 43 #define PM_HILOG_INFO_C(logCore, fmt, ...) \ argument 47 #define PM_HILOG_DEBUG_C(logCore, fmt, ...) \ argument
|
| /commonlibrary/memory_utils/libpurgeablemem/cpp/include/ |
| D | pm_log.h | 41 #define PM_HILOG_ERROR(logCore, fmt, ...) \ argument 45 #define PM_HILOG_INFO(logCore, fmt, ...) \ argument 49 #define PM_HILOG_DEBUG(logCore, fmt, ...) \ argument
|
| /commonlibrary/rust/ylong_runtime/ylong_io/tests/ |
| D | uds_test.rs | 141 let fmt = format!("{addr:?}"); in sdv_uds_send_recv() localVariable 145 let fmt = format!("{addr:?}"); in sdv_uds_send_recv() localVariable 166 let fmt = format!("{addr:?}"); in sdv_uds_send_recv() localVariable 174 let fmt = format!("{receiver:?}"); in sdv_uds_send_recv() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/ |
| D | error.rs | 24 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method 36 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method 53 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method 73 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method
|
| D | mutex.rs | 50 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { in fmt() method 161 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { in fmt() method 167 fn fmt(&self, f: &mut Formatter<'_>) -> fmt::Result { in fmt() method
|
| D | rwlock.rs | 283 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 289 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 311 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 317 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/ |
| D | datagram.rs | 282 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 319 let fmt = format!("{addr:?}"); in ut_uds_datagram_pair() localVariable 323 let fmt = format!("{addr:?}"); in ut_uds_datagram_pair() localVariable 329 let fmt = format!("{addr:?}"); in ut_uds_datagram_pair() localVariable
|
| D | stream.rs | 215 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() method 271 let fmt = format!("{addr:?}"); in ut_uds_stream_pair() localVariable 275 let fmt = format!("{addr:?}"); in ut_uds_stream_pair() localVariable 281 let fmt = format!("{addr:?}"); in ut_uds_stream_pair() localVariable
|
| D | socket_addr.rs | 77 fn fmt(&self, fmt: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 123 let fmt = format!("{addr:?}"); in ut_uds_socket_addr_debug_info() localVariable
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/ |
| D | poll.rs | 65 fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result { in fmt() method 82 let fmt = format!("{:?}", poll); in ut_poll_debug_info() localVariable
|
| D | waker.rs | 50 let fmt = format!("{:?}", waker); in ut_waker_debug_info() localVariable
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
| D | error.rs | 146 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 208 fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result { in fmt() method 302 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 311 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 319 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 327 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_json/src/ |
| D | error.rs | 82 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method 133 fn fmt(&self, f: &mut Formatter<'_>) -> Result { in fmt() method 149 fn fmt(&self, f: &mut Formatter<'_>) -> Result { in fmt() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/ |
| D | error.rs | 25 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method 31 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method 45 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/ |
| D | error.rs | 22 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/ |
| D | error.rs | 181 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt() method 190 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt() method 284 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method 298 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | overlapped.rs | 27 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
| D | io_status_block.rs | 46 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_json/src/value/ |
| D | number.rs | 165 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt() method 175 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_json/src/value/object/ |
| D | btree.rs | 194 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt() method 207 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
| D | error.rs | 69 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 137 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 167 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/ |
| D | source_fd.rs | 56 let fmt = format!("{:?}", source_fd); in ut_source_fd_debug_info() localVariable
|
| /commonlibrary/rust/ylong_json/src/value/array/ |
| D | vec.rs | 257 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt() method 270 fn fmt(&self, f: &mut Formatter<'_>) -> core::fmt::Result { in fmt() method
|