Home
last modified time | relevance | path

Searched refs:ConvertIppAttributesToJsonString (Results 1 – 2 of 2) sorted by relevance

/base/print/print_fwk/services/print_service/src/
Dprint_cups_attribute.cpp99 std::string ConvertIppAttributesToJsonString(ipp_t *response, const std::string &keyword) in ConvertIppAttributesToJsonString() function
404 std::string attrString = ConvertIppAttributesToJsonString(response, keyword); in ParseOtherAttributes()
411 attrString = ConvertIppAttributesToJsonString(response, keyword); in ParseOtherAttributes()
/base/print/print_fwk/test/unittest/others/
Dprint_cups_client_vendor_helper_other_test.cpp613 std::string result = ConvertIppAttributesToJsonString(response, keyword); in TEST_F()
621 std::string result = ConvertIppAttributesToJsonString(&response, keyword); in TEST_F()
629 std::string result = ConvertIppAttributesToJsonString(&response, keyword); in TEST_F()
640 std::string result = ConvertIppAttributesToJsonString(&response, keyword); in TEST_F()
652 std::string result = ConvertIppAttributesToJsonString(&response, keyword); in TEST_F()