Searched refs:resolutionItem (Results 1 – 3 of 3) sorted by relevance
348 auto resolutionItem = in GetResolutionByType() local350 if (resolutionItem != RES_RESOLUTION.end()) { in GetResolutionByType()351 return resolutionItem->first; in GetResolutionByType()
622 nlohmann::json resolutionItem = nlohmann::json::array(); variable623 resolutionListJson.push_back(resolutionItem);652 nlohmann::json resolutionItem = nlohmann::json::object(); variable653 resolutionItem["id"] = "123";654 resolutionItem["horizontalDpi"] = "123";655 resolutionListJson.push_back(resolutionItem);
390 for (auto resolutionItem : resolutionList_) { in Dump() local391 resolutionItem.Dump(); in Dump()