Home
last modified time | relevance | path

Searched refs:needClear (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h91 int32_t UMountDfsDocs(const std::string &networkId, const std::string &deviceId, bool needClear);
133 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() argument
388 if (needClear) { in UMountDfsCountOnly()
534 int32_t DeviceManagerAgent::UMountDfsDocs(const std::string &networkId, const std::string &deviceId, bool needClear) in UMountDfsDocs() argument
543 if (UMountDfsCountOnly(deviceId, needClear)) { in UMountDfsDocs()

Completed in 2 milliseconds