Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A D_print___print_doc_callback.md21 | [Print_OnJobStateChanged](_o_h___print.md#print_onjobstatechanged)[jobStateChangedCb](#jobstatech…
27 ### jobStateChangedCb subsection
30 Print_OnJobStateChanged Print_PrintDocCallback::jobStateChangedCb
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A D_print___print_doc_callback.md21 | [Print_OnJobStateChanged](_o_h___print.md#print_onjobstatechanged)[jobStateChangedCb](#jobstatech…
27 ### jobStateChangedCb subsection
30 Print_OnJobStateChanged Print_PrintDocCallback::jobStateChangedCb
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/
H A Dohprint.h536 Print_OnJobStateChanged jobStateChangedCb; member
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp447 if (printCb_.jobStateChangedCb == nullptr) { in onJobStateChanged()
456 printCb_.jobStateChangedCb(jobId.c_str(), state); in onJobStateChanged()