Home
last modified time | relevance | path

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

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/device/
H A Ddevice_manager_agent.cpp430 storageMgrProxy_ = iface_cast<StorageManager::IStorageManager>(storageObj); in GetStorageManager()
431 if (storageMgrProxy_ == nullptr) { in GetStorageManager()
518 if (storageMgrProxy_ == nullptr) { in MountDfsDocs()
519 LOGE("storageMgrProxy_ is null"); in MountDfsDocs()
522 ret = storageMgrProxy_->MountDfsDocs(userId, "account", networkId, deviceId); in MountDfsDocs()
553 if (storageMgrProxy_ == nullptr) { in UMountDfsDocs()
554 LOGE("storageMgrProxy_ is null"); in UMountDfsDocs()
557 ret = storageMgrProxy_->UMountDfsDocs(userId, "account", networkId, deviceId); in UMountDfsDocs()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/device/
H A Ddevice_manager_agent.h136 sptr<StorageManager::IStorageManager> storageMgrProxy_; member in OHOS::Storage::DistributedFile::final

Completed in 2 milliseconds