Home
last modified time | relevance | path

Searched refs:parentInvCompatible (Results 1 – 4 of 4) sorted by relevance

/openbmc/entity-manager/test/
H A Dtest_gpio_presence.cpp40 std::vector<std::string> parentInvCompatible = {}; in TEST() local
44 parentInvCompatible); in TEST()
73 std::vector<std::string> parentInvCompatible = { in testDevicePresentDbus() local
80 parentInvCompatible); in testDevicePresentDbus()
128 std::vector<std::string> parentInvCompatible = {}; in testDevicePresentThenDisappearDbus() local
132 parentInvCompatible); in testDevicePresentThenDisappearDbus()
/openbmc/entity-manager/src/gpio-presence/
H A Ddevice_presence.cpp29 const std::vector<std::string>& parentInvCompatible) : in DevicePresence() argument
31 parentInventoryCompatible(parentInvCompatible) in DevicePresence()
H A Ddevice_presence.hpp34 const std::vector<std::string>& parentInvCompatible);
H A Dgpio_presence_manager.cpp155 const auto parentInvCompatible = co_await getParentInventoryCompatible(obj); in addConfigFromDbusAsync() local
159 gpioState, parentInvCompatible); in addConfigFromDbusAsync()