Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp99 std::string ConvertIppAttributesToJsonString(ipp_t *response, const std::string &keyword) in ConvertIppAttributesToJsonString() function
403 std::string attrString = ConvertIppAttributesToJsonString(response, keyword); in ParseOtherAttributes()
410 attrString = ConvertIppAttributesToJsonString(response, keyword); in ParseOtherAttributes()
/ohos5.0/base/print/print_fwk/test/unittest/others/
H A Dprint_cups_client_vendor_helper_other_test.cpp721 std::string result = ConvertIppAttributesToJsonString(response, keyword); in TEST_F()
729 std::string result = ConvertIppAttributesToJsonString(&response, keyword); in TEST_F()
737 std::string result = ConvertIppAttributesToJsonString(&response, keyword); in TEST_F()
748 std::string result = ConvertIppAttributesToJsonString(&response, keyword); in TEST_F()
760 std::string result = ConvertIppAttributesToJsonString(&response, keyword); in TEST_F()