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.cpp50 nlohmann::json appData __attribute__((init_priority(101))); variable
268 file << appData; in flush_app_data()
292 appData[KEY_SYSFW_VER + std::to_string(hostId)] = ss.str(); in platSetSysFWVer()
404 appData[KEY_BIOS_BOOT_LEN] = req_len; in ipmiAppSetSysInfoParams()
490 len = appData[KEY_BIOS_BOOT_LEN].get<uint8_t>(); in ipmiAppGetSysInfoParams()
525 file >> appData; in registerAPPFunctions()