Home
last modified time | relevance | path

Searched refs:GetSendFileListener (Results 1 – 5 of 5) sorted by relevance

/test/xts/dcts/communication/softbus_standard/transmission/sessionmgt/
Dtrans_session_func_test.cpp256 ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_FILE, GetSendFileListener());
305 ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_PROXY, GetSendFileListener());
354 ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_STREAM, GetSendFileListener());
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.h249 IFileSendListener* GetSendFileListener(void);
Dnet_trans_common.c1129 IFileSendListener* GetSendFileListener(void) in GetSendFileListener() function
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/
DdsoftbusTest.cpp616 int ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_FILE, GetSendFileListener());
/test/xts/dcts/communication/softbus_standard/transmission/sendfile/
Dtrans_file_func_test.cpp95 int ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_FILE, GetSendFileListener()); in SetUp()