Searched refs:toVolId (Results 1 – 3 of 3) sorted by relevance
354 const std::string& fromVolId, const std::string& toVolId, in moveStorage() argument358 CHECK_ARGUMENT_ID(toVolId); in moveStorage()362 auto toVol = VolumeManager::Instance()->findVolume(toVolId); in moveStorage()366 return error("Failed to find volume " + toVolId); in moveStorage()
63 binder::Status moveStorage(const std::string& fromVolId, const std::string& toVolId,
52 void moveStorage(@utf8InCpp String fromVolId, @utf8InCpp String toVolId, in moveStorage() argument