Searched refs:wfc_util_log_error (Results 1 – 4 of 4) sorted by relevance
/device/asus/flo/conn_init/ |
D | wfc_util_fctrl.c | 63 wfc_util_log_error("wfc_util_finsert_new_string : unvalid parameters"); in wfc_util_finsert_new_string() 126 wfc_util_log_error("wfc_util_finsert_new_string : can not malloc(%d)", sz_backupBuff); in wfc_util_finsert_new_string() 140 wfc_util_log_error("wfc_util_fupdate_string : unvalid parameters"); in wfc_util_fupdate_string() 191 wfc_util_log_error("wfc_util_fupdate_string : can not malloc(%d)", (int)sz_newReadBuff); in wfc_util_fupdate_string() 236 …wfc_util_log_error("wfc_util_fset_buffer : file size(%d) is less than to write position(%d)", (int… in wfc_util_fset_buffer() 242 wfc_util_log_error("wfc_util_fset_buffer : can not malloc(%d)", (int)sz_file); in wfc_util_fset_buffer() 246 wfc_util_log_error("wfc_util_fset_buffer : fail to fsync()"); in wfc_util_fset_buffer() 251 wfc_util_log_error("wfc_util_fset_buffer : can not open file"); in wfc_util_fset_buffer() 311 …wfc_util_log_error("wfc_util_fget_buffer : not enough string value buffer(%d)", (int)(pETagPointer… in wfc_util_fget_buffer() 316 wfc_util_log_error("wfc_util_fget_buffer : can not malloc(%d)", (int)sz_file); in wfc_util_fget_buffer() [all …]
|
D | wfc_util_qcom.c | 195 wfc_util_log_error("This is default MAC address [%s]", mac_add_buff[i]); in wfc_util_qcom_is_default_mac() 208 wfc_util_log_error("This is RFT MAC address [%s]", WFC_UTIL_CFG_DEFAULT_MAC_RFT); in wfc_util_qcom_is_default_mac() 284 wfc_util_log_error("%s is not exist", WFC_UTIL_CFG_TAG_HEARTBEAT24); in wfc_util_qcom_write_ota_enable() 336 wfc_util_log_error("%s is not exist", WFC_UTIL_CFG_TAG_HEARTBEAT24); in wfc_util_qcom_write_ota_disable() 348 wfc_util_log_error("We don't access file [%s]", WFC_UTIL_NV_BIN_FILE_NAME); in wfc_util_qcom_write_mac_to_bin() 394 wfc_util_log_error("Read Fail nvValidityBitmap"); in wfc_util_qcom_write_mac_to_bin() 413 wfc_util_log_error("We don't access file [%s]", WFC_UTIL_NV_BIN_FILE_NAME); in wfc_util_qcom_reset_mac_to_bin() 474 wfc_util_log_error("Change %s%s", WFC_UTIL_CFG_TAG_MAC_ADDRESS, nv_mac_add_buff); in wfc_util_qcom_write_mac_process() 546 wfc_util_log_error("Fail to Access [%s]", WFC_UTIL_CFG_FILE_NAME); in wfc_util_qcom_check_config() 561 wfc_util_log_error("nv bin : %s", nv_bin_tempfile_name); in wfc_util_qcom_check_config() [all …]
|
D | wfc_util_common.c | 33 wfc_util_log_error("wfc_util_htoa : not enough buffer size(%d)", szAsciiStringBuff); in wfc_util_htoa() 56 wfc_util_log_error("wfc_util_atoh : not enough buffer size(%d)", szHexaBuff); in wfc_util_atoh() 115 wfc_util_log_error("wfc_util_random_mac : buffer is NULL"); in wfc_util_random_mac()
|
D | wfc_util_log.h | 25 #define wfc_util_log_error(...) ALOGE(__VA_ARGS__) macro 28 #define wfc_util_log_error(...) printf(__VA_ARGS__);printf("\n") macro
|