Home
last modified time | relevance | path

Searched refs:JoinGroup (Results 1 - 4 of 4) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/multiuser/
H A Dos_account_observer.cpp53 dm->Recv(make_unique<DfsuCmd<DeviceManagerAgent, weak_ptr<MountPoint>>>(&DeviceManagerAgent::JoinGroup, smp)); in AddMPInfo()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_test.cpp625 * @tc.desc: Verify the JoinGroup function.
637 DeviceManagerAgent::GetInstance()->JoinGroup(smp); in HWTEST_F()
663 * @tc.desc: Verify the JoinGroup function.
674 DeviceManagerAgent::GetInstance()->JoinGroup(nullwmp); in HWTEST_F()
686 * @tc.desc: Verify the JoinGroup function.
697 DeviceManagerAgent::GetInstance()->JoinGroup(smp); in HWTEST_F()
698 DeviceManagerAgent::GetInstance()->JoinGroup(smp); in HWTEST_F()
894 DeviceManagerAgent::GetInstance()->JoinGroup(smp); in HWTEST_F()
923 DeviceManagerAgent::GetInstance()->JoinGroup(nonmp); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h70 void JoinGroup(std::weak_ptr<MountPoint> mp);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp93 void DeviceManagerAgent::JoinGroup(weak_ptr<MountPoint> mp) in JoinGroup() function in OHOS::Storage::DistributedFile::DeviceManagerAgent

Completed in 4 milliseconds