Searched refs:fromVolId (Results 1 – 3 of 3) sorted by relevance
343 const std::string& fromVolId, const std::string& toVolId, in moveStorage() argument346 CHECK_ARGUMENT_ID(fromVolId); in moveStorage()350 auto fromVol = VolumeManager::Instance()->findVolume(fromVolId); in moveStorage()353 return error("Failed to find volume " + fromVolId); in moveStorage()
61 binder::Status moveStorage(const std::string& fromVolId, const std::string& toVolId,
49 void moveStorage(@utf8InCpp String fromVolId, @utf8InCpp String toVolId, in moveStorage() argument