Searched refs:DfsuCmd (Results 1 - 5 of 5) sorted by relevance
/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfsu_cmd.h | 65 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 D | dfsu_actor.h | 89 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 D | os_account_observer.cpp | 41 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 D | device_manager_agent.cpp | 150 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 D | network_agent_template.cpp | 157 auto cmd = make_unique<DfsuCmd<NetworkAgentTemplate, NotifyParam>>( in GetSessionProcess()
|
Completed in 4 milliseconds