Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 64) sorted by relevance

123

/commonlibrary/ets_utils/js_sys_module/console/
Dlog.h39 #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/
Dlog.h40 #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/
Dpm_log_c.h39 #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/
Dpm_log.h41 #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/
Duds_test.rs141 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/
Derror.rs24 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
Dmutex.rs50 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
Drwlock.rs283 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/
Ddatagram.rs282 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
Dstream.rs215 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
Dsocket_addr.rs77 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/
Dpoll.rs65 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
Dwaker.rs50 let fmt = format!("{:?}", waker); in ut_waker_debug_info() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Derror.rs146 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/
Derror.rs82 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/
Derror.rs25 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/
Derror.rs22 fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result { in fmt() method
/commonlibrary/rust/ylong_http/ylong_http_client/src/
Derror.rs181 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/
Doverlapped.rs27 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
Dio_status_block.rs46 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
/commonlibrary/rust/ylong_json/src/value/
Dnumber.rs165 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/
Dbtree.rs194 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/
Derror.rs69 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/
Dsource_fd.rs56 let fmt = format!("{:?}", source_fd); in ut_source_fd_debug_info() localVariable
/commonlibrary/rust/ylong_json/src/value/array/
Dvec.rs257 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

123