/ohos5.0/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/ |
H A D | print_manager_adapter_impl_test.cpp | 104 documentAdapter.onJobStateChanged(jobId, state); 107 documentAdapter.onJobStateChanged(jobId, state);
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | iprint_adapter.cpp | 26 void PrintDocumentAdapter::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged() function in OHOS::Print::PrintDocumentAdapter
|
H A D | iprint_adapter_inner.cpp | 32 void PrintDocumentInnerAdapter::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged() function in OHOS::Print::PrintDocumentInnerAdapter
|
H A D | print_callback.cpp | 453 adapter_->onJobStateChanged(jobId, subState); in onCallbackAdapterJobStateChanged()
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | iprint_adapter.h | 30 virtual void onJobStateChanged(const std::string &jobId, uint32_t state);
|
H A D | iprint_adapter_inner.h | 29 void onJobStateChanged(const std::string &jobId, uint32_t state) override;
|
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/include/ |
H A D | print_manager_adapter_impl.h | 38 void onJobStateChanged(const std::string& jobId, uint32_t state) override;
|
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A D | print_manager_adapter_impl.cpp | 162 void PrintDocumentAdapterImpl::onJobStateChanged(const std::string& jobId, uint32_t state) in onJobStateChanged() function in OHOS::NWeb::PrintDocumentAdapterImpl
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 394 void onJobStateChanged(const std::string &jobId, uint32_t state) override; 445 void PrintDocumentAdapterWrapper::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged() function in __anonf9db485e0110::PrintDocumentAdapterWrapper
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-print.md | 397 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) { 413 ### onJobStateChanged subsection 415 onJobStateChanged(jobId: string, state: PrintDocumentAdapterState): void 449 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-print.md | 397 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) { 413 ### onJobStateChanged subsection 415 onJobStateChanged(jobId: string, state: PrintDocumentAdapterState): void 449 onJobStateChanged(jobId: string, state: print.PrintDocumentAdapterState) {
|