Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_helper.h35 void LogProperties(const Print_PropertyList *propertyList);
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_helper_test.cpp236 LogProperties(nullptr);
237 LogProperties(&propertyList);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp194 LogProperties(propertyList); in OnPropertiesQueried()
H A Dvendor_helper.cpp344 void LogProperties(const Print_PropertyList *propertyList) in LogProperties() function