/base/print/print_fwk/services/print_service/src/ |
D | print_security_guard_manager.cpp | 22 void PrintSecurityGuardManager::receiveBaseInfo(const std::string jobId, const std::string callPkg, in receiveBaseInfo() 30 void PrintSecurityGuardManager::receiveJobStateUpdate(const std::string jobId, const PrinterInfo &p… in receiveJobStateUpdate() 47 void PrintSecurityGuardManager::clearSecurityMap(const std::string jobId) in clearSecurityMap()
|
D | print_service_ability.cpp | 249 std::string jobId = GetPrintJobId(); in CallSpooler() local 306 std::string jobId = GetPrintJobId(); in CallSpooler() local 653 auto jobId = jobInfo.GetJobId(); in StartPrintJob() local 691 void PrintServiceAbility::UpdateQueuedJobList(const std::string &jobId, const std::shared_ptr<Print… in UpdateQueuedJobList() 700 void PrintServiceAbility::StartPrintJobCB(const std::string &jobId, const std::shared_ptr<PrintJob>… in StartPrintJobCB() 708 int32_t PrintServiceAbility::CancelPrintJob(const std::string &jobId) in CancelPrintJob() 767 auto jobId = printerJobMap_[printerId].begin()->first; in SendQueuePrintJob() local 948 int32_t PrintServiceAbility::UpdatePrintJobState(const std::string &jobId, uint32_t state, uint32_t… in UpdatePrintJobState() 970 int32_t PrintServiceAbility::AdapterGetFileCallBack(const std::string &jobId, uint32_t state, uint3… in AdapterGetFileCallBack() 994 int32_t PrintServiceAbility::CheckAndSendQueuePrintJob(const std::string &jobId, uint32_t state, ui… in CheckAndSendQueuePrintJob() [all …]
|
D | print_callback_proxy.cpp | 102 bool PrintCallbackProxy::OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &o… in OnCallbackAdapterLayout() 129 bool PrintCallbackProxy::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t s… in onCallbackAdapterJobStateChanged()
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
D | iprint_adapter_inner.cpp | 21 void PrintDocumentInnerAdapter::onStartLayoutWrite(const std::string &jobId, const PrintAttributes … in onStartLayoutWrite() 32 void PrintDocumentInnerAdapter::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged()
|
D | iprint_adapter.cpp | 20 void PrintDocumentAdapter::onStartLayoutWrite(const std::string &jobId, const PrintAttributes &oldA… in onStartLayoutWrite() 26 void PrintDocumentAdapter::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged()
|
D | print_callback_stub.cpp | 97 std::string jobId = data.ReadString(); in HandlePrintAdapterJobEvent() local 116 std::string jobId = data.ReadString(); in HandlePrintAdapterJobChangedEvent() local
|
D | print_callback.cpp | 232 std::string jobId = NapiPrintUtils::GetStringFromValueUtf8(env, args[0]); in PrintAdapterAfterCallFun() local 395 bool PrintCallback::OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAtt… in OnCallbackAdapterLayout() 402 …adapter_->onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, [](std::string jobId, uint32_t state) { in OnCallbackAdapterLayout() 419 bool PrintCallback::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state, in onCallbackAdapterJobStateChanged()
|
/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/ |
D | print_manager_adapter_impl_test.cpp | 60 void OnStartLayoutWrite(const std::string& jobId, const PrintAttributesAdapter& oldAttrs, in OnStartLayoutWrite() 64 void OnJobStateChanged(const std::string& jobId, uint32_t state) override {} in OnJobStateChanged() 70 void WriteResultCallback(std::string jobId, uint32_t code) {} in WriteResultCallback() 95 std::string jobId = "abc"; variable
|
/base/web/webview/ohos_glue/ohos_adapter/bridge/ |
D | ark_print_document_adapter_adapter_wrapper.cpp | 29 void ArkPrintDocumentAdapterAdapterWrapper::OnStartLayoutWrite(const std::string& jobId, in OnStartLayoutWrite() 42 void ArkPrintDocumentAdapterAdapterWrapper::OnJobStateChanged(const std::string& jobId, uint32_t st… in OnJobStateChanged()
|
D | ark_print_write_result_callback_adapter_impl.cpp | 27 void ArkPrintWriteResultCallbackAdapterImpl::WriteResultCallback(ArkWebString jobId, uint32_t code) in WriteResultCallback()
|
/base/web/webview/ohos_glue/ohos_adapter/ctocpp/ |
D | ark_print_document_adapter_adapter_ctocpp.cpp | 25 void ArkPrintDocumentAdapterAdapterCToCpp::OnStartLayoutWrite(const ArkWebString& jobId, in OnStartLayoutWrite() 42 void ArkPrintDocumentAdapterAdapterCToCpp::OnJobStateChanged(const ArkWebString& jobId, uint32_t st… in OnJobStateChanged()
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
D | mock_print_callback_stub.h | 41 bool OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &oldAttrs, in OnCallbackAdapterLayout() 46 bool onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state, in onCallbackAdapterJobStateChanged()
|
/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
D | print_manager_adapter_impl.cpp | 144 void PrintDocumentAdapterImpl::onStartLayoutWrite(const std::string& jobId, in onStartLayoutWrite() 162 void PrintDocumentAdapterImpl::onJobStateChanged(const std::string& jobId, uint32_t state) in onJobStateChanged() 177 void PrintWriteResultCallbackAdapterImpl::WriteResultCallback(std::string jobId, uint32_t code) in WriteResultCallback()
|
/base/print/print_fwk/test/unittest/service_test/mock/ |
D | mock_print_service.h | 64 int32_t CancelPrintJob(const std::string &jobId) override in CancelPrintJob() 84 … int32_t UpdatePrintJobState(const std::string &jobId, uint32_t state, uint32_t subState) override in UpdatePrintJobState() 144 int32_t StartGetPrintFile(const std::string &jobId, const PrintAttributes &printAttributes, in StartGetPrintFile() 149 int32_t NotifyPrintService(const std::string &jobId, const std::string &type) override in NotifyPrintService()
|
/base/web/webview/ohos_glue/ohos_adapter/cpptoc/ |
D | ark_print_write_result_callback_adapter_cpptoc.cpp | 25 struct _ark_print_write_result_callback_adapter_t* self, ArkWebString jobId, uint32_t code) in ark_print_write_result_callback_adapter_write_result_callback()
|
/base/print/print_fwk/test/unittest/service_test/ |
D | print_service_ability_test.cpp | 1597 std::string jobId = ""; variable 1616 std::string jobId = ""; variable 1635 std::string jobId = ""; variable 1654 std::string jobId = ""; variable 1673 std::string jobId = ""; variable 1692 std::string jobId = GetDefaultJobId(); variable 1710 std::string jobId = GetDefaultJobId(); variable 1728 std::string jobId = GetDefaultJobId(); variable 1755 std::string jobId = GetDefaultJobId(); variable 2127 std::string jobId = ""; variable [all …]
|
D | print_extension_callback_proxy_test.cpp | 157 std::string jobId = "job:1234"; variable 185 std::string jobId = "job:1234"; variable
|
D | print_callback_proxy_test.cpp | 186 std::string jobId = "job:1234"; variable 217 std::string jobId = "job:1234"; variable
|
/base/web/webview/test/unittest/ohos_adapter_helper/ |
D | ohos_adapter_helper_test.cpp | 49 …void OnStartLayoutWrite(const std::string& jobId, const OHOS::NWeb::PrintAttributesAdapter& oldAtt… in OnStartLayoutWrite() 54 void OnJobStateChanged(const std::string& jobId, uint32_t state) override {} in OnJobStateChanged()
|
/base/hiviewdfx/hilog/services/hilogd/include/ |
D | log_persister_rotator.h | 36 uint32_t jobId; member
|
D | log_persister.h | 41 uint32_t jobId; member
|
/base/hiviewdfx/hilog/frameworks/libhilog/include/ |
D | hilog_cmd.h | 123 uint32_t jobId; member 131 uint32_t jobId; member 135 uint32_t jobId; member 140 uint32_t jobId[MAX_JOBS]; member 154 uint32_t jobId; member 159 uint32_t jobId[MAX_JOBS]; member
|
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
D | print_callback.h | 39 std::string jobId; member
|
/base/print/print_fwk/frameworks/helper/print_helper/src/ |
D | print_job_helper.cpp | 125 std::string jobId = NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_JOB_JOBID); in BuildFromJs() local 149 …PrintJob> PrintJobHelper::BuildJsWorkerIsLegal(napi_env env, napi_value jsValue, std::string jobId, in BuildJsWorkerIsLegal()
|
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
D | napi_inner_print.h | 68 std::string jobId = ""; member
|