Home
last modified time | relevance | path

Searched refs:callId (Results 1 – 8 of 8) sorted by relevance

/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_cpp.template73 DispatcherBase::Callback::Callback(std::unique_ptr<DispatcherBase::WeakPtr> backendImpl, int callId
75 , m_callId(callId)
110 void DispatcherBase::sendResponse(int callId, const DispatchResponse& response, std::unique_ptr<pro…
115 reportProtocolError(callId, response.errorCode(), response.errorMessage(), nullptr);
118 …m_frontendChannel->sendProtocolResponse(callId, InternalResponse::createResponse(callId, std::move…
121 void DispatcherBase::sendResponse(int callId, const DispatchResponse& response)
123 sendResponse(callId, response, DictionaryValue::create());
130 …static std::unique_ptr<ProtocolError> createErrorResponse(int callId, DispatchResponse::ErrorCode …
133 protocolError->m_callId = callId;
186 static void reportProtocolErrorTo(FrontendChannel* frontendChannel, int callId, DispatchResponse::E…
[all …]
DDispatcherBase_h.template71 …Callback(std::unique_ptr<WeakPtr> backendImpl, int callId, const String& method, const ProtocolMes…
90 …virtual void dispatch(int callId, const String& method, const ProtocolMessage& rawMessage, std::un…
93 …void sendResponse(int callId, const DispatchResponse&, std::unique_ptr<protocol::DictionaryValue> …
94 void sendResponse(int callId, const DispatchResponse&);
96 …void reportProtocolError(int callId, DispatchResponse::ErrorCode, const String& errorMessage, Erro…
112 bool parseCommand(Value* message, int* callId, String* method);
114 …void dispatch(int callId, const String& method, std::unique_ptr<Value> message, const ProtocolMess…
128 …static std::unique_ptr<InternalResponse> createResponse(int callId, std::unique_ptr<Serializable> …
137 InternalResponse(int callId, const String& notification, std::unique_ptr<Serializable> params);
DFrontendChannel_h.template30 virtual void sendProtocolResponse(int callId, std::unique_ptr<Serializable> message) = 0;
32 virtual void fallThrough(int callId, const String& method, const ProtocolMessage& message) = 0;
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_cpp.template234 …void dispatch(int callId, const String& method, const ProtocolMessage& message, std::unique_ptr<pr…
238 …using CallHandler = void (DispatcherImpl::*)(int callId, const String& method, const ProtocolMessa…
246 …void {{command.name}}(int callId, const String& method, const ProtocolMessage& message, std::uniqu…
256 void DispatcherImpl::dispatch(int callId, const String& method, const ProtocolMessage& message, std…
261 (this->*(it->second))(callId, method, message, std::move(messageObject), &errors);
272 …}}CallbackImpl(std::unique_ptr<DispatcherBase::WeakPtr> backendImpl, int callId, const String& met…
273 : DispatcherBase::Callback(std::move(backendImpl), callId, method, message) { }
310 void DispatcherImpl::{{command.name}}(int callId, const String& method, const ProtocolMessage& mess…
332 reportProtocolError(callId, DispatchResponse::kInvalidParams, kInvalidParamsString, errors);
365 channel()->fallThrough(callId, method, message);
[all …]
/third_party/node/src/
Dinspector_agent.cc282 int callId, in sendResponse() argument
304 void sendProtocolResponse(int callId, in sendProtocolResponse() argument
313 void fallThrough(int callId, in fallThrough() argument
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_telephony_call.js149 callId: "[PC Preview] unknow callId", property
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp6144 const deUint32 callId; in submit() member
6173 const deUint32 callId = (deUint32)descriptorSetNdx; in verify() local
6176 if (id < callId * (arrayIntSize / m_valuesPerPixel)) in verify()
6574 const deUint32 callId; in submit() member
6602 const deUint32 callId = (deUint32)descriptorSetNdx; in verify() local
6609 if (y * 256u + x < callId * (m_maxUniformTexelCount / valuesPerPixel)) in verify()
6812 const deUint32 callId; in submit() member
6844 const deUint32 callId = (deUint32)descriptorSetNdx; in verify() local
6851 if (y * 256u + x < callId * (m_maxStorageTexelCount / valuesPerPixel)) in verify()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch252949 + void sendResponse(int callId,
252951 + CHECK_EQ(callId, 1);