Home
last modified time | relevance | path

Searched refs:OnNotifyPrintService (Results 1 - 2 of 2) sorted by relevance

/base/print/print_fwk/services/print_service/include/
H A Dprint_service_stub.h64 bool OnNotifyPrintService(MessageParcel &data, MessageParcel &reply);
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp61 cmdMap_[OHOS::Print::IPrintInterfaceCode::CMD_NOTIFY_PRINT_SERVICE] = &PrintServiceStub::OnNotifyPrintService; in PrintServiceStub()
736 bool PrintServiceStub::OnNotifyPrintService(MessageParcel &data, MessageParcel &reply) in OnNotifyPrintService() function in OHOS::Print::PrintServiceStub
738 PRINT_HILOGI("PrintServiceStub::OnNotifyPrintService in"); in OnNotifyPrintService()
742 "PrintServiceStub::OnNotifyPrintService jobId=%{public}s type=%{public}s ", jobId.c_str(), type.c_str()); in OnNotifyPrintService()
745 PRINT_HILOGD("PrintServiceStub::OnNotifyPrintService out"); in OnNotifyPrintService()

Completed in 3 milliseconds