Home
last modified time | relevance | path

Searched refs:setCredentials (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/src/php/lib/Grpc/
DAbstractCall.php71 $this->call->setCredentials($call_credentials);
145 $this->call->setCredentials($call_credentials);
/third_party/grpc/src/php/tests/unit_tests/
DCallCredentials2Test.php71 $call->setCredentials($call_credentials);
141 $call->setCredentials($call_credentials);
173 $call->setCredentials($call_credentials);
DCallTest.php163 $this->call->setCredentials('hi');
169 $this->call->setCredentials([]);
/third_party/grpc/src/php/ext/grpc/
Dcall.c565 PHP_METHOD(Call, setCredentials) { in PHP_METHOD() argument
613 PHP_ME(Call, setCredentials, arginfo_setCredentials, ZEND_ACC_PUBLIC)