Searched refs:FindPropertyFromPropertyList (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_bsuni_driver.cpp | 381 std::string ppdData = FindPropertyFromPropertyList(propertyList, key); in OnPrinterPropertiesQueried() 392 std::string suppliesData = FindPropertyFromPropertyList(propertyList, key); in OnPrinterPropertiesQueried() 399 std::string stateData = FindPropertyFromPropertyList(propertyList, key); in OnPrinterPropertiesQueried()
|
H A D | vendor_helper.cpp | 368 std::string FindPropertyFromPropertyList(const Print_PropertyList *propertyList, const std::string … in FindPropertyFromPropertyList() function
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_cups_client_vendor_helper_other_test.cpp | 1469 std::string result = FindPropertyFromPropertyList(nullptr, "testKey"); 1477 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); 1487 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); 1498 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); 1509 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); 1520 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); 1531 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); 1542 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); 1553 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); 1565 std::string result = FindPropertyFromPropertyList(&propertyList, "testKey"); [all …]
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_helper.h | 44 std::string FindPropertyFromPropertyList(const Print_PropertyList *propertyList, const std::string …
|