HomeSort by relevance Sort by last modified time
    Searched defs:channel3 (Results 1 - 7 of 7) sorted by null

  /external/grpc-grpc/src/php/tests/unit_tests/
ChannelTest.php 449 $this->channel3 = new Grpc\Channel('localhost:50025', []); variable
460 $state = $this->channel3->getConnectivityState();
532 $this->channel3 = new Grpc\Channel('localhost:50027', variable
543 $state = $this->channel3->getConnectivityState();
548 $this->channel3->close();
582 // channel3 shares with channel1
583 $this->channel3 = new Grpc\Channel('localhost:50029', []); variable
592 $state = $this->channel3->getConnectivityState();
627 // channel3 shares with channel1
628 $this->channel3 = new Grpc\Channel('localhost:50130', []) variable
654 $this->channel3 = new Grpc\\Channel('localhost:50230', []); variable
677 $this->channel3 = new Grpc\\Channel('localhost:50031', []); variable
    [all...]
  /external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/
PersistentChannelTest.php 99 $this->channel3 = new Grpc\Channel('localhost:3', []); variable
256 $this->channel3 = new Grpc\Channel('localhost:10003', variable
258 $channel3_info = $this->channel3->getChannelInfo();
383 $this->channel3 = new Grpc\Channel('localhost:10011', variable
385 $channel3_info = $this->channel3->getChannelInfo();
412 $this->channel3 = new Grpc\Channel('localhost:10012', variable
414 $channel3_info = $this->channel3->getChannelInfo();
445 $this->channel3 = new Grpc\Channel('localhost:10013', variable
447 $channel3_info = $this->channel3->getChannelInfo();
478 $this->channel3 = new Grpc\Channel('localhost:10014' variable
    [all...]
  /external/webrtc/webrtc/p2p/base/
transportcontroller_unittest.cc 394 FakeTransportChannel* channel3 = CreateChannel("video", 1); local
395 ASSERT_NE(nullptr, channel3);
410 FakeTransportChannel* channel3 = CreateChannel("audio", 2); local
411 ASSERT_NE(nullptr, channel3);
448 FakeTransportChannel* channel3 = CreateChannel("video", 2); local
449 ASSERT_NE(nullptr, channel3);
456 channel3->SetCandidatesGatheringComplete();
457 channel3->SetConnectionCount(1);
458 channel3->SetConnectionCount(0);
482 FakeTransportChannel* channel3 = CreateChannel("video", 2) local
594 FakeTransportChannel* channel3 = CreateChannel("data", 1); local
    [all...]
  /cts/tests/app/src/android/app/cts/
NotificationManagerTest.java 890 NotificationChannel channel3 = local
917 NotificationChannel channel3 = local
927 channelMap.put(channel3.getId(), channel3); local
    [all...]
  /bionic/libc/kernel/uapi/linux/
cdrom.h 101 __u8 channel3; member in struct:cdrom_volctrl
  /external/kernel-headers/original/uapi/linux/
cdrom.h 202 __u8 channel3; member in struct:cdrom_volctrl
  /external/python/cpython2/Mac/Modules/qt/
_Qtmodule.c 17843 Fixed channel3; local
17869 Fixed channel3; local
    [all...]

Completed in 355 milliseconds