Lines Matching refs:connectionName
295 const std::string& connectionName, in getDriveAsset() argument
299 connectionName, path, "xyz.openbmc_project.Inventory.Decorator.Asset", in getDriveAsset()
349 const std::string& connectionName, in getDrivePresent() argument
353 connectionName, path, "xyz.openbmc_project.Inventory.Item", "Present", in getDrivePresent()
372 const std::string& connectionName, in getDriveState() argument
376 connectionName, path, "xyz.openbmc_project.State.Drive", "Rebuilding", in getDriveState()
445 const std::string& connectionName, const std::string& path) in getDriveItemProperties() argument
448 connectionName, path, "xyz.openbmc_project.Inventory.Item.Drive", in getDriveItemProperties()
609 const std::string& connectionName, in addAllDriveInfo() argument
617 getDriveAsset(asyncResp, connectionName, path); in addAllDriveInfo()
621 getDrivePresent(asyncResp, connectionName, path); in addAllDriveInfo()
625 getDriveState(asyncResp, connectionName, path); in addAllDriveInfo()
629 getDriveItemProperties(asyncResp, connectionName, path); in addAllDriveInfo()
1023 const std::string& controllerId, const std::string& connectionName, in populateStorageController() argument
1036 connectionName, path, "xyz.openbmc_project.Inventory.Item", "Present", in populateStorageController()
1053 connectionName, path, "xyz.openbmc_project.Inventory.Decorator.Asset", in populateStorageController()
1096 const std::string& connectionName = interfaceDict.front().first; in getStorageControllerHandler() local
1097 populateStorageController(asyncResp, controllerId, connectionName, in getStorageControllerHandler()