/AliOS-Things-master/components/drivers/core/base/device/ |
A D | device.c | 29 LOGW(TAG, "%s", __func__); in bridge_device_probe() 34 LOGW(TAG, "%s", __func__); in bridge_device_remove() 39 LOGW(TAG, "%s", __func__); in bridge_device_shutdown() 44 LOGW(TAG, "%s", __func__); in bridge_device_suspend() 49 LOGW(TAG, "%s", __func__); in bridge_device_resume()
|
/AliOS-Things-master/components/ulog/include/ulog/ |
A D | ulog.h | 81 #define LOGW(mod, ...) macro 114 #define LOGW(mod, ...) ulog(LOG_WARNING, mod, ULOG_TAG, __VA_ARGS__) macro
|
/AliOS-Things-master/components/ota/include/ |
A D | ota_log.h | 20 #define OTA_LOG_W(fmt, ...) LOGW("ota",fmt,##__VA_ARGS__)
|
/AliOS-Things-master/components/genie_service/ |
A D | genie_service.h | 52 #define GENIE_LOG_WARN(fmt, ...) LOGW(GENIE_SERVICE_TAG, fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/amp_adapter/include/ |
A D | aos_system.h | 19 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/ble_netconfig/ |
A D | blecfg_pub.h | 27 #define BLECFG_LOG_WARNING(fmt, ...) LOGW(BLECFG_TAG, fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/websocket/include/ |
A D | librws.h | 41 #define WRN(format,arg...) LOGW(WEBSOC_TAG, format, ##arg) 45 #define WRN(format,arg...) LOGW(WEBSOC_TAG, format, ##arg)
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/ping/ |
A D | net_deamon.c | 214 LOGW(PRINT_TAG, "ping: send finished\n"); in net_daemon_thread() 234 LOGW(PRINT_TAG, "==> Attention! Fail to ping router! <===\n"); in net_daemon_thread()
|
/AliOS-Things-master/components/ble_host/bt_host/include/common/ |
A D | log.h | 55 #define BT_WARN(fmt, ...) LOGW("[WARN]",fmt"\n", ##__VA_ARGS__)
|
/AliOS-Things-master/components/amp/components/at/src/ |
A D | at_internal.h | 17 #define AT_LOGW(fmt, ...) LOGW("at",fmt,##__VA_ARGS__)
|
/AliOS-Things-master/components/amp/main/ |
A D | amp_defines.h | 78 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/py_engine/external/common/ |
A D | py_defines.h | 82 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/ble_host/include/ |
A D | ble_os_port.h | 312 #define SYS_LOG_WRN(fmt,...) LOGW(BT_TAG, "%s:"fmt, __FUNCTION__, ##__VA_ARGS__) 317 #define SYS_LOG_WRN(fmt,...) LOGW(BT_TAG, fmt, ##__VA_ARGS__)
|
/AliOS-Things-master/components/netmgr/src/ |
A D | netmgr_gprs.c | 33 LOGW(TAG, "GPRS MODULE CHECK ERR"); in netmgr_gprs_provision()
|
A D | netmgr_ethernet.c | 22 #define NETMGR_ETH_LOGW(level, ...) LOGW(TAG, level, ##__VA_ARGS__)
|
A D | netmgr_wifi.c | 88 #define NETMGR_WIFI_LOGW(level, ...) LOGW(TAG, level, ##__VA_ARGS__)
|
/AliOS-Things-master/components/ulog/src/ |
A D | ulog_session_file.c | 211 LOGW(ULOG_TAG_SELF, "fs rqst %d fail", n); in on_fs_upload() 223 LOGW(ULOG_TAG_SELF, "nothing read"); in on_fs_upload()
|
/AliOS-Things-master/components/sntp/src/ |
A D | sntp.c | 47 #define SNTP_WRANING(format, ...) LOGW(TAG, format, ##__VA_ARGS__)
|
/AliOS-Things-master/components/py_engine/modules/ble/ |
A D | bt_gatts_adapter.c | 184 LOGW(LOG_TAG, "[%s] unsupported descr type: %s ", __func__, in bt_gatts_adapter_add_service()
|
/AliOS-Things-master/components/py_engine/adapter/haas/ |
A D | machine_uart.c | 323 LOGW(LOG_TAG, "uart read failed with status=%d", status); in machine_uart_read()
|
/AliOS-Things-master/components/py_engine/adapter/haas510/ |
A D | machine_uart.c | 317 LOGW(LOG_TAG, "uart read failed with status=%d", status); in machine_uart_read()
|
/AliOS-Things-master/components/py_engine/adapter/haas600/ |
A D | machine_uart.c | 317 LOGW(LOG_TAG, "uart read failed with status=%d", status); in machine_uart_read()
|
/AliOS-Things-master/components/ble_host/ble_profiles/ |
A D | ota_server.c | 528 LOGW(TAG, "timeout"); in ota_timeout()
|