Home
last modified time | relevance | path

Searched refs:DfsuCmd (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_cmd.h65 class DfsuCmd : public VirtualCmd<Ctx> { class
69 DfsuCmd(void (Ctx::*f)(Args...), Args... args) : f_(f), args_(args...) {} in DfsuCmd() function in OHOS::Storage::DistributedFile::DfsuCmd
70 ~DfsuCmd() override = default;
H A Ddfsu_actor.h89 auto startCmd = std::make_unique<DfsuCmd<Ctx>>(&Ctx::Start); in StartCtx()
96 auto cmd = std::make_unique<DfsuCmd<Ctx>>(&Ctx::Stop); in StopCtx()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/multiuser/
H A Dos_account_observer.cpp41 dm->Recv(make_unique<DfsuCmd<DeviceManagerAgent>>(&DeviceManagerAgent::InitDeviceInfos)); in OsAccountObserver()
53 dm->Recv(make_unique<DfsuCmd<DeviceManagerAgent, weak_ptr<MountPoint>>>(&DeviceManagerAgent::JoinGroup, smp)); in AddMPInfo()
90 dm->Recv(make_unique<DfsuCmd<DeviceManagerAgent, weak_ptr<MountPoint>>>(&DeviceManagerAgent::QuitGroup, smp)); in RemoveMPInfo()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp150 auto cmd = make_unique<DfsuCmd<NetworkAgentTemplate>>(&NetworkAgentTemplate::DisconnectAllDevices); in OfflineAllDevice()
274 auto cmd2 = make_unique<DfsuCmd<NetworkAgentTemplate, const DeviceInfo>>( in OnDeviceOffline()
323 auto cmd = make_unique<DfsuCmd<NetworkAgentTemplate, const DeviceInfo>>( in OnDeviceP2POnline()
347 auto cmd = make_unique<DfsuCmd<NetworkAgentTemplate, const DeviceInfo>>( in OnDeviceP2POffline()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dnetwork_agent_template.cpp157 auto cmd = make_unique<DfsuCmd<NetworkAgentTemplate, NotifyParam>>( in GetSessionProcess()

Completed in 4 milliseconds