Searched refs:ParsePPDInfo (Results 1 - 3 of 3) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/ |
H A D | print_cups_wrapper_test.cpp | 397 printCupsClient.ParsePPDInfo(nullptr, nullptr, nullptr, ppds); in HWTEST_F() 420 * @tc.desc: ParsePPDInfo 433 printCupsClient.ParsePPDInfo(response, nullptr, nullptr, ppds); in HWTEST_F() 434 printCupsClient.ParsePPDInfo(response, "testmodel", nullptr, ppds); in HWTEST_F() 435 printCupsClient.ParsePPDInfo(response, "testmodel", "testppd", ppds); in HWTEST_F()
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_cups_client.h | 144 void ParsePPDInfo(ipp_t *response, const char *ppd_make_model, const char *ppd_name,
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_cups_client.cpp | 443 ParsePPDInfo(response, ppd_make_model, ppd_name, ppds); in QueryPPDInformation() 448 void PrintCupsClient::ParsePPDInfo(ipp_t *response, const char *ppd_make_model, const char *ppd_name, in ParsePPDInfo() function in OHOS::Print::PrintCupsClient
|
Completed in 5 milliseconds