Searched refs:g_hasQosCb (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/qos/ |
H A D | trans_qos_stat_client_test.cpp | 157 ISessionListener *g_hasQosCb = nullptr; variable 158 int32_t ret = CreateSessionServer(UDP_TEST_PKG_NAME, UDP_TEST_SESSION_NAME, g_hasQosCb); 206 ISessionListener *g_hasQosCb = nullptr; variable 207 int32_t ret = CreateSessionServer(UDP_TEST_PKG_NAME, UDP_TEST_SESSION_NAME, g_hasQosCb); 260 ISessionListener *g_hasQosCb = nullptr; variable 261 int32_t ret = CreateSessionServer(UDP_TEST_PKG_NAME, UDP_TEST_SESSION_NAME, g_hasQosCb); 321 ISessionListener *g_hasQosCb = nullptr; variable 322 int32_t ret = CreateSessionServer(UDP_TEST_PKG_NAME, UDP_TEST_SESSION_NAME, g_hasQosCb);
|
H A D | trans_qos_stat_server_test.cpp | 91 static ISessionListener g_hasQosCb = { variable 119 ret = CreateSessionServer(UDP_TEST_PKG_NAME, UDP_TEST_SESSION_NAME, &g_hasQosCb);
|