Home
last modified time | relevance | path

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

/external/grpc-grpc/src/php/tests/unit_tests/PersistentChannelTests/
DPersistentChannelTest.php33 $plist = $channel_clean_persistent->getPersistentList();
66 $plist_info = $this->channel1->getPersistentList();
79 $plist_info = $this->channel1->getPersistentList();
92 $plist_info = $this->channel1->getPersistentList();
96 $plist_info = $this->channel1->getPersistentList();
100 $plist_info = $this->channel1->getPersistentList();
125 $plist_info = $this->channel1->getPersistentList();
129 $plist_info = $this->channel1->getPersistentList();
133 $plist_info = $this->channel1->getPersistentList();
141 $plist = $this->channel2->getPersistentList();
[all …]
/external/grpc-grpc/src/php/ext/grpc/
Dchannel.c653 PHP_METHOD(Channel, getPersistentList) { in PHP_METHOD() argument
746 PHP_ME(Channel, getPersistentList, arginfo_getPersistentList,