Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dchannel_mgmt.cpp940 Json jsonChData = data[chKey].get<Json>(); in loadChannelConfig() local
941 if (jsonChData.is_null()) in loadChannelConfig()
979 if (jsonChData.count(isManagementNIC) != 0) in loadChannelConfig()
982 jsonChData[isManagementNIC].get<bool>(); in loadChannelConfig()
1042 Json jsonChData = it.value(); in readChannelVolatileData() local
1043 if (!jsonChData.is_null()) in readChannelVolatileData()
1050 jsonChData[userAuthDisabledString].get<bool>(); in readChannelVolatileData()
1054 jsonChData[alertingDisabledString].get<bool>(); in readChannelVolatileData()
1056 jsonChData[privLimitString].get<std::string>(); in readChannelVolatileData()
1109 Json jsonChData = it.value(); in readChannelPersistData() local
[all …]