Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/src/
H A Dappcommands.cpp49 nlohmann::json appData __attribute__((init_priority(101))); variable
263 file << appData; in flush_app_data()
286 appData[key] = ss.str(); in platSetSysFWVer()
297 if (!appData.contains(std::string(key))) in platGetSysFWVer()
301 std::string str = appData[key].get<std::string>(); in platGetSysFWVer()
373 appData[KEY_BIOS_BOOT_LEN] = req_len; in ipmiAppSetSysInfoParams()
460 len = appData[KEY_BIOS_BOOT_LEN].get<uint8_t>(); in ipmiAppGetSysInfoParams()
495 file >> appData; in registerAPPFunctions()