Home
last modified time | relevance | path

Searched refs:UpdateRecvPath (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/file/src/
H A Dclient_trans_file.c187 event.UpdateRecvPath = NULL; in NotifySocketSendResult()
346 event.UpdateRecvPath = NULL; in NotifySocketRecvResult()
429 if (event.UpdateRecvPath == NULL) { in UpdateFileRecvPath()
434 const char *rootDir = event.UpdateRecvPath(); in UpdateFileRecvPath()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Dtrans_type.h157 const char *(*UpdateRecvPath)(void); /**< Update file receiving directory*/ member
/ohos5.0/foundation/communication/dsoftbus/interfaces/kits/transport/
H A Dtrans_type.h196 const char *(*UpdateRecvPath)(void); /**< Update file receiving directory*/ member
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_file_receive_listener_test.cpp139 EXPECT_EQ(string((event.UpdateRecvPath)()), TEST_PATH);
H A Dsoftbus_asset_recv_listener_test.cpp169 … EXPECT_EQ(string((event.UpdateRecvPath)()), "/mnt/hmdfs/100/account/device_view/local/data/");
/ohos5.0/base/security/access_token/services/tokensyncmanager/test/mock/include/
H A Dsocket.h183 const char *(*UpdateRecvPath)(void); /**< Update file receiving directory*/ member
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_receive_listener.cpp56 event->UpdateRecvPath = GetRecvPath; in OnFile()
H A Dsoftbus_asset_recv_listener.cpp46 event->UpdateRecvPath = GetRecvPath; in OnFile()
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_manager.c604 .UpdateRecvPath = NULL, in HandleSendProgress()
855 .UpdateRecvPath = NULL, in ProxyStartSendFile()
1152 .UpdateRecvPath = NULL, in UpdateFileReceivePath()
1155 if (event.UpdateRecvPath == NULL) { in UpdateFileReceivePath()
1160 const char *rootDir = event.UpdateRecvPath(); in UpdateFileReceivePath()
1341 .UpdateRecvPath = NULL, in HandleFileTransferCompletion()
1562 .UpdateRecvPath = NULL, in UpdateFileReceptionStatus()
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_adapter.cpp200 event->UpdateRecvPath = GetRecvPath; in OnFile()