Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp381 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 Dvendor_helper.cpp368 std::string FindPropertyFromPropertyList(const Print_PropertyList *propertyList, const std::string … in FindPropertyFromPropertyList() function
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp1469 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 Dvendor_helper.h44 std::string FindPropertyFromPropertyList(const Print_PropertyList *propertyList, const std::string …