Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/
H A Dprint_preview_attribute_helper.cpp76 return NapiPrintUtils::VerifyProperty(names, propertyList); in ValidateProperty()
H A Dprint_resolution_helper.cpp66 return NapiPrintUtils::VerifyProperty(names, propertyList); in ValidateProperty()
H A Dprint_page_size_helper.cpp75 return NapiPrintUtils::VerifyProperty(names, propertyList); in ValidateProperty()
H A Dprinter_info_helper.cpp157 return NapiPrintUtils::VerifyProperty(names, propertyList); in ValidateProperty()
H A Dprint_attributes_helper.cpp209 return NapiPrintUtils::VerifyProperty(names, propertyList); in ValidateProperty()
H A Dprint_job_helper.cpp274 return NapiPrintUtils::VerifyProperty(names, propertyList); in ValidateProperty()
H A Dnapi_print_utils.cpp331 bool NapiPrintUtils::VerifyProperty( in VerifyProperty() function in OHOS::Print::NapiPrintUtils
H A Dprinter_capability_helper.cpp381 return NapiPrintUtils::VerifyProperty(names, propertyList); in ValidateProperty()
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/include/
H A Dnapi_print_utils.h80 …static bool VerifyProperty(std::vector<std::string> &names, std::map<std::string, PrintParamStatus…