Searched refs:absRecvPath (Results 1 – 1 of 1) sorted by relevance
1628 FileRecipientInfo *recipient, int32_t sessionId, char *absRecvPath, int32_t fileCount) in NotifyRecipientReceiveStateAndCallback() argument1634 const char *fileList[] = { absRecvPath }; in NotifyRecipientReceiveStateAndCallback()1644 … recipient->fileListener.recvListener.OnReceiveFileFinished(sessionId, absRecvPath, fileCount); in NotifyRecipientReceiveStateAndCallback()1656 char *absRecvPath = NULL; in ProcessFileListData() local1669 absRecvPath = (char *)SoftBusCalloc(PATH_MAX + 1); in ProcessFileListData()1670 if (absRecvPath == NULL) { in ProcessFileListData()1675 if (GetAndCheckRealPath(fullRecvPath, absRecvPath) != SOFTBUS_OK) { in ProcessFileListData()1678 SoftBusFree(absRecvPath); in ProcessFileListData()1681 NotifyRecipientReceiveStateAndCallback(recipient, sessionId, absRecvPath, fileCount); in ProcessFileListData()1683 SoftBusFree(absRecvPath); in ProcessFileListData()