Home
last modified time | relevance | path

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

/base/print/print_fwk/services/print_service/include/
H A Dprint_service_stub.h49 bool OnUpdatePrintJobStateOnlyForSystemApp(MessageParcel &data, MessageParcel &reply);
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp44 &PrintServiceStub::OnUpdatePrintJobStateOnlyForSystemApp; in PrintServiceStub()
419 bool PrintServiceStub::OnUpdatePrintJobStateOnlyForSystemApp(MessageParcel &data, MessageParcel &reply) in OnUpdatePrintJobStateOnlyForSystemApp() function in OHOS::Print::PrintServiceStub
421 PRINT_HILOGI("PrintServiceStub::OnUpdatePrintJobStateOnlyForSystemApp in"); in OnUpdatePrintJobStateOnlyForSystemApp()
425 PRINT_HILOGD("OnUpdatePrintJobStateOnlyForSystemApp jobId = %{public}s", jobId.c_str()); in OnUpdatePrintJobStateOnlyForSystemApp()
426 PRINT_HILOGD("OnUpdatePrintJobStateOnlyForSystemApp state = %{public}d", state); in OnUpdatePrintJobStateOnlyForSystemApp()
427 PRINT_HILOGD("OnUpdatePrintJobStateOnlyForSystemApp subState = %{public}d", subState); in OnUpdatePrintJobStateOnlyForSystemApp()
431 PRINT_HILOGD("PrintServiceStub::OnUpdatePrintJobStateOnlyForSystemApp out"); in OnUpdatePrintJobStateOnlyForSystemApp()

Completed in 3 milliseconds