Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h59 void QueryPrinterInfoById(const std::string &printerId, PrinterInfo &printerInfo);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp1000 systemData->QueryPrinterInfoById(printerId, printerInfo);
1006 systemData->QueryPrinterInfoById(printerId, printerInfo);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp247 void PrintSystemData::QueryPrinterInfoById(const std::string &printerId, PrinterInfo &printerInfo) in QueryPrinterInfoById() function in OHOS::Print::PrintSystemData
H A Dprint_service_ability.cpp945 printSystemData_.QueryPrinterInfoById(printerId, info); in SetPrinterPreference()
3058 printSystemData_.QueryPrinterInfoById(printerId, printerInfo); in NotifyAppDeletePrinter()
3073 printSystemData_.QueryPrinterInfoById(lastUsedPrinterId, lastUsedPrinterInfo); in NotifyAppDeletePrinter()