Home
last modified time | relevance | path

Searched refs:ParsePrinterStatusAttributes (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_attribute.h25 bool ParsePrinterStatusAttributes(ipp_t *response, PrinterStatus &status);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_cups_attribute_test.cpp603 EXPECT_TRUE(ParsePrinterStatusAttributes(response, status)); in __anon4d5b9f712a02()
619 EXPECT_FALSE(ParsePrinterStatusAttributes(response, status)); in __anon4d5b9f712c02()
635 EXPECT_FALSE(ParsePrinterStatusAttributes(response, status)); in __anon4d5b9f712e02()
651 EXPECT_FALSE(ParsePrinterStatusAttributes(response, status)); in __anon4d5b9f713002()
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsattribute_fuzzer/
H A Dprintcupsattribute_fuzzer.cpp36 OHOS::Print::ParsePrinterStatusAttributes(response, status); in TestParsePrinterStatusAttributes()
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_cups_attribute.cpp479 bool ParsePrinterStatusAttributes(ipp_t *response, PrinterStatus &status) in ParsePrinterStatusAttributes() function
H A Dprint_cups_client.cpp734 bool result = ParsePrinterStatusAttributes(response, status); in QueryPrinterStatusByUri()