Lines Matching refs:ERROR

74   LOG(ERROR) << "Unknown bandwidth type: " << bandwidth;  in getBandwidthType()
99 LOG(ERROR) << "Failed to read packet from buffer"; in ReceivePacketAndRunHandler()
110 LOG(ERROR) << "payload is broken."; in ReceivePacketAndRunHandler()
118 LOG(ERROR) << "Receive invalid packet"; in ReceivePacketAndRunHandler()
147 LOG(ERROR) << "Get message overrun notification"; in ReceivePacketAndRunHandler()
172 LOG(ERROR) << "Wrong message type for new family message"; in OnNewFamily()
176 LOG(ERROR) << "Wrong command for new family message"; in OnNewFamily()
181 LOG(ERROR) << "Failed to get family id"; in OnNewFamily()
186 LOG(ERROR) << "Failed to get family name"; in OnNewFamily()
205 LOG(ERROR) << "Failed to get group name"; in OnNewFamily()
209 LOG(ERROR) << "Failed to get group id"; in OnNewFamily()
224 LOG(ERROR) << "Failed to setup synchronous netlink socket"; in Start()
230 LOG(ERROR) << "Failed to setup asynchronous netlink socket"; in Start()
267 LOG(ERROR) << "Do not use asynchronous interface for dump request !"; in RegisterHandlerAndSendMessage()
306 LOG(ERROR) << "Failed to poll netlink fd: time out "; in SendMessageAndGetResponses()
310 PLOG(ERROR) << "Failed to poll netlink fd"; in SendMessageAndGetResponses()
319 LOG(ERROR) << "Timeout waiting for netlink reply messages"; in SendMessageAndGetResponses()
336 LOG(ERROR) << "Received error message: " in SendMessageAndGetSingleResponse()
352 LOG(ERROR) << "Unexpected response size: " << response_vec.size(); in SendMessageAndGetSingleResponseOrError()
368 LOG(ERROR) << "Receive unexpected message type :" << type; in SendMessageAndGetAckOrError()
382 LOG(ERROR) << "Received error messsage: " << strerror(error_code); in SendMessageAndGetAck()
394 PLOG(ERROR) << "Failed to send netlink message"; in SendMessageInternal()
409 PLOG(ERROR) << "Failed to create netlink socket"; in SetupSocket()
419 PLOG(ERROR) << "Failed to set uevent socket SO_RCVBUFFORCE option"; in SetupSocket()
425 PLOG(ERROR) << "Failed to bind netlink socket"; in SetupSocket()
438 LOG(ERROR) << "Failed to watch fd: " << netlink_fd->get(); in WatchSocket()
457 LOG(ERROR) << "Failed to get NL80211 family info"; in DiscoverFamilyId()
462 LOG(ERROR) << "Failed to get NL80211 family id"; in DiscoverFamilyId()
471 LOG(ERROR) << "Failed to subscribe: group " << group << " doesn't exist"; in SubscribeToEvents()
481 PLOG(ERROR) << "Failed to setsockopt"; in SubscribeToEvents()
489 LOG(ERROR) << "Wrong family id for multicast message"; in BroadcastHandler()
564 LOG(ERROR) << "Failed to get NL80211_ATTR_REG_TYPE"; in OnRegChangeEvent()
572 LOG(ERROR) << "Failed to get NL80211_ATTR_REG_ALPHA2"; in OnRegChangeEvent()
587 LOG(ERROR) << "Unknown type of regulatory domain change: " << (int)reg_type; in OnRegChangeEvent()
600 LOG(ERROR) << "Failed to get interface index from a MLME event message"; in OnMlmeEvent()
651 LOG(ERROR) << "Failed to get interface index from scan result notification"; in OnSchedScanResultsReady()
668 LOG(ERROR) << "Failed to get interface index from scan result notification"; in OnScanResultsReady()