Searched refs:chKey (Results 1 – 2 of 2) sorted by relevance
81 std::string chKey = "Channel" + std::to_string(chNum); in updateCSPrivilegesMap() local86 if (jsonData.find(chKey) != jsonData.end()) in updateCSPrivilegesMap()89 static_cast<std::string>(jsonData[chKey][csKey])); in updateCSPrivilegesMap()231 std::string chKey = "Channel" + std::to_string(chNum); in setCSPrivilegeLevels() local232 jsonData[chKey] = privData; in setCSPrivilegeLevels()
933 std::string chKey = std::to_string(chNum); in loadChannelConfig() local934 Json jsonChData = data[chKey].get<Json>(); in loadChannelConfig()1029 std::string chKey = it.key(); in readChannelVolatileData() local1030 uint8_t chNum = std::stoi(chKey, nullptr, 10); in readChannelVolatileData()1096 std::string chKey = it.key(); in readChannelPersistData() local1097 uint8_t chNum = std::stoi(chKey, nullptr, 10); in readChannelPersistData()1159 std::string chKey = std::to_string(chNum); in writeChannelVolatileData() local1174 outData[chKey] = jsonObj; in writeChannelVolatileData()1208 std::string chKey = std::to_string(chNum); in writeChannelPersistData() local1225 outData[chKey] = jsonObj; in writeChannelPersistData()