Home
last modified time | relevance | path

Searched refs:server_type (Results 1 – 18 of 18) sorted by relevance

/third_party/grpc/tools/run_tests/performance/
Dscenario_config.py113 server_type, argument
154 'server_type': server_type,
167 if server_type != 'ASYNC_GENERIC_SERVER':
249 server_type='ASYNC_SERVER',
263 server_type='ASYNC_SERVER',
277 server_type='ASYNC_SERVER',
298 server_type='ASYNC_GENERIC_SERVER',
309 server_type='ASYNC_GENERIC_SERVER',
323 server_type='ASYNC_GENERIC_SERVER',
338 server_type='ASYNC_GENERIC_SERVER',
[all …]
/third_party/grpc/test/cpp/qps/
Djson_run_localhost_scenarios.bzl3server_type": "ASYNC_SERVER", "channel_args": [{"str_value": "latency", "name": "grpc.optimization…
Dqps_json_driver_scenarios.bzl3server_type": "SYNC_SERVER", "channel_args": [{"str_value": "throughput", "name": "grpc.optimizati…
Dqps_worker.cc73 ServerType_Name(config.server_type()).c_str()); in CreateServer()
75 switch (config.server_type()) { in CreateServer()
/third_party/grpc/src/php/tests/qps/generated_code/Grpc/Testing/
DServerConfig.php19 protected $server_type = 0; variable in Grpc\\Testing\\ServerConfig
129 return $this->server_type;
140 $this->server_type = $var;
/third_party/ffmpeg/libavformat/
Drtsp.c541 } else if (rt->server_type == RTSP_SERVER_WMS && in sdp_parse_line()
697 if (rt->server_type == RTSP_SERVER_WMS) in sdp_parse_line()
702 if (rt->server_type == RTSP_SERVER_REAL) in sdp_parse_line()
1481 rt->server_type == RTSP_SERVER_WMS) { in ff_rtsp_make_setup_request()
1503 if (rt->server_type == RTSP_SERVER_WMS && i > 1) { in ff_rtsp_make_setup_request()
1533 rt->server_type == RTSP_SERVER_SATIP ? ";" : "/UDP;", in ff_rtsp_make_setup_request()
1535 if (rt->server_type != RTSP_SERVER_REAL) in ff_rtsp_make_setup_request()
1540 !(rt->server_type == RTSP_SERVER_WMS && i > 0)) in ff_rtsp_make_setup_request()
1549 if (rt->server_type == RTSP_SERVER_WMS && in ff_rtsp_make_setup_request()
1570 } else if (rt->server_type == RTSP_SERVER_REAL || in ff_rtsp_make_setup_request()
[all …]
Drtspdec.c533 !(rt->server_type == RTSP_SERVER_WMS && i > 1)) in rtsp_read_play()
537 if (!(rt->server_type == RTSP_SERVER_REAL && rt->need_subscription)) { in rtsp_read_play()
593 else if (!(rt->server_type == RTSP_SERVER_REAL && rt->need_subscription)) { in rtsp_read_pause()
613 if (rt->server_type == RTSP_SERVER_REAL) { in ff_rtsp_setup_input_streams()
845 if (rt->server_type == RTSP_SERVER_REAL) { in rtsp_read_packet()
914 if (rt->server_type == RTSP_SERVER_REAL) in rtsp_read_packet()
935 if (rt->server_type == RTSP_SERVER_WMS || in rtsp_read_packet()
936 (rt->server_type != RTSP_SERVER_REAL && in rtsp_read_packet()
Drtsp.h276 enum RTSPServerType server_type; member
/third_party/pulseaudio/src/daemon/
Dserver-lookup.c120 static enum get_address_result_t get_address(pa_server_type_t server_type, char **address) { in get_address() argument
130 else if (!(*address = pa_get_dbus_address_from_server_type(server_type))) { in get_address()
151 switch (get_address(sl->core->server_type, &address)) { in handle_get_address()
337 switch (get_address(sl->core->server_type, &address)) { in handle_get_all()
Dmain.c1066 c->server_type = conf->local_server_type; in main()
Dohos_pa_main.c1101 c->server_type = conf->local_server_type; in ohos_pa_main()
/third_party/grpc/src/python/grpcio_tests/tests/qps/
Dworker_server.py74 if config.server_type == control_pb2.ASYNC_SERVER:
78 elif config.server_type == control_pb2.ASYNC_GENERIC_SERVER:
93 config.server_type))
/third_party/pulseaudio/src/modules/dbus/
Dmodule-dbus-protocol.c53 enum server_type { enum
81 enum server_type type;
193 …if (s->type == SERVER_TYPE_TCP || s->userdata->module->core->server_type == PA_SERVER_TYPE_SYSTEM)… in connection_new_cb()
394 static struct server *start_server(struct userdata *u, const char *address, enum server_type type) { in start_server()
449 address = pa_get_dbus_address_from_server_type(u->module->core->server_type); in start_local_server()
/third_party/grpc/src/python/grpcio_tests/tests_aio/benchmark/
Dworker_servicer.py77 if config.server_type == control_pb2.ASYNC_SERVER:
81 elif config.server_type == control_pb2.ASYNC_GENERIC_SERVER:
95 config.server_type))
/third_party/pulseaudio/src/pulsecore/
Dprotocol-dbus.h43 char *pa_get_dbus_address_from_server_type(pa_server_type_t server_type);
Dcore.h231 pa_server_type_t server_type; member
Dprotocol-dbus.c87 char *pa_get_dbus_address_from_server_type(pa_server_type_t server_type) { in pa_get_dbus_address_from_server_type() argument
92 switch (server_type) { in pa_get_dbus_address_from_server_type()
/third_party/grpc/src/proto/grpc/testing/
Dcontrol.proto141 ServerType server_type = 1; field