Lines Matching defs:DataInterface
134 DataInterface::DataInterface(sdbusplus::bus_t& bus) :
142 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>(
161 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>(
173 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>(
188 _properties.emplace_back(std::make_unique<InterfaceWatcher<DataInterface>>(
205 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>(
212 _properties.emplace_back(std::make_unique<PropertyWatcher<DataInterface>>(
245 DBusPropertyMap DataInterface::getAllProperties(
261 void DataInterface::getProperty(
274 DBusPathList DataInterface::getPaths(const DBusInterfaceList& interfaces) const
290 DBusService DataInterface::getService(const std::string& objectPath,
312 void DataInterface::readBMCFWVersion()
318 void DataInterface::readServerFWVersion()
329 void DataInterface::readBMCFWVersionID()
335 std::string DataInterface::getMachineTypeModel() const
360 std::string DataInterface::getMachineSerialNumber() const
385 std::string DataInterface::getMotherboardCCIN() const
413 std::vector<uint8_t> DataInterface::getSystemIMKeyword() const
440 void DataInterface::getHWCalloutFields(
466 std::string DataInterface::getLocationCode(
478 std::string DataInterface::addLocationCodePrefix(
493 std::string DataInterface::expandLocationCode(const std::string& locationCode,
521 std::vector<std::string> DataInterface::getInventoryFromLocCode(
560 void DataInterface::assertLEDGroup(const std::string& ledGroup,
571 void DataInterface::setFunctional(const std::string& objectPath,
596 void DataInterface::setCriticalAssociation(const std::string& objectPath) const
626 std::vector<std::string> DataInterface::getSystemNames() const
660 bool DataInterface::getQuiesceOnError() const
688 void DataInterface::createGuardRecord(const std::vector<uint8_t>& binPath,
703 void DataInterface::createProgressSRC(
718 std::vector<uint32_t> DataInterface::getLogIDWithHwIsolation() const
810 std::vector<uint8_t> DataInterface::getRawProgressSRC(void) const
823 std::optional<std::vector<uint8_t>> DataInterface::getDIProperty(
900 DBusPathList DataInterface::getAssociatedPaths(
936 void DataInterface::startFruPlugWatch()
944 std::bind(&DataInterface::inventoryIfaceAdded, this,
961 void DataInterface::addHotplugWatch(const std::string& path)
969 std::bind(&DataInterface::presenceChanged, this,
974 void DataInterface::inventoryIfaceAdded(sdbusplus::message_t& msg)
1010 void DataInterface::presenceChanged(sdbusplus::message_t& msg)
1025 void DataInterface::notifyPresenceSubsribers(const std::string& path,
1063 bool DataInterface::isPHALDevTreeExist() const
1082 void DataInterface::initPHAL()
1106 void DataInterface::subscribeToSystemdSignals()
1162 void DataInterface::unsubscribeFromSystemdSignals()