Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/include/
H A Dclient_trans_proxy_file_helper.h46 char *GetFullRecvPath(const char *filePath, const char *recvRootDir);
/ohos5.0/foundation/communication/dsoftbus/tests/sdk/transmission/trans_channel/proxy/
H A Dclient_trans_proxy_file_manager_test.cpp835 char *result = GetFullRecvPath(nullptr, nullptr);
840 result = GetFullRecvPath(filePath1, recvRootDir1);
844 result = GetFullRecvPath(filePath2, recvRootDir1);
848 result = GetFullRecvPath(filePath1, recvRootDir2);
851 result = GetFullRecvPath(filePath2, recvRootDir2);
856 result = GetFullRecvPath(filePath3, recvRootDir2);
859 result = GetFullRecvPath(filePath2, recvRootDir3);
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_helper.c316 char *GetFullRecvPath(const char *filePath, const char *recvRootDir) in GetFullRecvPath() function
H A Dclient_trans_proxy_file_manager.c1246 char *fullRecvPath = GetFullRecvPath(filePath, rootDir); in GetFileInfoByStartFrame()
1662 fullRecvPath = GetFullRecvPath(firstFilePath, recipient->fileListener.rootDir); in ProcessFileListData()