Searched refs:GetEndpoint (Results 1 – 2 of 2) sorted by relevance
322 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 P2PTransportChannelTestBase366 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 …]
447 grpc_endpoint* GetEndpoint(grpc_transport* self) { return nullptr; } in GetEndpoint() function453 GetEndpoint};