Searched refs:OpenSessionSync (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/ |
H A D | client_trans_session_service_test.cpp | 260 ret = OpenSessionSync(NULL, g_sessionName, g_networkId, g_groupid, &g_sessionAttr); 262 ret = OpenSessionSync(g_sessionName, NULL, g_networkId, g_groupid, &g_sessionAttr); 264 ret = OpenSessionSync(g_sessionName, g_sessionName, NULL, g_groupid, &g_sessionAttr); 266 ret = OpenSessionSync(g_sessionName, g_sessionName, g_networkId, NULL, &g_sessionAttr); 268 ret = OpenSessionSync(g_sessionName, g_sessionName, g_networkId, g_groupid, NULL); 270 ret = OpenSessionSync(g_sessionName, g_sessionName, g_networkId, g_groupid, &g_sessionAttr); 335 ret = OpenSessionSync(g_sessionName, g_sessionName, g_networkId, g_groupid, &g_sessionAttr); 339 ret = OpenSessionSync(g_sessionName, g_sessionName, g_networkId, g_groupid, &g_sessionAttr);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/ |
H A D | client_trans_session_service.h | 27 int OpenSessionSync(const char *mySessionName, const char *peerSessionName, const char *peerNetwork…
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/fuzztest/clienttranssessionservice_fuzzer/ |
H A D | clienttranssessionservice_fuzzer.cpp | 76 OpenSessionSync(nullptr, peerSessionName, peerNetworkId, groupId, &attr); in OpenSessionSyncTest()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/cpp/src/ |
H A D | session_mock.cpp | 45 return OpenSessionSync(mySessionName, peerSessionName, peerNetworkId, groupId, &attr); in OpenSessionInner()
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_service.c | 498 int OpenSessionSync(const char *mySessionName, const char *peerSessionName, const char *peerNetwork… in OpenSessionSync() function
|