Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_file_receive_listener_test.cpp71 string path = string(SoftBusFileReceiveListener::GetRecvPath());
75 path = string(SoftBusFileReceiveListener::GetRecvPath());
79 path = string(SoftBusFileReceiveListener::GetRecvPath());
H A Dsoftbus_handler_test.cpp145 EXPECT_EQ(string(SoftBusFileReceiveListener::GetRecvPath()), physicalPath);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_file_receive_listener.cpp56 event->UpdateRecvPath = GetRecvPath; in OnFile()
64 const char* SoftBusFileReceiveListener::GetRecvPath() in GetRecvPath() function in OHOS::Storage::DistributedFile::SoftBusFileReceiveListener
H A Dsoftbus_asset_recv_listener.cpp46 event->UpdateRecvPath = GetRecvPath; in OnFile()
63 const char* SoftbusAssetRecvListener::GetRecvPath() in GetRecvPath() function in OHOS::Storage::DistributedFile::SoftbusAssetRecvListener
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_file_receive_listener.h39 static const char* GetRecvPath();
H A Dsoftbus_asset_recv_listener.h34 static const char* GetRecvPath();
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/include/transport/softbus/
H A Dsoftbus_adapter.h53 static const char* GetRecvPath();
/ohos5.0/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/transport/softbus/
H A Dsoftbus_adapter.cpp192 const char* SoftbusAdapter::GetRecvPath() in GetRecvPath() function in OHOS::FileManagement::CloudSync::SoftbusAdapter
200 event->UpdateRecvPath = GetRecvPath; in OnFile()