Home
last modified time | relevance | path

Searched refs:namesProperty (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-power/
H A Dcompatible_system_types_finder.cpp39 const std::string namesProperty = "Names"; variable
60 auto it = properties.find(namesProperty); in interfaceFoundCallback()
64 std::format("{} property not found", namesProperty)}; in interfaceFoundCallback()
/openbmc/pldm/libpldmresponder/
H A Dplatform_config.cpp35 if (!properties.contains(namesProperty)) in systemCompatibleCallback()
40 std::get<pldm::utils::Interfaces>(properties.at(namesProperty)); in systemCompatibleCallback()
101 method.append(compatibleInterface, namesProperty); in getPlatformName()
H A Dplatform_config.hpp16 static constexpr auto namesProperty = "Names"; variable