Home
last modified time | relevance | path

Searched refs:onRenameFile (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/include/
H A Dclient_trans_udp_manager.h62 OnRenameFileCallback onRenameFile; member
97 int32_t TransSetUdpChannelRenameHook(int32_t channelId, OnRenameFileCallback onRenameFile);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/include/
H A Dnstackx_dfile_transfer.h180 OnDFileRenameFile onRenameFile; member
196 OnDFileRenameFile onRenameFile; member
H A Dnstackx_dfile_session.h88 OnDFileRenameFile onRenameFile; member
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c61 OnDFileRenameFile onRenameFile; member
1501 ctx->session->onRenameFile = ctx->onRenameFile; in DFileSetRenameHookInner()
1505 int32_t NSTACKX_DFileSetRenameHook(int32_t sessionId, OnDFileRenameFile onRenameFile) in NSTACKX_DFileSetRenameHook() argument
1509 Coverity_Tainted_Set((void *)onRenameFile); in NSTACKX_DFileSetRenameHook()
1512 if (CheckSessionIdValid(sessionId) != NSTACKX_EOK || onRenameFile == NULL) { in NSTACKX_DFileSetRenameHook()
1528 ctx->onRenameFile = onRenameFile; in NSTACKX_DFileSetRenameHook()
H A Dnstackx_dfile_transfer.c1150 if (dFileTrans->onRenameFile == NULL) { in RenameFileIfExisting()
1158 dFileTrans->onRenameFile(&renamePara); in RenameFileIfExisting()
1528 dFileTrans->onRenameFile = para->onRenameFile; in DFileTransCreate()
H A Dnstackx_dfile_session.c850 transPara.onRenameFile = session->onRenameFile; in CreateTrans()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/common/src/
H A Dclient_trans_udp_manager.c800 int32_t TransSetUdpChannelRenameHook(int32_t channelId, OnRenameFileCallback onRenameFile) in TransSetUdpChannelRenameHook() argument
802 if (onRenameFile == NULL) { in TransSetUdpChannelRenameHook()
820 channelNode->onRenameFile = onRenameFile; in TransSetUdpChannelRenameHook()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/interface/
H A Dnstackx_dfile.h368 NSTACKX_EXPORT int32_t NSTACKX_DFileSetRenameHook(int32_t sessionId, OnDFileRenameFile onRenameFile