Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/include/
H A Dclient_trans_session_manager.h252 int32_t SetSessionIsAsyncById(int32_t sessionId, bool isAsync);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/session/
H A Dclient_trans_session_manager_test.cpp1065 SetSessionIsAsyncById(1, true);
1436 int32_t ret = SetSessionIsAsyncById(1, true);
1438 ret = SetSessionIsAsyncById(-1, true);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_service.c1132 ret = SetSessionIsAsyncById(socket, isAsync); in ClientBind()
1301 ret = SetSessionIsAsyncById(socket, false); in ClientDfsBind()
H A Dclient_trans_session_manager.c2046 int32_t SetSessionIsAsyncById(int32_t sessionId, bool isAsync) in SetSessionIsAsyncById() function