Home
last modified time | relevance | path

Searched refs:receiveJobStateUpdate (Results 1 - 4 of 4) sorted by relevance

/base/print/print_fwk/test/unittest/service_test/
H A Dprint_security_guard_manager_test.cpp54 printSerPrintSecurityGuardManager.receiveJobStateUpdate("jobId-2", printerInfo, printJob); in HWTEST_F()
70 printSerPrintSecurityGuardManager.receiveJobStateUpdate("jobId-1", printerInfo, printJob); in HWTEST_F()
/base/print/print_fwk/services/print_service/include/
H A Dprint_security_guard_manager.h30 void receiveJobStateUpdate(const std::string jobId, const PrinterInfo &printerInfo, const PrintJob &printJob);
/base/print/print_fwk/services/print_service/src/
H A Dprint_security_guard_manager.cpp30 void PrintSecurityGuardManager::receiveJobStateUpdate(const std::string jobId, const PrinterInfo &printerInfo, in receiveJobStateUpdate() function in OHOS::Print::PrintSecurityGuardManager
33 PRINT_HILOGI("receiveJobStateUpdate jobId:%{public}s, state:%{public}d", jobId.c_str(), printJob.GetJobState()); in receiveJobStateUpdate()
H A Dprint_service_ability.cpp2334 securityGuardManager_.receiveJobStateUpdate(jobInfo.GetJobId(), *printerInfo, jobInfo); in SendPrintJobEvent()
2336 PRINT_HILOGD("receiveJobStateUpdate printer is empty"); in SendPrintJobEvent()

Completed in 7 milliseconds