Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/user_channel/
H A Dcipher_mgmt.cpp82 std::string chKey = "Channel" + std::to_string(chNum); in updateCSPrivilegesMap() local
87 if (jsonData.find(chKey) != jsonData.end()) in updateCSPrivilegesMap()
90 static_cast<std::string>(jsonData[chKey][csKey])); in updateCSPrivilegesMap()
232 std::string chKey = "Channel" + std::to_string(chNum); in setCSPrivilegeLevels() local
233 jsonData[chKey] = privData; in setCSPrivilegeLevels()
H A Dchannel_mgmt.cpp939 std::string chKey = std::to_string(chNum); in loadChannelConfig() local
940 Json jsonChData = data[chKey].get<Json>(); in loadChannelConfig()
1035 std::string chKey = it.key(); in readChannelVolatileData() local
1036 uint8_t chNum = std::stoi(chKey, nullptr, 10); in readChannelVolatileData()
1102 std::string chKey = it.key(); in readChannelPersistData() local
1103 uint8_t chNum = std::stoi(chKey, nullptr, 10); in readChannelPersistData()
1165 std::string chKey = std::to_string(chNum); in writeChannelVolatileData() local
1180 outData[chKey] = jsonObj; in writeChannelVolatileData()
1214 std::string chKey = std::to_string(chNum); in writeChannelPersistData() local
1231 outData[chKey] = jsonObj; in writeChannelPersistData()