Home
last modified time | relevance | path

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

/external/deqp/executor/
DxeTcpIpLink.hpp43 TcpIpLinkState (CommLinkState initialState, const char* initialErr);
46 CommLinkState getState (void) const;
47 CommLinkState getState (std::string& error) const;
51 void setState (CommLinkState state, const char* error = "");
60 volatile CommLinkState m_state;
131 CommLinkState getState (void) const;
132 CommLinkState getState (std::string& error) const;
DxeCommLink.hpp32 enum CommLinkState enum
45 const char* getCommLinkStateName (CommLinkState state);
50 typedef void (*StateChangedFunc) (void* userPtr, CommLinkState state, const char* message);
57 virtual CommLinkState getState (void) const = DE_NULL;
58 virtual CommLinkState getState (std::string& error) const = DE_NULL;
DxeLocalTcpIpLink.hpp47 CommLinkState getState (void) const;
48 CommLinkState getState (std::string& error) const;
DxeTcpIpLink.cpp77 TcpIpLinkState::TcpIpLinkState (CommLinkState initialState, const char* initialErr) in TcpIpLinkState()
92 CommLinkState TcpIpLinkState::getState (void) const in getState()
99 CommLinkState TcpIpLinkState::getState (std::string& error) const in getState()
117 void TcpIpLinkState::setState (CommLinkState state, const char* error) in setState()
534 CommLinkState TcpIpLink::getState (void) const in getState()
539 CommLinkState TcpIpLink::getState (std::string& message) const in getState()
DxeBatchExecutor.hpp82 void onStateChanged (CommLinkState state, const char* message);
89 static void enqueueStateChanged (void* userPtr, CommLinkState state, const char* message);
DxeLocalTcpIpLink.cpp137 CommLinkState LocalTcpIpLink::getState (void) const in getState()
145 CommLinkState LocalTcpIpLink::getState (std::string& error) const in getState()
DxeBatchExecutor.cpp180 CommLinkState commState = COMMLINKSTATE_LAST; in run()
233 void BatchExecutor::onStateChanged (CommLinkState state, const char* message) in onStateChanged()
350 void BatchExecutor::enqueueStateChanged (void* userPtr, CommLinkState state, const char* message) in enqueueStateChanged()
389 CommLinkState state = COMMLINKSTATE_LAST; in dispatchStateChanged()
DxeCommLink.cpp29 const char* getCommLinkStateName (CommLinkState state) in getCommLinkStateName()