Lines Matching refs:estoraged
37 std::string, std::unique_ptr<estoraged::EStoraged>>& storageObjects, in createStorageObjects()
40 auto getter = std::make_shared<estoraged::GetStorageConfiguration>( in createStorageObjects()
43 const estoraged::ManagedStorageType& storageConfigurations) { in createStorageObjects()
55 estoraged::StorageData>& storage : in createStorageObjects()
70 const estoraged::StorageData& data = storage.second; in createStorageObjects()
75 estoraged::util::findDevice(data, blockDevDir); in createStorageObjects()
100 estoraged::util::findSizeOfBlockDevice(deviceFile); in createStorageObjects()
103 estoraged::util::findPredictedMediaLifeLeftPercent( in createStorageObjects()
106 estoraged::util::getPartNumber(sysfsDir); in createStorageObjects()
108 estoraged::util::getSerialNumber(sysfsDir); in createStorageObjects()
112 storageObjects[path] = std::make_unique<estoraged::EStoraged>( in createStorageObjects()
135 std::unique_ptr<estoraged::EStoraged>> in main()
182 "',arg0namespace='" + estoraged::emmcConfigInterface + "'", in main()