Home
last modified time | relevance | path

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

/openbmc/bmcweb/include/
H A Dopenbmc_dbus_rest.hpp691 int boolInt = 0; in convertJsonToDbus() local
696 boolInt = 1; in convertJsonToDbus()
700 boolInt = 0; in convertJsonToDbus()
709 boolInt = *b ? 1 : 0; in convertJsonToDbus()
718 boolInt = 1; in convertJsonToDbus()
726 r = sd_bus_message_append_basic(m, argCode[0], &boolInt); in convertJsonToDbus()