Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dnapi_print_utils.cpp342 for (const auto& propertyItem : propertyList) { in VerifyProperty() local
343 if (propertyItem.second == PRINT_PARAM_NOT_SET) { in VerifyProperty()
344 PRINT_HILOGE("Missing Property: %{public}s", propertyItem.first.c_str()); in VerifyProperty()