Searched defs:rectJson (Results 1 – 3 of 3) 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()
112 auto& rectJson = jsonComponent[JsonTagConstants::JSON_RECT]; variable147 auto& rectJson = jsonComponent[JsonTagConstants::JSON_WINDOW_RECT]; variable
354 nlohmann::json rectJson; variable