Home
last modified time | relevance | path

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

/openbmc/phosphor-pid-control/dbus/
H A Ddbusconfiguration.cpp744 auto findIgnoreFailIfHostOff = base.find("IgnoreFailIfHostOff"); in init() local
745 if (findIgnoreFailIfHostOff != base.end()) in init()
748 std::get<bool>(findIgnoreFailIfHostOff->second); in init()
1072 auto findIgnoreFailIfHostOff = base.find("IgnoreFailIfHostOff"); in init() local
1073 if (findIgnoreFailIfHostOff != base.end()) in init()
1076 std::get<bool>(findIgnoreFailIfHostOff->second); in init()