Home
last modified time | relevance | path

Searched refs:flowid (Results 1 – 10 of 10) sorted by relevance

/third_party/cef/tests/gtest/teamcity/src/
Dteamcity_messages.cpp102 void TeamcityMessages::suiteStarted(const std::string &name, const std::string &flowid) { in suiteStarted() argument
105 if(flowid.length() > 0) { in suiteStarted()
106 writeProperty("flowId", flowid); in suiteStarted()
112 void TeamcityMessages::suiteFinished(const std::string &name, const std::string &flowid) { in suiteFinished() argument
115 if(flowid.length() > 0) { in suiteFinished()
116 writeProperty("flowId", flowid); in suiteFinished()
122 void TeamcityMessages::testStarted(const std::string &name, const std::string &flowid, bool capture… in testStarted() argument
125 if(flowid.length() > 0) { in testStarted()
126 writeProperty("flowId", flowid); in testStarted()
136 …eamcityMessages::testFinished(const std::string &name, int durationMs, const std::string &flowid) { in testFinished() argument
[all …]
Dteamcity_gtest.cpp25 flowid = getFlowIdFromEnvironment(); in TeamcityGoogleTestEventListener()
29 : flowid(flowid_) { in TeamcityGoogleTestEventListener()
34 messages.suiteStarted(test_case.name(), flowid); in OnTestCaseStart()
39 messages.testStarted(test_info.name(), flowid); in OnTestStart()
74 flowid in OnTestEnd()
77 messages.testFinished(test_info.name(), static_cast<int>(result->elapsed_time()), flowid); in OnTestEnd()
82 messages.suiteFinished(test_case.name(), flowid); in OnTestCaseEnd()
Dteamcity_messages.h48 void suiteStarted(const std::string &name, const std::string &flowid = std::string());
49 void suiteFinished(const std::string &name, const std::string &flowid = std::string());
51 …void testStarted(const std::string &name, const std::string &flowid = std::string(), bool capture…
52 …onst std::string &message, const std::string &details, const std::string &flowid = std::string());
53 …void testIgnored(const std::string &name, const std::string &message, const std::string &flowid = …
54 …void testOutput(const std::string &name, const std::string &output, const std::string &flowid, boo…
55 …void testFinished(const std::string &name, int durationMs = -1, const std::string &flowid = std::s…
/third_party/cef/tests/gtest/teamcity/include/
Dteamcity_gtest.h30 TeamcityGoogleTestEventListener(const std::string& flowid);
44 std::string flowid; variable
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_input.c2913 (*netp)->flowid = mflowid;
5808 net->flowid = mflowid;
5850 net->flowid = mflowid;
6266 mflowid = m->m_pkthdr.flowid;
6392 uint32_t flowid, tag; local
6395 flowid = m->m_pkthdr.flowid;
6410 flowid = tag ^ ntohs(sh->dest_port) ^ ntohs(sh->src_port);
6411 m->m_pkthdr.flowid = flowid;
6414 cpu_to_use = sctp_cpuarry[flowid % mp_ncpus];
Dsctp_structs.h434 uint32_t flowid; member
Dsctp_pcb.c4751 net->flowid = stcb->asoc.my_vtag ^
6501 uint32_t flowid, tag; local
6518 flowid = tag ^ ntohs(sh->dest_port) ^ ntohs(sh->src_port);
6519 m->m_pkthdr.flowid = flowid;
Dsctp_output.c4197 m->m_pkthdr.flowid = net->flowid;
4200 m->m_pkthdr.flowid = mflowid;
4573 m->m_pkthdr.flowid = net->flowid;
4576 m->m_pkthdr.flowid = mflowid;
11730 mout->m_pkthdr.flowid = mflowid;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet6/
Dsctp6_usrreq.c195 mflowid = m->m_pkthdr.flowid;
/third_party/FreeBSD/
DUPDATING1036 The use of RSS hash from the network card aka flowid has been