Home
last modified time | relevance | path

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

/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.c909 …int sId = OpenSession(SESSION_NAME_DATA, SESSION_NAME_DATA, g_networkId, DEF_GROUP_ID, g_p2pattrib… in OpenSession4DataByP2p() local
910 if (sId < SESSION_ID_MIN) { in OpenSession4DataByP2p()
911 LOG("openSession[data] fail,id:%d, netId:%s", sId, g_networkId); in OpenSession4DataByP2p()
914 SetCurrentSessionId4Data(sId); in OpenSession4DataByP2p()
928 …int sId = OpenSession(SESSION_NAME_PROXY, SESSION_NAME_PROXY, g_networkId, DEF_GROUP_ID, g_p2pattr… in OpenSession4ProxyByP2p() local
929 if (sId < SESSION_ID_MIN) { in OpenSession4ProxyByP2p()
930 LOG("openSession[data] fail,id:%d, netId:%s", sId, g_networkId); in OpenSession4ProxyByP2p()
933 SetCurrentSessionId4Proxy(sId); in OpenSession4ProxyByP2p()
950 …int sId = OpenSession(SESSION_NAME_DATA, SESSION_NAME_DATA, g_networkId, groupId[i], g_sessionAttr… in OpenSessionBatch4Data() local
951 if (sId < SESSION_ID_MIN) { in OpenSessionBatch4Data()
[all …]
/test/xts/acts/multimedia/image/image_js_standard/imageReceiverNDK/entry/src/main/ets/test/
DreceiverNDK.test.ets188 let sId = ndkTest.getReceivingSurfaceId(myReceiver);
189 mlg.log("sId " + sId);
190 expect(isString(sId)).assertTrue();