Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/device/
H A Ddevice_manager_agent_sup_test.cpp126 bool flag = testPtr->UMountDfsCountOnly("", true);
128 flag = testPtr->UMountDfsCountOnly("test", true);
132 flag = testPtr->UMountDfsCountOnly("test", true);
137 flag = testPtr->UMountDfsCountOnly("test", false);
141 flag = testPtr->UMountDfsCountOnly("test", false);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h133 bool UMountDfsCountOnly(const std::string &deviceId, bool needClear);
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp371 bool DeviceManagerAgent::UMountDfsCountOnly(const std::string &deviceId, bool needClear) in UMountDfsCountOnly() function in OHOS::Storage::DistributedFile::DeviceManagerAgent
538 if (UMountDfsCountOnly(deviceId, needClear)) { in UMountDfsDocs()