Home
last modified time | relevance | path

Searched refs:FindPropertyFromPropertyList (Results 1 - 3 of 3) sorted by relevance

/base/print/print_fwk/services/print_service/include/
H A Dvendor_helper.h44 std::string FindPropertyFromPropertyList(const Print_PropertyList *propertyList, const std::string &keyName);
/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp374 std::string ppdData = FindPropertyFromPropertyList(propertyList, key); in OnPrinterPropertiesQueried()
385 std::string suppliesData = FindPropertyFromPropertyList(propertyList, key); in OnPrinterPropertiesQueried()
392 std::string stateData = FindPropertyFromPropertyList(propertyList, key); in OnPrinterPropertiesQueried()
H A Dvendor_helper.cpp355 std::string FindPropertyFromPropertyList(const Print_PropertyList *propertyList, const std::string &keyName) in FindPropertyFromPropertyList() function
370 PRINT_HILOGD("FindPropertyFromPropertyList key: %{public}s", propertyList->list[i].key); in FindPropertyFromPropertyList()
378 PRINT_HILOGD("FindPropertyFromPropertyList value: %{public}s", propertyList->list[i].value); in FindPropertyFromPropertyList()

Completed in 3 milliseconds