Searched refs:UMountDfsCountOnly (Results 1 - 3 of 3) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/ |
H A D | device_manager_agent_sup_test.cpp | 118 * @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 D | device_manager_agent.h | 133 bool UMountDfsCountOnly(const std::string &deviceId, bool needClear);
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/ |
H A D | device_manager_agent.cpp | 376 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