Home
last modified time | relevance | path

Searched refs:GetEndpoint (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc322 channel->SetIceRole(GetEndpoint(endpoint)->ice_role()); in CreateChannel()
323 channel->SetIceTiebreaker(GetEndpoint(endpoint)->GetIceTiebreaker()); in CreateChannel()
356 Endpoint* GetEndpoint(int endpoint) { in GetEndpoint() function in P2PTransportChannelTestBase
366 return GetEndpoint(endpoint)->allocator_.get(); in GetAllocator()
369 GetEndpoint(endpoint)->network_manager_.AddInterface(addr); in AddAddress()
372 GetEndpoint(endpoint)->network_manager_.RemoveInterface(addr); in RemoveAddress()
385 GetEndpoint(endpoint)->SetIceRole(role); in SetIceRole()
388 GetEndpoint(endpoint)->SetIceTiebreaker(tiebreaker); in SetIceTiebreaker()
391 return GetEndpoint(endpoint)->role_conflict(); in GetRoleConflict()
394 return GetEndpoint(endpoint)->SetAllocationStepDelay(delay); in SetAllocationStepDelay()
[all …]
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_call_create.cc447 grpc_endpoint* GetEndpoint(grpc_transport* self) { return nullptr; } in GetEndpoint() function
453 GetEndpoint};