Home
last modified time | relevance | path

Searched refs:SERVER_RESPONSE_TIMER_ID (Results 1 – 3 of 3) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp346 iNodeTimer->set(SERVER_RESPONSE_TIMER_ID); in createNetworkTimer()
422 if (timerID == SERVER_RESPONSE_TIMER_ID) timeoutErr = PROCESS_TIMEOUT_SERVER_NO_RESPONCE; in handleTimeoutErr()
922 case SERVER_RESPONSE_TIMER_ID: in getDefaultTimeout()
Dpvmf_protocol_engine_node_common.h224 SERVER_RESPONSE_TIMER_ID = 0, enumerator
/external/opencore/nodes/pvprotocolenginenode/base/src/
Dpvmf_protocol_engine_node.cpp1606 iNodeTimer->cancel(SERVER_RESPONSE_TIMER_ID); in UpdateTimersInProcessIncomingMsg()
1807 uint32 timerID = SERVER_RESPONSE_TIMER_ID; in UpdateTimersInProcessOutgoingMsg()
2444 if (iNodeTimer) iNodeTimer->set(SERVER_RESPONSE_TIMER_ID, timeout); in SetNetworkTimeout()