Home
last modified time | relevance | path

Searched refs:Peer (Results 1 – 25 of 61) sorted by relevance

123

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/
DPeer.java13 public final class Peer extends class
19 private Peer(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Peer() method in Peer
22 private Peer() { in Peer() method in Peer
34 private Peer( in Peer() method in Peer
103 io.grpc.binarylog.v1alpha.Peer.class, io.grpc.binarylog.v1alpha.Peer.Builder.class); in internalGetFieldAccessorTable()
222 return io.grpc.binarylog.v1alpha.Peer.getDescriptor().getEnumTypes().get(0); in getDescriptor()
259 public io.grpc.binarylog.v1alpha.Peer.PeerType getPeerType() { in getPeerType()
260 …io.grpc.binarylog.v1alpha.Peer.PeerType result = io.grpc.binarylog.v1alpha.Peer.PeerType.valueOf(p… in getPeerType()
261 return result == null ? io.grpc.binarylog.v1alpha.Peer.PeerType.UNRECOGNIZED : result; in getPeerType()
336 if (peerType_ != io.grpc.binarylog.v1alpha.Peer.PeerType.UNKNOWN_PEERTYPE.getNumber()) { in writeTo()
[all …]
DGrpcLogEntry.java118 io.grpc.binarylog.v1alpha.Peer.Builder subBuilder = null; in GrpcLogEntry()
122 peer_ = input.readMessage(io.grpc.binarylog.v1alpha.Peer.parser(), extensionRegistry); in GrpcLogEntry()
662 private io.grpc.binarylog.v1alpha.Peer peer_;
682 public io.grpc.binarylog.v1alpha.Peer getPeer() { in getPeer()
683 return peer_ == null ? io.grpc.binarylog.v1alpha.Peer.getDefaultInstance() : peer_; in getPeer()
2111 private io.grpc.binarylog.v1alpha.Peer peer_ = null;
2113 …io.grpc.binarylog.v1alpha.Peer, io.grpc.binarylog.v1alpha.Peer.Builder, io.grpc.binarylog.v1alpha.…
2133 public io.grpc.binarylog.v1alpha.Peer getPeer() { in getPeer()
2135 return peer_ == null ? io.grpc.binarylog.v1alpha.Peer.getDefaultInstance() : peer_; in getPeer()
2148 public Builder setPeer(io.grpc.binarylog.v1alpha.Peer value) { in setPeer()
[all …]
DPeerOrBuilder.java17 io.grpc.binarylog.v1alpha.Peer.PeerType getPeerType(); in getPeerType()
/external/rust/crates/ring/src/ec/suite_b/
Dsuite_b_public_key_tests.txt101 Result = F (Peer public key is empty.)
105 Result = F (Peer public key is empty.)
109 Result = F (Peer public key is the special encoding of the point at infinity.)
113 Result = F (Peer public key is the special encoding of the point at infinity.)
117 Result = F (Peer public key consists of (only) an invalid encoding indicator.)
121 Result = F (Peer public key consists of (only) an invalid encoding indicator.)
125 Result = F (Peer public key consists of (only) a compressed encoding indicator (0x02).)
129 Result = F (Peer public key consists of (only) a compressed encoding indicator (0x02).)
133 Result = F (Peer public key consists of (only) a compressed encoding indicator (0x03).)
137 Result = F (Peer public key consists of (only) a compressed encoding indicator (0x03).)
[all …]
/external/rust/crates/ring/tests/
Dagreement_tests.txt25 Error = Peer public key is empty.
29 Error = Peer public key is too short.
33 Error = Peer public key is too short.
37 Error = Peer public key is too long (zero appended).
41 Error = Peer public key is too long (zero prepended).
69 Error = Peer public key is empty.
73 Error = Peer public key is empty.
77 Error = Peer public key is the special encoding of the point at infinity.
81 Error = Peer public key is the special encoding of the point at infinity.
85 Error = Peer public key consists of (only) an invalid encoding indicator.
[all …]
/external/openthread/src/core/radio/
Dtrel_interface.cpp173 …instance.Get<Interface>().HandleDiscoveredPeerInfo(*static_cast<const Interface::Peer::Info *>(aIn… in otPlatTrelHandleDiscoveredPeerInfo()
179 void Interface::HandleDiscoveredPeerInfo(const Peer::Info &aInfo) in HandleDiscoveredPeerInfo()
181 Peer * entry; in HandleDiscoveredPeerInfo()
242 Error Interface::ParsePeerInfoTxtData(const Peer::Info & aInfo, in ParsePeerInfoTxtData()
285 Interface::Peer *Interface::GetNewPeerEntry(void) in GetNewPeerEntry()
287 Peer *peerEntry; in GetNewPeerEntry()
292 for (Peer &entry : mPeerTable) in GetNewPeerEntry()
300 for (Peer &entry : mPeerTable) in GetNewPeerEntry()
330 void Interface::RemovePeerEntry(Peer &aEntry) in RemovePeerEntry()
348 Peer *peerEntry; in Send()
[all …]
Dtrel_interface.hpp77 class Peer : public otTrelPeer class in ot::Trel::Interface
199 const Peer *GetNextPeer(PeerIterator &aIterator) const;
231 typedef Array<Peer, kPeerTableSize, uint16_t> PeerTable;
243 void HandleDiscoveredPeerInfo(const Peer::Info &aInfo);
247 Error ParsePeerInfoTxtData(const Peer::Info & aInfo,
250 Peer * GetNewPeerEntry(void);
251 void RemovePeerEntry(Peer &aEntry);
/external/webrtc/media/sctp/
Ddcsctp_transport_unittest.cc48 class Peer { class
50 Peer() : fake_packet_transport_("transport"), simulated_clock_(1000) { in Peer() function in webrtc::__anon845fa3040111::Peer
78 Peer peer_a; in TEST()
95 Peer peer_a; in TEST()
96 Peer peer_b; in TEST()
137 Peer peer_a; in TEST()
138 Peer peer_b; in TEST()
177 Peer peer_a; in TEST()
194 Peer peer_a; in TEST()
214 Peer peer_a; in TEST()
/external/ot-br-posix/src/trel_dnssd/
Dtrel_dnssd.hpp133 struct Peer struct in otbr::TrelDnssd::TrelDnssd
137 explicit Peer(std::vector<uint8_t> aTxtData, const otSockAddr &aSockAddr) in Peer() argument
154 using PeerMap = std::map<std::string, Peer>;
170 void NotifyRemovePeer(const Peer &aPeer);
173 uint16_t CountDuplicatePeers(const Peer &aPeer);
Dtrel_dnssd.cpp313 Peer peer(aInstanceInfo.mTxtData, peerInfo.mSockAddr); in OnTrelServiceInstanceAdded()
369 void TrelDnssd::NotifyRemovePeer(const Peer &aPeer) in NotifyRemovePeer()
441 uint16_t TrelDnssd::CountDuplicatePeers(const TrelDnssd::Peer &aPeer) in CountDuplicatePeers()
486 const char TrelDnssd::Peer::kTxtRecordExtAddressKey[] = "xa";
488 void TrelDnssd::Peer::ReadExtAddrFromTxtData(void) in ReadExtAddrFromTxtData()
/external/tcpdump/tests/
Dhncp_prefix-oobr.out14 Peer (16) Peer-NID: 61:69:ed:63 Peer-EPID: 01000000 Local-EPID: 01000000
42 Peer (16) Peer-NID: 31:da:78:d2 Peer-EPID: 01000000 Local-EPID: 01000000
Dhncp.out18 Peer (16) Peer-NID: 61:69:ed:63 Peer-EPID: 01000000 Local-EPID: 01000000
36 Peer (16) Peer-NID: 31:da:78:d2 Peer-EPID: 01000000 Local-EPID: 01000000
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-certinfo/
DREADME.md35 [2018/04/05 21:39:28:0824] NOTICE: Peer Cert CN : warmcat.com
36 [2018/04/05 21:39:28:0824] NOTICE: Peer Cert issuer : /C=GB/ST=Greater Manchester/L=Salford/O=C…
37 [2018/04/05 21:39:28:0825] NOTICE: Peer Cert Valid from: Mon Nov 3 00:00:00 2014
38 [2018/04/05 21:39:28:0825] NOTICE: Peer Cert Valid to : Sat Nov 2 23:59:59 2019
39 [2018/04/05 21:39:28:0825] NOTICE: Peer Cert usage bits: 0xa0
40 [2018/04/05 21:39:28:0825] NOTICE: Peer Cert public key:
/external/python/bumble/apps/
Dgatt_dump.py25 from bumble.device import Device, Peer
84 await dump_gatt_db(Peer(connection), None)
91 dump_gatt_db(Peer(connection), done)
/external/grpc-grpc/src/csharp/Grpc.IntegrationTesting/
DEchoMessages.cs1201 public string Peer { property in Grpc.Testing.ResponseParams
1223 if (Peer != other.Peer) return false; in Equals()
1232 if (Peer.Length != 0) hash ^= Peer.GetHashCode(); in GetHashCode()
1254 if (Peer.Length != 0) { in WriteTo()
1256 output.WriteString(Peer); in WriteTo()
1272 if (Peer.Length != 0) { in CalculateSize()
1273 size += 1 + pb::CodedOutputStream.ComputeStringSize(Peer); in CalculateSize()
1292 if (other.Peer.Length != 0) { in MergeFrom()
1293 Peer = other.Peer; in MergeFrom()
1315 Peer = input.ReadString(); in MergeFrom()
/external/python/bumble/examples/
Ddevice_information_client.py23 from bumble.device import Device, Peer
52 peer = Peer(connection)
Drun_gatt_client.py25 from bumble.device import Device, Peer
43 peer = Peer(connection)
Drun_gatt_client_and_server.py25 from bumble.device import Device, Peer
89 peer = Peer(connection)
/external/grpc-grpc-java/services/src/main/proto/grpc/binlog/v1alpha/
Dbinarylog.proto65 // Peer address information, will only be recorded in SEND_INITIAL_METADATA
67 Peer peer = 6;
137 // Peer information
138 message Peer { message
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/auth/v1/
Dauthz_policy.proto19 // Peer specifies attributes of a peer. Fields in the Peer are ANDed together, once
21 message Peer { message
78 Peer source = 2;
/external/python/bumble/tests/
Dgatt_test.py27 from bumble.device import Device, Peer
157 peer = Peer(connection)
455 peer = Peer(connection)
514 peer = Peer(connection)
614 peer = Peer(connection)
784 d1_peer = Peer(d1_connection)
785 d2_peer = Peer(d2_connection)
Dself_test.py27 from bumble.device import Device, Peer
201 peer = Peer(connection)
255 peer = Peer(connection)
/external/pigweed/pw_bluetooth/public/pw_bluetooth/
Dpeer.h24 struct Peer { struct
Dpairing_delegate.h92 virtual void OnPairingRequest(Peer peer,
/external/pandora/bt-test-interfaces/pandora/
Dhost.proto192 // Peer Bluetooth device address as array of 6 bytes.
202 // Peer not found error.
217 // Peer Bluetooth device address as array of 6 bytes.
234 // Peer Bluetooth device address as array of 6 bytes.
253 // Peer not found error.
332 // Peer Bluetooth device address as array of 6 bytes.

123