Home
last modified time | relevance | path

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

/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.cpp421 int32 timeoutErr = PVMFErrTimeout; in handleTimeoutErr() local
422 if (timerID == SERVER_RESPONSE_TIMER_ID) timeoutErr = PROCESS_TIMEOUT_SERVER_NO_RESPONCE; in handleTimeoutErr()
423 if (timerID == SERVER_INACTIVITY_TIMER_ID) timeoutErr = PROCESS_TIMEOUT_SERVER_INACTIVITY; in handleTimeoutErr()
425 ProtocolStateErrorInfo aInfo(timeoutErr); in handleTimeoutErr()