Searched refs:namesProperty (Results 1 – 3 of 3) sorted by relevance
39 const std::string namesProperty = "Names"; variable60 auto it = properties.find(namesProperty); in interfaceFoundCallback()64 std::format("{} property not found", namesProperty)}; in interfaceFoundCallback()
35 if (!properties.contains(namesProperty)) in systemCompatibleCallback()40 std::get<pldm::utils::Interfaces>(properties.at(namesProperty)); in systemCompatibleCallback()101 method.append(compatibleInterface, namesProperty); in getPlatformName()
16 static constexpr auto namesProperty = "Names"; variable