Searched refs:BtsLogWarn (Results 1 – 9 of 9) sorted by relevance
/tools/netsim/src/util/ |
D | ini_file.cc | 31 BtsLogWarn("Read called without a backing ini file!"); in Read() 38 BtsLogWarn("Failed to process .ini file %s for reading.", filepath.c_str()); in Read() 55 BtsLogWarn("Write called without a backing ini file!"); in Write() 62 BtsLogWarn("Failed to open .ini file %s for writing.", filepath.c_str()); in Write()
|
D | os_utils.cc | 65 BtsLogWarn("No discovery env for %s, using tmp/", discovery.root_env); in GetDiscoveryDirectory() 86 BtsLogWarn("Unable to find netsim ini file: %s", filepath.c_str()); in GetServerAddress()
|
D | log.h | 25 #define BtsLogWarn(fmt, ...) __BtsLog(1, __FILE__, __LINE__, fmt, ##__VA_ARGS__) macro
|
/tools/netsim/src/backend/ |
D | grpc_server.cc | 157 BtsLogWarn("grpc_server: reading stopped - chip_id: %d", chip_id); in ProcessRequests() 163 BtsLogWarn("grpc_server: unknown packet type from chip_id: %d", in ProcessRequests() 173 BtsLogWarn("grpc_server: unknown packet type from chip_id: %d", in ProcessRequests() 185 BtsLogWarn("grpc_server: unknown packet from chip_id: %d", chip_id); in ProcessRequests() 193 BtsLogWarn("grpc_server: unknown chip_kind"); in ProcessRequests() 220 BtsLogWarn("grpc_server: write failed for chip_id: %d", chip_id); in HandleResponse() 223 BtsLogWarn("grpc_server: no stream for chip_id: %d", chip_id); in HandleResponse()
|
D | grpc_client.cc | 97 BtsLogWarn("grpc_client: no stream for stream_id %d", stream_id); in ReadPacketResponseLoop() 103 BtsLogWarn("grpc_client: reading stopped stream_id %d", stream_id); in ReadPacketResponseLoop() 119 BtsLogWarn("grpc_client: write failed stream_id %d", stream_id); in WritePacketRequest() 125 BtsLogWarn("grpc_client: no stream for stream_id %d", stream_id); in WritePacketRequest() 129 BtsLogWarn("grpc_client: write failed stream_id %d", stream_id); in WritePacketRequest()
|
/tools/netsim/src/hci/ |
D | hci_packet_transport.cc | 69 BtsLogWarn("hci_packet_transport: response with no device."); in Send() 161 BtsLogWarn( in handle_bt_request()
|
D | bluetooth_facade.cc | 161 BtsLogWarn("Only one connection at a time is supported"); in SetUpTestChannel() 476 BtsLogWarn("Missing chip_info"); in SimComputeRssi()
|
/tools/netsim/src/wifi/ |
D | wifi_facade.cc | 93 BtsLogWarn("Failed to initialize wifi service"); in Start()
|
/tools/netsim/src/frontend/ |
D | frontend_client.cc | 52 BtsLogWarn("Frontend gRPC channel not connected"); in NewFrontendStub()
|