Searched refs:TransSetSocketFileListener (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/include/ |
H A D | client_trans_file_listener.h | 51 int32_t TransSetSocketFileListener(const char *sessionName, SocketFileCallbackFunc fileCallback, bo…
|
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/ |
H A D | trans_sdk_file_test.cpp | 710 int32_t ret = TransSetSocketFileListener(nullptr, nullptr, false); 713 ret = TransSetSocketFileListener(g_mySessionName, nullptr, false); 716 ret = TransSetSocketFileListener(nullptr, SocketFileCallbackFuncTest, false); 721 ret = TransSetSocketFileListener(g_mySessionName, SocketFileCallbackFuncTest, false);
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/ |
H A D | client_trans_file_listener.c | 192 int32_t TransSetSocketFileListener(const char *sessionName, SocketFileCallbackFunc fileCallback, bo… in TransSetSocketFileListener() function
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 1541 ret = TransSetSocketFileListener(serverNode->sessionName, socketListener->OnFile, isServer); in ClientSetListenerBySessionId()
|