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.cpp260 ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_FILE, GetSendFileListener());
309 ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_PROXY, GetSendFileListener());
358 ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_STREAM, GetSendFileListener());
/test/xts/dcts/communication/softbus_standard/common/
Dnet_trans_common.h240 IFileSendListener* GetSendFileListener(void);
Dnet_trans_common.c1137 IFileSendListener* GetSendFileListener(void) in GetSendFileListener() function
/test/xts/dcts/communication/softbus_standard/dsoftbusTest/
DdsoftbusTest.cpp615 int ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_FILE, GetSendFileListener());
/test/xts/dcts/communication/softbus_standard/transmission/sendfile/
Dtrans_file_func_test.cpp94 int ret = SetFileSendListener(DEF_PKG_NAME, SESSION_NAME_FILE, GetSendFileListener()); in SetUp()