Home
last modified time | relevance | path

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

/openbmc/phosphor-networkd/src/
H A Dinventory_mac.cpp51 nlohmann::json configJson; variable
82 std::string interfaceName = configJson[intfName]; in getfromInventory()
177 for (const auto& keys : configJson.items()) in setInventoryMACOnSystem()
222 for (const auto& pattern : configJson.items()) in registerSignals()
258 if (configJson.find(infname) == configJson.end()) in watchEthernetInterface()
314 for (const auto& interfaceString : configJson.items()) in watchEthernetInterface()
345 in >> configJson; in watch()
/openbmc/phosphor-webui/app/common/services/
H A DdataService.js34 this.configJson = require('../../../config.json');