Home
last modified time | relevance | path

Searched refs:storageMgrProxy_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp425 storageMgrProxy_ = iface_cast<StorageManager::IStorageManager>(storageObj); in GetStorageManager()
426 if (storageMgrProxy_ == nullptr) { in GetStorageManager()
513 if (storageMgrProxy_ == nullptr) { in MountDfsDocs()
517 ret = storageMgrProxy_->MountDfsDocs(userId, "account", networkId, deviceId); in MountDfsDocs()
548 if (storageMgrProxy_ == nullptr) { in UMountDfsDocs()
552 ret = storageMgrProxy_->UMountDfsDocs(userId, "account", networkId, deviceId); in UMountDfsDocs()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h136 sptr<StorageManager::IStorageManager> storageMgrProxy_; variable