Home
last modified time | relevance | path

Searched refs:RequestType (Results 1 – 25 of 2181) sorted by relevance

12345678910>>...88

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/boot2qt/device-detection/
H A Dhostmessages.cpp56 return RequestType::Devices; in requestType()
60 return RequestType::StopServer; in requestType()
62 return RequestType::Messages; in requestType()
68 return RequestType::Unknown; in requestType()
74 case RequestType::Devices: in requestTypeString()
76 case RequestType::WatchDevices: in requestTypeString()
78 case RequestType::StopServer: in requestTypeString()
80 case RequestType::Messages: in requestTypeString()
82 case RequestType::WatchMessages: in requestTypeString()
84 case RequestType::MessagesAndClear: in requestTypeString()
[all …]
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/mtp/usb/
H A DRequest.h31 enum struct RequestType : u8 enum
46 constexpr RequestType operator | (RequestType r1, RequestType r2)
47 { return static_cast<RequestType>(static_cast<u8>(r1) | static_cast<u8>(r2)); };
81 …DeviceOut = static_cast<u8>(RequestType::HostToDevice | RequestType::Standard | RequestType::Devic…
82 …DeviceIn = static_cast<u8>(RequestType::DeviceToHost | RequestType::Standard | RequestType::Device)
118 …InterfaceOut = static_cast<u8>(RequestType::HostToDevice | RequestType::Standard | RequestType::In…
119 …InterfaceIn = static_cast<u8>(RequestType::DeviceToHost | RequestType::Standard | RequestType::In…
149 …EnpointOut = static_cast<u8>(RequestType::HostToDevice | RequestType::Standard | RequestType::End…
150 …EnpointIn = static_cast<u8>(RequestType::DeviceToHost | RequestType::Standard | RequestType::Endp…
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/mtp/usb/
H A DRequest.h31 enum struct RequestType : u8 enum
46 constexpr RequestType operator | (RequestType r1, RequestType r2)
47 { return static_cast<RequestType>(static_cast<u8>(r1) | static_cast<u8>(r2)); };
81 …DeviceOut = static_cast<u8>(RequestType::HostToDevice | RequestType::Standard | RequestType::Devic…
82 …DeviceIn = static_cast<u8>(RequestType::DeviceToHost | RequestType::Standard | RequestType::Device)
118 …InterfaceOut = static_cast<u8>(RequestType::HostToDevice | RequestType::Standard | RequestType::In…
119 …InterfaceIn = static_cast<u8>(RequestType::DeviceToHost | RequestType::Standard | RequestType::In…
149 …EnpointOut = static_cast<u8>(RequestType::HostToDevice | RequestType::Standard | RequestType::End…
150 …EnpointIn = static_cast<u8>(RequestType::DeviceToHost | RequestType::Standard | RequestType::Endp…
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/services/device_sync/
H A Dcryptauth_scheduler_impl.cc182 RequestType request_type) { in GetLastAttemptTimePrefName()
184 case RequestType::kEnrollment: in GetLastAttemptTimePrefName()
186 case RequestType::kDeviceSync: in GetLastAttemptTimePrefName()
193 RequestType request_type) { in GetLastSuccessTimePrefName()
195 case RequestType::kEnrollment: in GetLastSuccessTimePrefName()
197 case RequestType::kDeviceSync: in GetLastSuccessTimePrefName()
204 RequestType request_type) { in GetPendingRequestPrefName()
206 case RequestType::kEnrollment: in GetPendingRequestPrefName()
311 RequestType request_type, in MakeRequest()
323 RequestType request_type, in HandleResult()
[all …]
H A Dcryptauth_scheduler_impl.h89 enum class RequestType { kEnrollment, kDeviceSync }; enum
131 void OnSchedulingStarted(RequestType request_type);
133 RequestType request_type,
137 RequestType request_type,
145 RequestType request_type) const;
146 bool IsWaitingForResult(RequestType request_type) const;
153 void InitializePendingRequest(RequestType request_type);
160 void ScheduleNextRequest(RequestType request_type);
165 void OnTimerFired(RequestType request_type);
171 base::flat_map<RequestType, std::unique_ptr<base::OneShotTimer>>
[all …]
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/impl/codegen/
H A Dmethod_handler.h79 template <class RequestType>
85 &buf, static_cast<RequestType*>(request)); in UnaryDeserializeHelper()
90 request->~RequestType(); in UnaryDeserializeHelper()
96 class BaseRequestType = RequestType,
116 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
125 call, sizeof(RequestType))) RequestType; in Deserialize()
151 ServerReader<RequestType> reader( in RunHandler()
209 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
236 call, sizeof(RequestType))) RequestType(); in Deserialize()
243 request->~RequestType(); in Deserialize()
[all …]
H A Dserver_callback_handlers.h30 template <class RequestType, class ResponseType>
84 RequestType* request = nullptr; in Deserialize()
253 template <class RequestType, class ResponseType>
281 ServerReadReactor<RequestType>>( in RunHandler()
291 UnimplementedReadReactor<RequestType>( in RunHandler()
362 void Read(RequestType* req) override { in Read()
439 template <class RequestType, class ResponseType>
490 call, sizeof(RequestType))) RequestType(); in Deserialize()
497 request->~RequestType(); in Deserialize()
651 const RequestType* req_;
[all …]
/dports/devel/grpc/grpc-1.42.0/include/grpcpp/impl/codegen/
H A Dmethod_handler.h81 template <class RequestType>
87 &buf, static_cast<RequestType*>(request)); in UnaryDeserializeHelper()
92 request->~RequestType(); in UnaryDeserializeHelper()
98 class BaseRequestType = RequestType,
118 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
127 call, sizeof(RequestType))) RequestType; in Deserialize()
153 ServerReader<RequestType> reader( in RunHandler()
211 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
238 call, sizeof(RequestType))) RequestType(); in Deserialize()
245 request->~RequestType(); in Deserialize()
[all …]
H A Dserver_callback_handlers.h32 template <class RequestType, class ResponseType>
85 RequestType* request = nullptr; in Deserialize()
251 template <class RequestType, class ResponseType>
279 ServerReadReactor<RequestType>>( in RunHandler()
289 UnimplementedReadReactor<RequestType>( in RunHandler()
360 void Read(RequestType* req) override { in Read()
494 call, sizeof(RequestType))) RequestType(); in Deserialize()
501 request->~RequestType(); in Deserialize()
625 req_->~RequestType(); in ~ServerCallbackWriterImpl()
662 const RequestType* req_;
[all …]
/dports/devel/py-grpcio-tools/grpcio-tools-1.43.0/grpc_root/include/grpcpp/impl/codegen/
H A Dmethod_handler.h81 template <class RequestType>
87 &buf, static_cast<RequestType*>(request)); in UnaryDeserializeHelper()
92 request->~RequestType(); in UnaryDeserializeHelper()
98 class BaseRequestType = RequestType,
118 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
127 call, sizeof(RequestType))) RequestType; in Deserialize()
153 ServerReader<RequestType> reader( in RunHandler()
211 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
238 call, sizeof(RequestType))) RequestType(); in Deserialize()
245 request->~RequestType(); in Deserialize()
[all …]
H A Dserver_callback_handlers.h32 template <class RequestType, class ResponseType>
85 RequestType* request = nullptr; in Deserialize()
251 template <class RequestType, class ResponseType>
279 ServerReadReactor<RequestType>>( in RunHandler()
289 UnimplementedReadReactor<RequestType>( in RunHandler()
360 void Read(RequestType* req) override { in Read()
494 call, sizeof(RequestType))) RequestType(); in Deserialize()
501 request->~RequestType(); in Deserialize()
625 req_->~RequestType(); in ~ServerCallbackWriterImpl()
662 const RequestType* req_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/include/grpcpp/impl/codegen/
H A Dmethod_handler_impl.h52 template <class ServiceType, class RequestType, class ResponseType>
57 const RequestType*, ResponseType*)> in RpcMethodHandler() argument
70 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
95 call, sizeof(RequestType))) RequestType(); in Deserialize()
101 request->~RequestType(); in Deserialize()
108 const RequestType*, ResponseType*)>
176 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
200 call, sizeof(RequestType))) RequestType(); in Deserialize()
206 request->~RequestType(); in Deserialize()
279 template <class RequestType, class ResponseType>
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/editors/code/src/
H A Dlsp_ext.ts10 export const analyzerStatus = new lc.RequestType<AnalyzerStatusParams, string, void>("rust-analyzer…
23 export const hover = new lc.RequestType<HoverParams, lc.Hover | null, void>("textDocument/hover");
34 export const syntaxTree = new lc.RequestType<SyntaxTreeParams, string, void>("rust-analyzer/syntaxT…
36 export const viewHir = new lc.RequestType<lc.TextDocumentPositionParams, string, void>("rust-analyz…
42 export const viewItemTree = new lc.RequestType<ViewItemTreeParams, string, void>("rust-analyzer/vie…
48 export const viewCrateGraph = new lc.RequestType<ViewCrateGraphParams, string, void>("rust-analyzer…
72 export const joinLines = new lc.RequestType<JoinLinesParams, lc.TextEdit[], void>("experimental/joi…
94 export const runnables = new lc.RequestType<RunnablesParams, Runnable[], void>("experimental/runnab…
121 export const inlayHints = new lc.RequestType<InlayHintsParams, InlayHint[], void>("rust-analyzer/in…
130 export const ssr = new lc.RequestType<SsrParams, lc.WorkspaceEdit, void>('experimental/ssr');
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/editors/code/src/
H A Dlsp_ext.ts10 export const analyzerStatus = new lc.RequestType<AnalyzerStatusParams, string, void>("rust-analyzer…
22 export const hover = new lc.RequestType<HoverParams, lc.Hover | null, void>("textDocument/hover");
33 export const syntaxTree = new lc.RequestType<SyntaxTreeParams, string, void>("rust-analyzer/syntaxT…
35 export const viewHir = new lc.RequestType<lc.TextDocumentPositionParams, string, void>("rust-analyz…
41 export const viewItemTree = new lc.RequestType<ViewItemTreeParams, string, void>("rust-analyzer/vie…
47 export const viewCrateGraph = new lc.RequestType<ViewCrateGraphParams, string, void>("rust-analyzer…
71 export const joinLines = new lc.RequestType<JoinLinesParams, lc.TextEdit[], void>("experimental/joi…
93 export const runnables = new lc.RequestType<RunnablesParams, Runnable[], void>("experimental/runnab…
120 export const inlayHints = new lc.RequestType<InlayHintsParams, InlayHint[], void>("rust-analyzer/in…
129 export const ssr = new lc.RequestType<SsrParams, lc.WorkspaceEdit, void>('experimental/ssr');
[all …]
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/impl/codegen/
H A Dmethod_handler_impl.h73 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
100 call, sizeof(RequestType))) RequestType(); in Deserialize()
107 request->~RequestType(); in Deserialize()
133 ::grpc_impl::ServerReader<RequestType> reader( in RunHandler()
178 const RequestType*, in ServerStreamingHandler() argument
196 static_cast<RequestType*>(param.request)->~RequestType(); in RunHandler()
223 call, sizeof(RequestType))) RequestType(); in Deserialize()
230 request->~RequestType(); in Deserialize()
236 const RequestType*,
315 template <class RequestType, class ResponseType>
[all …]
H A Dmethod_handler.h28 template <class ServiceType, class RequestType, class ResponseType>
30 ::grpc_impl::internal::BidiStreamingHandler<ServiceType, RequestType,
33 template <class ServiceType, class RequestType, class ResponseType>
35 ::grpc_impl::internal::RpcMethodHandler<ServiceType, RequestType,
38 template <class ServiceType, class RequestType, class ResponseType>
40 ::grpc_impl::internal::ClientStreamingHandler<ServiceType, RequestType,
43 template <class ServiceType, class RequestType, class ResponseType>
45 ::grpc_impl::internal::ServerStreamingHandler<ServiceType, RequestType,
52 template <class RequestType, class ResponseType>
56 template <class RequestType, class ResponseType>
[all …]
H A Dserver_callback_handlers.h30 template <class RequestType, class ResponseType>
86 RequestType* request = nullptr; in Deserialize()
254 template <class RequestType, class ResponseType>
283 ServerReadReactor<RequestType>>( in RunHandler()
294 UnimplementedReadReactor<RequestType>( in RunHandler()
302 std::function<ServerReadReactor<RequestType>*(
363 void Read(RequestType* req) override { in Read()
492 call, sizeof(RequestType))) RequestType(); in Deserialize()
499 request->~RequestType(); in Deserialize()
653 const RequestType* req_;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/base/
H A Disolation_info_unittest.cc45 EXPECT_EQ(IsolationInfo::RequestType::kMainFrame, in TEST_F()
61 EXPECT_EQ(IsolationInfo::RequestType::kMainFrame, in TEST_F()
79 EXPECT_EQ(IsolationInfo::RequestType::kSubFrame, in TEST_F()
95 EXPECT_EQ(IsolationInfo::RequestType::kSubFrame, in TEST_F()
230 IsolationInfo::RequestType::kMainFrame, kNIK); in TEST_F()
231 EXPECT_EQ(IsolationInfo::RequestType::kMainFrame, in TEST_F()
246 EXPECT_EQ(IsolationInfo::RequestType::kSubFrame, in TEST_F()
321 IsolationInfo::RequestType::kMainFrame, kNIK); in TEST_F()
322 EXPECT_EQ(IsolationInfo::RequestType::kMainFrame, in TEST_F()
342 EXPECT_EQ(IsolationInfo::RequestType::kSubFrame, in TEST_F()
[all …]
H A Disolation_info.cc39 bool IsConsistent(IsolationInfo::RequestType request_type, in IsConsistent()
67 case IsolationInfo::RequestType::kMainFrame: in IsConsistent()
75 case IsolationInfo::RequestType::kSubFrame: in IsConsistent()
80 case IsolationInfo::RequestType::kOther: in IsConsistent()
90 : IsolationInfo(RequestType::kOther, in IsolationInfo()
128 RequestType request_type, in CreatePartial()
152 RequestType request_type, in CreateIfConsistent()
167 if (request_type_ == RequestType::kOther) in CreateForRedirect()
170 if (request_type_ == RequestType::kSubFrame) { in CreateForRedirect()
175 DCHECK_EQ(RequestType::kMainFrame, request_type_); in CreateForRedirect()
[all …]
/dports/devel/grpc134/grpc-1.34.1/include/grpcpp/generic/
H A Dgeneric_stub.h43 template <class RequestType, class ResponseType>
53 std::unique_ptr<ClientAsyncReaderWriter<RequestType, ResponseType>>
65 const RequestType& request, ::grpc::CompletionQueue* cq) { in PrepareUnaryCall()
80 std::unique_ptr<ClientAsyncReaderWriter<RequestType, ResponseType>> Call( in Call()
90 const RequestType* request, ResponseType* response, in UnaryCall()
111 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall() argument
126 const RequestType* request, ResponseType* response, in UnaryCall()
148 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall() argument
176 const RequestType* request, in PrepareUnaryCallInternal()
188 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal() argument
[all …]
/dports/devel/grpc130/grpc-1.30.2/include/grpcpp/generic/
H A Dgeneric_stub_impl.h45 template <class RequestType, class ResponseType>
55 std::unique_ptr<ClientAsyncReaderWriter<RequestType, ResponseType>>
67 const RequestType& request, CompletionQueue* cq) { in PrepareUnaryCall()
82 std::unique_ptr<ClientAsyncReaderWriter<RequestType, ResponseType>> Call( in Call()
92 const RequestType* request, ResponseType* response, in UnaryCall()
113 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall() argument
128 const RequestType* request, ResponseType* response, in UnaryCall()
150 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCall() argument
178 const RequestType* request, in PrepareUnaryCallInternal()
190 ClientBidiReactor<RequestType, ResponseType>* reactor) { in PrepareBidiStreamingCallInternal() argument
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/network/public/cpp/
H A Disolation_info_mojom_traits.cc14 net::IsolationInfo::RequestType>::
16 net::IsolationInfo::RequestType* out) { in FromMojom()
19 *out = net::IsolationInfo::RequestType::kMainFrame; in FromMojom()
22 *out = net::IsolationInfo::RequestType::kSubFrame; in FromMojom()
25 *out = net::IsolationInfo::RequestType::kOther; in FromMojom()
33 net::IsolationInfo::RequestType>::ToMojom(net::IsolationInfo::RequestType in ToMojom()
36 case net::IsolationInfo::RequestType::kMainFrame: in ToMojom()
38 case net::IsolationInfo::RequestType::kSubFrame: in ToMojom()
40 case net::IsolationInfo::RequestType::kOther: in ToMojom()
53 net::IsolationInfo::RequestType request_type; in Read()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/webauthn/
H A Dauthenticator_request_dialog_model_unittest.cc84 using RequestType = ::device::FidoRequestHandlerBase::RequestType; typedef in AuthenticatorRequestDialogModelTest
105 RequestType request_type; in TEST_F()
112 {RequestType::kGetAssertion, in TEST_F()
117 {RequestType::kGetAssertion, in TEST_F()
122 {RequestType::kGetAssertion, in TEST_F()
127 {RequestType::kGetAssertion, in TEST_F()
132 {RequestType::kGetAssertion, in TEST_F()
139 {RequestType::kGetAssertion, in TEST_F()
146 {RequestType::kGetAssertion, in TEST_F()
154 {RequestType::kGetAssertion, in TEST_F()
[all …]
/dports/devel/grpc/grpc-1.42.0/test/cpp/qps/
H A Dserver_async.cc256 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument
273 req_ = RequestType(); in Reset()
299 RequestType req_;
302 std::function<void(ServerContextType*, RequestType*,
328 req_ = RequestType(); in Reset()
376 RequestType req_;
407 req_ = RequestType(); in Reset()
445 RequestType req_;
476 req_ = RequestType(); in Reset()
513 RequestType req_;
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/cpp/qps/
H A Dserver_async.cc246 std::function<void(ServerContextType*, RequestType*, in ServerRpcContextUnaryImpl() argument
263 req_ = RequestType(); in Reset()
289 RequestType req_;
292 std::function<void(ServerContextType*, RequestType*,
318 req_ = RequestType(); in Reset()
366 RequestType req_;
397 req_ = RequestType(); in Reset()
435 RequestType req_;
466 req_ = RequestType(); in Reset()
503 RequestType req_;
[all …]

12345678910>>...88