Home
last modified time | relevance | path

Searched refs:Communication (Results 1 – 25 of 67) sorted by relevance

123

/src/contrib/llvm-project/lldb/source/Core/
H A DCommunication.cpp29 Communication::Communication() in Communication() function in Communication
33 Communication::~Communication() { in ~Communication()
37 void Communication::Clear() { in Clear()
41 ConnectionStatus Communication::Connect(const char *url, Status *error_ptr) { in Connect()
44 LLDB_LOG(GetLog(LLDBLog::Communication), in Connect()
55 ConnectionStatus Communication::Disconnect(Status *error_ptr) { in Disconnect()
56 LLDB_LOG(GetLog(LLDBLog::Communication), "{0} Communication::Disconnect ()", in Disconnect()
77 bool Communication::IsConnected() const { in IsConnected()
82 bool Communication::HasConnection() const { in HasConnection()
86 size_t Communication::Read(void *dst, size_t dst_len, in Read()
[all …]
H A DThreadedCommunication.cpp41 : Communication(), Broadcaster(nullptr, name), m_read_thread_enabled(false), in ThreadedCommunication()
44 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ThreadedCommunication()
59 LLDB_LOG(GetLog(LLDBLog::Object | LLDBLog::Communication), in ~ThreadedCommunication()
67 Communication::Clear(); in Clear()
73 return Communication::Disconnect(error_ptr); in Disconnect()
80 Log *log = GetLog(LLDBLog::Communication); in Read()
155 return Communication::Read(dst, dst_len, timeout, status, error_ptr); in Read()
167 LLDB_LOG(GetLog(LLDBLog::Communication), in StartReadThread()
200 LLDB_LOG(GetLog(LLDBLog::Communication), in StopReadThread()
242 LLDB_LOG(GetLog(LLDBLog::Communication), in AppendBytesToCache()
[all …]
/src/contrib/llvm-project/lldb/include/lldb/Core/
H A DCommunication.h39 class Communication {
42 Communication();
47 virtual ~Communication();
179 Communication(const Communication &) = delete;
180 const Communication &operator=(const Communication &) = delete;
H A DThreadedCommunication.h61 class ThreadedCommunication : public Communication, public Broadcaster {
62 using Communication::Communication;
/src/secure/caroot/trusted/
H A DSecurity_Communication_ECC_RootCA1.pem2 ## Security Communication ECC RootCA1
20 Issuer: C = JP, O = "SECOM Trust Systems CO.,LTD.", CN = Security Communication ECC RootCA1
24 Subject: C = JP, O = "SECOM Trust Systems CO.,LTD.", CN = Security Communication ECC RootCA1
H A DSecurity_Communication_RootCA2.pem2 ## Security Communication RootCA2
19 Issuer: C = JP, O = "SECOM Trust Systems CO.,LTD.", OU = Security Communication RootCA2
23 Subject: C = JP, O = "SECOM Trust Systems CO.,LTD.", OU = Security Communication RootCA2
/src/contrib/bsnmp/snmpd/
H A DBEGEMOT-MIB.txt3 -- Fraunhofer Institute for Open Communication Systems (FhG Fokus).
47 Postal: Fraunhofer Institute for Open Communication Systems
H A DFOKUS-MIB.txt3 -- Fraunhofer Institute for Open Communication Systems (FhG Fokus).
43 Postal: Fraunhofer Institute for Open Communication Systems
/src/sys/contrib/device-tree/Bindings/timer/
H A Ddigicolor-timer.txt6 - reg : Specifies base physical address and size of the "Agent Communication"
/src/contrib/file/magic/Magdir/
H A Dpci_ids84 # Simple Communication Controllers
97 # Satellite Communication Controllers
/src/sys/contrib/device-tree/Bindings/watchdog/
H A Ddigicolor-wdt.txt4 "Agent Communication" block. This block includes the eight programmable system
/src/contrib/llvm-project/lldb/source/Utility/
H A DLLDBLog.cpp21 {{"comm"}, {"log communication activities"}, LLDBLog::Communication},
/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DLLDBLog.h23 Communication = Log::ChannelFlag<4>, enumerator
/src/secure/caroot/untrusted/
H A DSecurity_Communication_RootCA3.pem2 ## Security Communication RootCA3
20 Issuer: C = JP, O = "SECOM Trust Systems CO.,LTD.", CN = Security Communication RootCA3
24 Subject: C = JP, O = "SECOM Trust Systems CO.,LTD.", CN = Security Communication RootCA3
/src/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp229 Log *log = GetLog(LLDBLog::Communication); in Read()
257 Log *log = GetLog(LLDBLog::Communication); in Write()
/src/sys/contrib/device-tree/Bindings/arm/keystone/
H A Dkeystone.txt41 - K2G Industrial Communication Engine EVM
/src/sys/contrib/device-tree/Bindings/clock/
H A Dti,sci-clk.txt5 are only controlled by this entity. Communication between a host processor
/src/sys/contrib/device-tree/Bindings/powerpc/nintendo/
H A Dwii.txt120 1.j) The Inter-Processor Communication (IPC) node
122 Represent the Inter-Processor Communication interface. This interface
/src/sys/contrib/device-tree/Bindings/mfd/
H A Datmel-flexcom.txt1 * Device tree bindings for Atmel Flexcom (Flexible Serial Communication Unit)
/src/sys/contrib/device-tree/Bindings/misc/
H A Dqcom,fastrpc.txt3 The FastRPC implements an IPC (Inter-Processor Communication)
/src/release/packages/ucl/
H A Dbsnmp-all.ucl8 * Fraunhofer Institute for Open Communication Systems (FhG Fokus).
/src/sys/contrib/device-tree/Bindings/soc/ti/
H A Dsci-pm-domain.txt6 Communication between the host processor running an OS and the system
/src/sys/contrib/device-tree/Bindings/reset/
H A Dti,sci-reset.txt6 the state of the various hardware modules present on the SoC. Communication
/src/usr.sbin/bsnmpd/modules/snmp_netgraph/
H A Dnetgraph_tree.def3 # Fraunhofer Institute for Open Communication Systems (FhG Fokus).
/src/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dti,sci-inta.txt33 Communication between the host processor running an OS and the system

123