Home
last modified time | relevance | path

Searched refs:sendProtocolNotification (Results 1 – 4 of 4) sorted by relevance

/third_party/node/tools/inspector_protocol/lib/
DFrontendChannel_h.template31 virtual void sendProtocolNotification(std::unique_ptr<Serializable> message) = 0;
DDispatcherBase_cpp.template195 …frontendChannel->sendProtocolNotification(ProtocolError::createErrorNotification(code, errorMessag…
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_cpp.template194 …m_frontendChannel->sendProtocolNotification(InternalResponse::createNotification("{{domain.domain}…
196 …m_frontendChannel->sendProtocolNotification(InternalResponse::createNotification("{{domain.domain}…
208 …m_frontendChannel->sendProtocolNotification(InternalRawNotification::fromJSON(std::move(notificati…
213 …m_frontendChannel->sendProtocolNotification(InternalRawNotification::fromBinary(std::move(notifica…
/third_party/node/src/
Dinspector_agent.cc308 void sendProtocolNotification( in sendProtocolNotification() function in node::inspector::__anon38da31470111::ChannelImpl