Home
last modified time | relevance | path

Searched refs:GetStatsPluginsForServer (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/grpc-grpc/test/cpp/ext/otel/
H A Dotel_plugin_test.cc1408 grpc_core::GlobalStatsPluginRegistry::GetStatsPluginsForServer(args); in TEST_F()
1459 grpc_core::GlobalStatsPluginRegistry::GetStatsPluginsForServer(args); in TEST_F()
1516 grpc_core::GlobalStatsPluginRegistry::GetStatsPluginsForServer(args); in TEST_F()
1555 grpc_core::GlobalStatsPluginRegistry::GetStatsPluginsForServer(args); in TEST_F()
1633 grpc_core::GlobalStatsPluginRegistry::GetStatsPluginsForServer(args); in TEST_F()
/aosp_15_r20/external/grpc-grpc/src/core/ext/xds/
H A Dxds_client_grpc.cc271 return GlobalStatsPluginRegistry::GetStatsPluginsForServer(ChannelArgs{}); in GetStatsPluginGroupForKey()
/aosp_15_r20/external/grpc-grpc/src/core/lib/surface/
H A Dlegacy_channel.cc94 GlobalStatsPluginRegistry::GetStatsPluginsForServer(args); in Create()
/aosp_15_r20/external/grpc-grpc/src/core/lib/channel/
H A Dmetrics.h361 static StatsPluginGroup GetStatsPluginsForServer(const ChannelArgs& args);
H A Dmetrics.cc382 GlobalStatsPluginRegistry::GetStatsPluginsForServer(const ChannelArgs& args) { in GetStatsPluginsForServer() function in grpc_core::GlobalStatsPluginRegistry