Home
last modified time | relevance | path

Searched refs:resolutionItem (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_key_parser.cpp348 auto resolutionItem = in GetResolutionByType() local
350 if (resolutionItem != RES_RESOLUTION.end()) { in GetResolutionByType()
351 return resolutionItem->first; in GetResolutionByType()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp622 nlohmann::json resolutionItem = nlohmann::json::array(); variable
623 resolutionListJson.push_back(resolutionItem);
652 nlohmann::json resolutionItem = nlohmann::json::object(); variable
653 resolutionItem["id"] = "123";
654 resolutionItem["horizontalDpi"] = "123";
655 resolutionListJson.push_back(resolutionItem);
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_capability.cpp390 for (auto resolutionItem : resolutionList_) { in Dump() local
391 resolutionItem.Dump(); in Dump()