Home
last modified time | relevance | path

Searched refs:peer (Results 1 – 4 of 4) sorted by relevance

/tools/netsim/rust/daemon/src/grpc_server/
Dbackend.rs82 let peer = ctx.peer().clone(); in stream_packets() localVariable
84 info!("grpc_server new packet_stream for peer {}", &peer); in stream_packets()
89 let result = add_chip(initial_info, &peer)?; in stream_packets()
/tools/netsim/src/backend/
Dgrpc_server.cc60 auto peer = context->peer(); in StreamPackets() local
61 BtsLogInfo("grpc_server new packet_stream for peer %s", peer.c_str()); in StreamPackets()
105 peer, device_name, chip_kind_string, chip_address, chip_name, in StreamPackets()
/tools/test/connectivity/acts_tests/tests/google/bt/pts/instructions/
DGAP_PTS_INSTRUCTIONS190 be the peer address in the PTS logs that start with:
208 be the peer address in the PTS logs that start with:
251 be the peer address in the PTS logs that start with:
268 be the peer address in the PTS logs that start with:
297 be the peer address in the PTS logs that start with:
318 be the peer address in the PTS logs that start with:
348 be the peer address in the PTS logs that start with:
/tools/repohooks/tools/
Dpylintrc87 # We leave many of the style warnings to judgement/peer review.