Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/classes/
H A Doelint.bbclass52 def findKey(path, key):
75 if findKey(path, "Signed-off-by"):
77 if findKey(path, "Upstream-Status"):
/openbmc/dbus-sensors/src/hwmon-temp/
H A DHwmonTempMain.cpp471 auto findKey = in createSensors() local
473 if (findKey == baseConfigMap.end()) in createSensors()
478 std::get<std::string>(findKey->second); in createSensors()
/openbmc/entity-manager/src/
H A Dentity_manager.cpp1015 auto findKey = oldConfiguration.find(it.key()); in deriveNewConfiguration() local
1016 if (findKey != oldConfiguration.end()) in deriveNewConfiguration()