Home
last modified time | relevance | path

Searched refs:LOGW (Results 1 – 23 of 23) sorted by relevance

/AliOS-Things-master/components/drivers/core/base/device/
A Ddevice.c29 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 Dulog.h81 #define LOGW(mod, ...) macro
114 #define LOGW(mod, ...) ulog(LOG_WARNING, mod, ULOG_TAG, __VA_ARGS__) macro
/AliOS-Things-master/components/ota/include/
A Dota_log.h20 #define OTA_LOG_W(fmt, ...) LOGW("ota",fmt,##__VA_ARGS__)
/AliOS-Things-master/components/genie_service/
A Dgenie_service.h52 #define GENIE_LOG_WARN(fmt, ...) LOGW(GENIE_SERVICE_TAG, fmt, ##__VA_ARGS__)
/AliOS-Things-master/components/amp_adapter/include/
A Daos_system.h19 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__)
/AliOS-Things-master/components/ble_netconfig/
A Dblecfg_pub.h27 #define BLECFG_LOG_WARNING(fmt, ...) LOGW(BLECFG_TAG, fmt, ##__VA_ARGS__)
/AliOS-Things-master/components/websocket/include/
A Dlibrws.h41 #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 Dnet_deamon.c214 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 Dlog.h55 #define BT_WARN(fmt, ...) LOGW("[WARN]",fmt"\n", ##__VA_ARGS__)
/AliOS-Things-master/components/amp/components/at/src/
A Dat_internal.h17 #define AT_LOGW(fmt, ...) LOGW("at",fmt,##__VA_ARGS__)
/AliOS-Things-master/components/amp/main/
A Damp_defines.h78 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__)
/AliOS-Things-master/components/py_engine/external/common/
A Dpy_defines.h82 #define amp_warn(mod, fmt, ...) LOGW(mod, fmt, ##__VA_ARGS__)
/AliOS-Things-master/components/ble_host/include/
A Dble_os_port.h312 #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 Dnetmgr_gprs.c33 LOGW(TAG, "GPRS MODULE CHECK ERR"); in netmgr_gprs_provision()
A Dnetmgr_ethernet.c22 #define NETMGR_ETH_LOGW(level, ...) LOGW(TAG, level, ##__VA_ARGS__)
A Dnetmgr_wifi.c88 #define NETMGR_WIFI_LOGW(level, ...) LOGW(TAG, level, ##__VA_ARGS__)
/AliOS-Things-master/components/ulog/src/
A Dulog_session_file.c211 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 Dsntp.c47 #define SNTP_WRANING(format, ...) LOGW(TAG, format, ##__VA_ARGS__)
/AliOS-Things-master/components/py_engine/modules/ble/
A Dbt_gatts_adapter.c184 LOGW(LOG_TAG, "[%s] unsupported descr type: %s ", __func__, in bt_gatts_adapter_add_service()
/AliOS-Things-master/components/py_engine/adapter/haas/
A Dmachine_uart.c323 LOGW(LOG_TAG, "uart read failed with status=%d", status); in machine_uart_read()
/AliOS-Things-master/components/py_engine/adapter/haas510/
A Dmachine_uart.c317 LOGW(LOG_TAG, "uart read failed with status=%d", status); in machine_uart_read()
/AliOS-Things-master/components/py_engine/adapter/haas600/
A Dmachine_uart.c317 LOGW(LOG_TAG, "uart read failed with status=%d", status); in machine_uart_read()
/AliOS-Things-master/components/ble_host/ble_profiles/
A Dota_server.c528 LOGW(TAG, "timeout"); in ota_timeout()

Completed in 51 milliseconds