Searched defs:rectJson (Results 1 – 2 of 2) sorted by relevance
220 nlohmann::json rectJson; in SendDirtyData() local342 nlohmann::json rectJson = nlohmann::json::parse(ext->buf, nullptr, false); in ProcessDirtyData() local351 void ScreenDataChannelImpl::DirtyVecToJson(nlohmann::json &rectJson, const std::shared_ptr<DataBuff… in DirtyVecToJson()370 void ScreenDataChannelImpl::JsonToDirtyJson(nlohmann::json &rectJson, std::shared_ptr<DataBuffer> &… in JsonToDirtyJson()
354 nlohmann::json rectJson; variable