Home
last modified time | relevance | path

Searched full:unrequested (Results 1 – 25 of 30) sorted by relevance

12

/external/pigweed/pw_rpc/
Ddesign.rst99 .. _module-pw_rpc-design-unrequested-responses:
101 Unrequested responses
136 was introduced to distinguish unrequested responses. However, legacy servers
137 built prior to this change continue to send unrequested responses with call ID
140 which used "open call ID" would not accept unrequested responses from legacy
141 servers. Clients built after that change will accept unrequested responses which
Dendpoint.cc139 // Calls with ID of `kOpenCallId` were unrequested, and in FindIteratorsForCall()
144 // unrequested responses. in FindIteratorsForCall()
/external/pigweed/pw_rpc/ts/
Drpc_classes.ts24 /** Calls with ID of `kOpenCallId` were unrequested, and are updated to have the
170 // Calls with ID `OPEN_CALL_ID` were unrequested, and are updated to
Dclient_test.ts310 newResponse('is unrequested'),
318 expect(response).toEqual(newResponse('is unrequested'));
/external/pigweed/pw_rpc/py/pw_rpc/
Dclient.py38 # Calls with ID of `kOpenCallId` were unrequested, and are updated to have the
154 # If the inbound packet is unrequested, route to any matching call.
166 # found, the unrequested call adopts the inbound call's ID.
192 # Look up the RPC. If there is no match, check for unrequested RPCs.
/external/pigweed/pw_system/
Dinit.cc71 PW_LOG_ERROR("Error opening unrequested log streams %d", in InitImpl()
Dsystem.cc146 PW_LOG_ERROR("Error opening unrequested log streams %d", in InitTask()
/external/pigweed/pw_log_rpc/public/pw_log_rpc/
Drpc_log_drain_thread.h86 // Opens a server writer to set up an unrequested log stream.
/external/grpc-grpc/src/core/lib/experiments/
Dexperiments.cc75 "received but unrequested requests in the server for each call type. A "
270 "received but unrequested requests in the server for each call type. A "
465 "received but unrequested requests in the server for each call type. A "
Dexperiments.yaml145 received but unrequested requests in the server for each call type.
/external/pigweed/pw_system/public/pw_system/
Dconfig.h180 // unrequested data streams.
/external/pigweed/pw_rpc/public/pw_rpc/
Dserver.h132 // Opens a call object for an unrequested RPC. Calls created with OpenCall
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dcall.h91 // Unrequested RPCs always use this call ID. When a subsequent request
97 // unrequested responses with an "empty" (zero) call ID.
/external/pigweed/pw_log_rpc/py/
Drpc_log_stream_test.py79 # To handle unrequested log streams, packets' call Ids are set to
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/
DXdsResourceType.java96 // unrequested resources.
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/
Dhandshake_client.go1918 return errors.New("server advertised unrequested NPN extension")
1923 return errors.New("server advertised unrequested ALPN extension")
1944 return errors.New("server advertised unrequested Channel ID extension")
1960 return errors.New("tls: server advertised unrequested OCSP extension")
1968 return errors.New("tls: server advertised unrequested SCTs")
/external/cronet/stable/third_party/boringssl/src/ssl/test/runner/
Dhandshake_client.go1918 return errors.New("server advertised unrequested NPN extension")
1923 return errors.New("server advertised unrequested ALPN extension")
1944 return errors.New("server advertised unrequested Channel ID extension")
1960 return errors.New("tls: server advertised unrequested OCSP extension")
1968 return errors.New("tls: server advertised unrequested SCTs")
/external/boringssl/src/ssl/test/runner/
Dhandshake_client.go1988 return errors.New("server advertised unrequested NPN extension")
1993 return errors.New("server advertised unrequested ALPN extension")
2014 return errors.New("server advertised unrequested Channel ID extension")
2030 return errors.New("tls: server advertised unrequested OCSP extension")
2038 return errors.New("tls: server advertised unrequested SCTs")
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc260 return errors::Internal("Received response for unrequested fetch: ", in RunHelper()
/external/tensorflow/tensorflow/core/kernels/
Ddecode_proto_op.cc1026 // Unknown and unrequested fields are skipped. in Collect()
1028 return errors::DataLoss("Failed skipping unrequested field"); in Collect()
/external/pigweed/pw_digital_io_linux/
Ddigital_io_test.cc58 PW_LOG_ERROR("Cannot get value of unrequested line"); in GetValue()
/external/sdv/vsomeip/implementation/routing/src/
Drouting_manager_base.cpp1254 << " received subscription for unknown (unrequested / " in insert_subscription()
1290 << " received subscription for unknown (unrequested / " in insert_subscription()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm-c/
DOrc.h772 * information can be used to return responsibility for unrequested symbols
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h461 /// information can be used to return responsibility for unrequested symbols
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DCore.h564 /// information can be used to return responsibility for unrequested symbols

12