Home
last modified time | relevance | path

Searched defs:onJobStateChanged (Results 1 – 4 of 4) sorted by relevance

/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
Diprint_adapter.cpp26 void PrintDocumentAdapter::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged() function in OHOS::Print::PrintDocumentAdapter
Diprint_adapter_inner.cpp32 void PrintDocumentInnerAdapter::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged() function in OHOS::Print::PrintDocumentInnerAdapter
/base/web/webview/ohos_adapter/print_manager_adapter/src/
Dprint_manager_adapter_impl.cpp155 void PrintDocumentAdapterImpl::onJobStateChanged(const std::string& jobId, uint32_t state) in onJobStateChanged() function in OHOS::NWeb::PrintDocumentAdapterImpl
/base/print/print_fwk/interfaces/kits/jskits/
D@ohos.print.d.ts79 onJobStateChanged(jobId: string, state: PrintAdapterListeningState): void; method