Searched refs:storageMgrProxy_ (Results 1 – 2 of 2) sorted by relevance
425 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()
136 sptr<StorageManager::IStorageManager> storageMgrProxy_; variable