Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp118 * @tc.desc: Verify the UMountDfsCountOnly function.
126 bool flag = testPtr->UMountDfsCountOnly("", true); in HWTEST_F()
128 flag = testPtr->UMountDfsCountOnly("test", true); in HWTEST_F()
132 flag = testPtr->UMountDfsCountOnly("test", true); in HWTEST_F()
137 flag = testPtr->UMountDfsCountOnly("test", false); in HWTEST_F()
141 flag = testPtr->UMountDfsCountOnly("test", false); in HWTEST_F()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h133 bool UMountDfsCountOnly(const std::string &deviceId, bool needClear);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp376 bool DeviceManagerAgent::UMountDfsCountOnly(const std::string &deviceId, bool needClear) in UMountDfsCountOnly() function in OHOS::Storage::DistributedFile::DeviceManagerAgent
394 LOGI("[UMountDfsCountOnly] deviceId %{public}s has already established more than one link, \ in UMountDfsCountOnly()
400 LOGI("[UMountDfsCountOnly] deviceId %{public}s erase count", Utils::GetAnonyString(deviceId).c_str()); in UMountDfsCountOnly()
543 if (UMountDfsCountOnly(deviceId, needClear)) { in UMountDfsDocs()

Completed in 3 milliseconds