Home
last modified time | relevance | path

Searched refs:MountDfsCountOnly (Results 1 - 3 of 3) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp94 * @tc.desc: Verify the MountDfsCountOnly function.
102 bool flag = testPtr->MountDfsCountOnly(""); in HWTEST_F()
104 flag = testPtr->MountDfsCountOnly("test"); in HWTEST_F()
107 flag = testPtr->MountDfsCountOnly("test"); in HWTEST_F()
110 flag = testPtr->MountDfsCountOnly("test"); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h132 bool MountDfsCountOnly(const std::string &deviceId);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp356 bool DeviceManagerAgent::MountDfsCountOnly(const std::string &deviceId) in MountDfsCountOnly() function in OHOS::Storage::DistributedFile::DeviceManagerAgent
369 LOGI("[MountDfsCountOnly] deviceId %{public}s has already established a link, count %{public}d, \ in MountDfsCountOnly()
507 if (MountDfsCountOnly(deviceId)) { in MountDfsDocs()

Completed in 3 milliseconds