Searched refs:sendProtocolNotification (Results 1 – 4 of 4) sorted by relevance
31 virtual void sendProtocolNotification(std::unique_ptr<Serializable> message) = 0;
195 …frontendChannel->sendProtocolNotification(ProtocolError::createErrorNotification(code, errorMessag…
194 …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…
308 void sendProtocolNotification( in sendProtocolNotification() function in node::inspector::__anon38da31470111::ChannelImpl