Home
last modified time | relevance | path

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

/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c26 static int32_t g_waitFlag4Stream = WAIT_DEF_VALUE; variable
129 if (g_waitFlag4Stream != WAIT_DEF_VALUE) { in Wait4Session()
130 LOG("Wait4Session[proxy] succ,flag:%d", g_waitFlag4Stream); in Wait4Session()
164 if (g_waitFlag4Stream != WAIT_SUCCESS_VALUE) { in Wait4Session()
165 … LOG("Wait4Session[proxy] fail[exp:%d, real:%d]", WAIT_SUCCESS_VALUE, g_waitFlag4Stream); in Wait4Session()
591 g_waitFlag4Stream = WAIT_SUCCESS_VALUE; in StreamSessionOpened()
593 g_waitFlag4Stream = WAIT_FAIL_VALUE; in StreamSessionOpened()
608 g_waitFlag4Stream = WAIT_SUCCESS_VALUE; in StreamReceived()