Home
last modified time | relevance | path

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 Dclient_trans_file_listener.h51 int32_t TransSetSocketFileListener(const char *sessionName, SocketFileCallbackFunc fileCallback, bo…
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/udp/file/
H A Dtrans_sdk_file_test.cpp710 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 Dclient_trans_file_listener.c192 int32_t TransSetSocketFileListener(const char *sessionName, SocketFileCallbackFunc fileCallback, bo… in TransSetSocketFileListener() function
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c1541 ret = TransSetSocketFileListener(serverNode->sessionName, socketListener->OnFile, isServer); in ClientSetListenerBySessionId()