Searched full:unrequested (Results 1 – 25 of 30) sorted by relevance
12
/external/pigweed/pw_rpc/ |
D | design.rst | 99 .. _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
|
D | endpoint.cc | 139 // Calls with ID of `kOpenCallId` were unrequested, and in FindIteratorsForCall() 144 // unrequested responses. in FindIteratorsForCall()
|
/external/pigweed/pw_rpc/ts/ |
D | rpc_classes.ts | 24 /** 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
|
D | client_test.ts | 310 newResponse('is unrequested'), 318 expect(response).toEqual(newResponse('is unrequested'));
|
/external/pigweed/pw_rpc/py/pw_rpc/ |
D | client.py | 38 # 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/ |
D | init.cc | 71 PW_LOG_ERROR("Error opening unrequested log streams %d", in InitImpl()
|
D | system.cc | 146 PW_LOG_ERROR("Error opening unrequested log streams %d", in InitTask()
|
/external/pigweed/pw_log_rpc/public/pw_log_rpc/ |
D | rpc_log_drain_thread.h | 86 // Opens a server writer to set up an unrequested log stream.
|
/external/grpc-grpc/src/core/lib/experiments/ |
D | experiments.cc | 75 "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 "
|
D | experiments.yaml | 145 received but unrequested requests in the server for each call type.
|
/external/pigweed/pw_system/public/pw_system/ |
D | config.h | 180 // unrequested data streams.
|
/external/pigweed/pw_rpc/public/pw_rpc/ |
D | server.h | 132 // Opens a call object for an unrequested RPC. Calls created with OpenCall
|
/external/pigweed/pw_rpc/public/pw_rpc/internal/ |
D | call.h | 91 // 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/ |
D | rpc_log_stream_test.py | 79 # To handle unrequested log streams, packets' call Ids are set to
|
/external/grpc-grpc-java/xds/src/main/java/io/grpc/xds/ |
D | XdsResourceType.java | 96 // unrequested resources.
|
/external/cronet/tot/third_party/boringssl/src/ssl/test/runner/ |
D | handshake_client.go | 1918 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/ |
D | handshake_client.go | 1918 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/ |
D | handshake_client.go | 1988 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/ |
D | grpc_session.cc | 260 return errors::Internal("Received response for unrequested fetch: ", in RunHelper()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | decode_proto_op.cc | 1026 // Unknown and unrequested fields are skipped. in Collect() 1028 return errors::DataLoss("Failed skipping unrequested field"); in Collect()
|
/external/pigweed/pw_digital_io_linux/ |
D | digital_io_test.cc | 58 PW_LOG_ERROR("Cannot get value of unrequested line"); in GetValue()
|
/external/sdv/vsomeip/implementation/routing/src/ |
D | routing_manager_base.cpp | 1254 << " 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/ |
D | Orc.h | 772 * information can be used to return responsibility for unrequested symbols
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 461 /// information can be used to return responsibility for unrequested symbols
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 564 /// information can be used to return responsibility for unrequested symbols
|
12