Home
last modified time | relevance | path

Searched refs:DistributedFile (Results 1 – 25 of 191) sorted by relevance

12345678

/ohos5.0/foundation/filemanagement/dfs_service/test/fuzztest/filetranslistenerstub_fuzzer/
H A Dfiletranslistenerstub_fuzzer.cpp31 using namespace OHOS::Storage::DistributedFile;
34 namespace DistributedFile { namespace
68 std::shared_ptr<Storage::DistributedFile::FileTransListenerStub> transListenerStubPtr, in FileTransListenerStubFuzzTest()
106 …auto transListenerStubPtr = std::make_shared<OHOS::Storage::DistributedFile::FileTransListenerStub… in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/filemanagement/dfs_service/test/moduletest/src/
H A Ddistributedfiledaemon_service_test.cpp37 namespace DistributedFile { namespace
100 auto mp = make_unique<OHOS::Storage::DistributedFile::MountPoint>(
103 shared_ptr<OHOS::Storage::DistributedFile::MountPoint> smp = move(mp);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler.cpp34 namespace DistributedFile { namespace
113 fileSendListener.OnShutdown = DistributedFile::SoftBusFileSendListener::OnSendFileShutdown; in SoftBusHandler()
114 fileSendListener.OnFile = DistributedFile::SoftBusFileSendListener::OnFile; in SoftBusHandler()
121 fileReceiveListener.OnBind = DistributedFile::SoftBusFileReceiveListener::OnCopyReceiveBind; in SoftBusHandler()
122 …fileReceiveListener.OnShutdown = DistributedFile::SoftBusFileReceiveListener::OnReceiveFileShutdow… in SoftBusHandler()
123 fileReceiveListener.OnFile = DistributedFile::SoftBusFileReceiveListener::OnFile; in SoftBusHandler()
177 DistributedFile::SoftBusFileReceiveListener::SetRecvPath(physicalPath); in CreateSessionServer()
255 auto fileList = OHOS::Storage::DistributedFile::Utils::GetFilePath(physicalPath); in CopySendFile()
298 …if (DistributedFile::Utils::ChangeOwnerRecursive(sessionInfo.dstPath, sessionInfo.uid, sessionInfo… in ChangeOwnerIfNeeded()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/
H A Dtrans_listener.h37 class TransListener : public Storage::DistributedFile::FileTransListenerStub {
57 Storage::DistributedFile::HmdfsInfo &info,
59 …static NError HandleCopyFailure(CopyEvent &copyEvent, const Storage::DistributedFile::HmdfsInfo &i…
H A Dtrans_listener.cpp64 NError TransListener::HandleCopyFailure(CopyEvent &copyEvent, const Storage::DistributedFile::Hmdfs… in HandleCopyFailure()
118 Storage::DistributedFile::HmdfsInfo info{}; in CopyFileFromSoftBus()
157 Storage::DistributedFile::HmdfsInfo &info, in PrepareCopySession()
184 …auto ret = Storage::DistributedFile::DistributedFileDaemonManager::GetInstance().PrepareSession(sr… in PrepareCopySession()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H A Dsoftbus_session_dispatcher_test.cpp26 namespace DistributedFile { namespace
59 … OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId, SAME_ACCOUNT));
90 … OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId, SAME_ACCOUNT));
119 … OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId, SAME_ACCOUNT));
210 … OHOS::Storage::DistributedFile::Utils::DfsuMountArgumentDescriptors::Alpha(userId, SAME_ACCOUNT));
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_data_listener.h23 using AssetObj = Storage::DistributedFile::AssetObj;
32 class ObjectAssetsRecvListener : public Storage::DistributedFile::AssetRecvCallbackStub {
H A Dobject_asset_loader.h27 using AssetObj = Storage::DistributedFile::AssetObj;
35 class ObjectAssetsSendListener : public Storage::DistributedFile::AssetSendCallbackStub {
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/dfs_listener/
H A Dfile_dfs_listener_stub.cpp31 (Storage::DistributedFile::FileDfsListenerInterfaceCode::FILE_DFS_LISTENER_ON_STATUS)] = in FileDfsListenerStub()
44 …case static_cast<uint32_t>(Storage::DistributedFile::FileDfsListenerInterfaceCode::FILE_DFS_LISTEN… in OnRemoteRequest()
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/src/
H A Ddistributed_file_daemon_manager.cpp22 namespace DistributedFile { namespace
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/ipc/
H A Dfile_dfs_listener_interface_code.h19 namespace DistributedFile {
H A Ddistributed_file_daemon_ipc_interface_code.h21 namespace DistributedFile {
H A Dhmdfs_info.h23 namespace DistributedFile {
H A Di_file_dfs_listener.h23 namespace DistributedFile {
H A Dfile_dfs_listener_proxy.h27 namespace DistributedFile {
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/asset/
H A Dasset_callback_interface_code.h21 namespace DistributedFile {
H A Di_asset_send_callback.h27 namespace DistributedFile {
/ohos5.0/foundation/filemanagement/dfs_service/frameworks/native/distributed_file_inner/include/
H A Dfile_trans_listener_interface_code.h19 namespace DistributedFile {
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_startable.h21 namespace DistributedFile {
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Dmock_other_method.cpp20 using namespace OHOS::Storage::DistributedFile;
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/mountpoint/
H A Dmount_manager.cpp24 namespace DistributedFile { namespace
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/ipc/
H A Dasset_send_callback_mock.h24 namespace OHOS::Storage::DistributedFile {
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_session_name.h23 namespace DistributedFile {
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/distributed_file_daemon/include/
H A Dfile_dfs_listener_mock.h29 namespace DistributedFile {
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dbase_session.h24 namespace DistributedFile {

12345678