Home
last modified time | relevance | path

Searched refs:PRINTER_EVENT_TYPE (Results 1 - 3 of 3) sorted by relevance

/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp79 static const std::string PRINTER_EVENT_TYPE = "printerStateChange"; member
2176 if (type == PRINTER_CHANGE_EVENT_TYPE || type == PRINTER_EVENT_TYPE) { in On()
2211 if (type == PRINTER_CHANGE_EVENT_TYPE||type == PRINTER_EVENT_TYPE) { in Off()
2287 if (PrintUtils::GetEventType(eventIt.first) == PRINTER_EVENT_TYPE && eventIt.second != nullptr) { in SendPrinterEvent()
2288 PRINT_HILOGD("PrintServiceAbility::SendPrinterEvent find PRINTER_EVENT_TYPE"); in SendPrinterEvent()
3405 if (PrintUtils::GetEventType(eventType) == PRINTER_EVENT_TYPE) { in HandlePrinterStateChangeRegister()
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dnapi_inner_print.cpp30 const std::string PRINTER_EVENT_TYPE = "printerStateChange"; member
876 if (type == PRINTER_EVENT_TYPE || type == PRINTJOB_EVENT_TYPE || type == EXTINFO_EVENT_TYPE || in IsSupportType()
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp65 static const std::string PRINTER_EVENT_TYPE = "printerStateChange"; member
1644 service->registeredListeners_[PRINTER_EVENT_TYPE] = listener; in HWTEST_F()

Completed in 15 milliseconds