Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_system_data.h60 bool CheckPrinterBusy(const std::string &printerId);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_system_data_test.cpp1139 systemData->CheckPrinterBusy(printerId1);
1145 bool ret = systemData->CheckPrinterBusy(printerId2);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_system_data.cpp750 bool PrintSystemData::CheckPrinterBusy(const std::string &printerId) in CheckPrinterBusy() function in OHOS::Print::PrintSystemData
H A Dprint_service_ability.cpp3115 !printSystemData_.CheckPrinterBusy(infoPtr->GetPrinterId())) { in AddSinglePrinterInfo()
3204 !printSystemData_.CheckPrinterBusy(printerInfo->GetPrinterId())) { in AddVendorPrinterToDiscovery()