Home
last modified time | relevance | path

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

/third_party/grpc/test/cpp/end2end/
Dservice_config_end2end_test.cc440 EXPECT_STREQ("", channel->GetServiceConfigJSON().c_str()); in TEST_F()
450 channel->GetServiceConfigJSON().c_str()); in TEST_F()
468 channel->GetServiceConfigJSON().c_str()); in TEST_F()
477 EXPECT_STREQ(ValidServiceConfigV1(), channel->GetServiceConfigJSON().c_str()); in TEST_F()
480 EXPECT_STREQ(ValidServiceConfigV2(), channel->GetServiceConfigJSON().c_str()); in TEST_F()
490 EXPECT_STREQ(ValidServiceConfigV1(), channel->GetServiceConfigJSON().c_str()); in TEST_F()
493 EXPECT_STREQ("", channel->GetServiceConfigJSON().c_str()); in TEST_F()
503 EXPECT_STREQ(ValidServiceConfigV1(), channel->GetServiceConfigJSON().c_str()); in TEST_F()
507 channel->GetServiceConfigJSON().c_str()); in TEST_F()
517 EXPECT_STREQ(ValidServiceConfigV1(), channel->GetServiceConfigJSON().c_str()); in TEST_F()
[all …]
/third_party/grpc/include/grpcpp/
Dchannel.h70 std::string GetServiceConfigJSON() const;
Dchannel_impl.h72 std::string GetServiceConfigJSON() const;
/third_party/grpc/src/cpp/client/
Dchannel_cc.cc90 std::string Channel::GetServiceConfigJSON() const { in GetServiceConfigJSON() function in grpc::Channel