Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_test.cpp291 int32_t ret = OpenSessionWithExistSession(TRANS_TEST_SESSION_ID, isEnabled);
294 ret = OpenSessionWithExistSession(TRANS_TEST_SESSION_ID, isEnabled);
307 ret = OpenSessionWithExistSession(session->sessionId, isEnabled);
343 ret = OpenSessionWithExistSession(session->sessionId, isEnabled);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c80 static int32_t OpenSessionWithExistSession(int32_t sessionId, bool isEnabled) in OpenSessionWithExistSession() function
281 return OpenSessionWithExistSession(sessionId, isEnabled); in OpenSession()
524 return OpenSessionWithExistSession(sessionId, isEnabled); in OpenSessionSync()