Home
last modified time | relevance | path

Searched refs:onJobStateChanged (Results 1 - 9 of 9) sorted by relevance

/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Diprint_adapter.cpp26 void PrintDocumentAdapter::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged() function in OHOS::Print::PrintDocumentAdapter
H A Diprint_adapter_inner.cpp32 void PrintDocumentInnerAdapter::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged() function in OHOS::Print::PrintDocumentInnerAdapter
34 PRINT_HILOGI("onJobStateChanged jobId:%{public}s state:%{public}d", jobId.c_str(), state); in onJobStateChanged()
H A Dprint_callback.cpp288 "onJobStateChanged"); in PrintAdapterJobStateChangedAfterCallFun()
449 adapter_->onJobStateChanged(jobId, subState);
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Diprint_adapter_inner.h29 void onJobStateChanged(const std::string &jobId, uint32_t state) override;
H A Diprint_adapter.h30 virtual void onJobStateChanged(const std::string &jobId, uint32_t state);
/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/
H A Dprint_manager_adapter_impl_test.cpp104 documentAdapter.onJobStateChanged(jobId, state); in HWTEST_F()
107 documentAdapter.onJobStateChanged(jobId, state); in HWTEST_F()
/base/web/webview/ohos_adapter/print_manager_adapter/include/
H A Dprint_manager_adapter_impl.h38 void onJobStateChanged(const std::string& jobId, uint32_t state) override;
/base/web/webview/ohos_adapter/print_manager_adapter/src/
H A Dprint_manager_adapter_impl.cpp162 void PrintDocumentAdapterImpl::onJobStateChanged(const std::string& jobId, uint32_t state) in onJobStateChanged() function in OHOS::NWeb::PrintDocumentAdapterImpl
/base/print/print_fwk/frameworks/ohprint/src/
H A Dprint_capi.cpp394 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 __anon1742::PrintDocumentAdapterWrapper

Completed in 6 milliseconds