/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A 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()
|
H A 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()
|
H A D | print_callback_stub.cpp | 98 std::string jobId = data.ReadString(); in HandlePrintAdapterJobEvent() local 117 std::string jobId = data.ReadString(); in HandlePrintAdapterJobChangedEvent() local
|
H A D | print_callback.cpp | 245 std::string jobId = NapiPrintUtils::GetStringFromValueUtf8(env, args[0]); in PrintAdapterAfterCallFun() local 420 …const std::string &jobId, const PrintAttributes &oldAttrs, const PrintAttributes &newAttrs, uint32… in OnCallbackAdapterLayout() 427 …adapter_->onStartLayoutWrite(jobId, oldAttrs, newAttrs, fd, [](std::string jobId, uint32_t state) { in OnCallbackAdapterLayout() 446 bool PrintCallback::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t state, in onCallbackAdapterJobStateChanged()
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A 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() 52 void PrintSecurityGuardManager::clearSecurityMap(const std::string jobId) in clearSecurityMap()
|
H A D | print_callback_proxy.cpp | 122 bool PrintCallbackProxy::OnCallbackAdapterLayout(const std::string &jobId, const PrintAttributes &o… in OnCallbackAdapterLayout() 154 bool PrintCallbackProxy::onCallbackAdapterJobStateChanged(const std::string jobId, const uint32_t s… in onCallbackAdapterJobStateChanged()
|
H A D | print_service_ability.cpp | 1165 std::string jobId = PrintUtils::GetPrintJobId(); in StartNativePrintJob() local 1189 auto jobId = jobInfo.GetJobId(); in StartPrintJob() local 1289 int32_t PrintServiceAbility::CancelPrintJob(const std::string &jobId) in CancelPrintJob() 1348 std::string jobId = printJob->GetJobId(); in SetPrintJobCanceled() local 1422 auto jobId = printerJobMap_[printerId].begin()->first; in SendQueuePrintJob() local 1643 const std::string &jobId, uint32_t state, uint32_t subState) in UpdatePrintJobStateForNormalApp() 1654 const std::string &jobId, uint32_t state, uint32_t subState) in UpdatePrintJobStateOnlyForSystemApp() 1758 bool PrintServiceAbility::IsQueuedJobListEmpty(const std::string &jobId) in IsQueuedJobListEmpty() 1896 auto jobId = jobInfo.GetJobId(); in RequestPreview() local 2724 int32_t PrintServiceAbility::GetUserIdByJobId(const std::string jobId) in GetUserIdByJobId() [all …]
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
H A D | ark_print_document_adapter_adapter_impl.cpp | 29 void ArkPrintDocumentAdapterAdapterImpl::OnStartLayoutWrite(const ArkWebString& jobId, in OnStartLayoutWrite() 41 void ArkPrintDocumentAdapterAdapterImpl::OnJobStateChanged(const ArkWebString& jobId, uint32_t stat… in OnJobStateChanged()
|
H A D | ark_print_write_result_callback_adapter_wrapper.cpp | 25 void ArkPrintWriteResultCallbackAdapterWrapper::WriteResultCallback(std::string jobId, uint32_t cod… in WriteResultCallback()
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter/print_manager_adapter_impl_test/ |
H A 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
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
H A 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()
|
H A D | ark_print_write_result_callback_adapter_impl.cpp | 27 void ArkPrintWriteResultCallbackAdapterImpl::WriteResultCallback(ArkWebString jobId, uint32_t code) in WriteResultCallback()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/ |
H A 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()
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service.h | 59 int32_t CancelPrintJob(const std::string &jobId) override in CancelPrintJob() 79 …int32_t UpdatePrintJobStateForNormalApp(const std::string &jobId, uint32_t state, uint32_t subStat… in UpdatePrintJobStateForNormalApp() 83 …int32_t UpdatePrintJobStateOnlyForSystemApp(const std::string &jobId, uint32_t state, uint32_t sub… in UpdatePrintJobStateOnlyForSystemApp() 143 int32_t StartGetPrintFile(const std::string &jobId, const PrintAttributes &printAttributes, in StartGetPrintFile() 148 int32_t NotifyPrintService(const std::string &jobId, const std::string &type) override in NotifyPrintService() 181 int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event) override in NotifyPrintServiceEvent()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 353 std::string jobId = ""; variable 525 std::string jobId ="1"; variable 548 std::string jobId ="1"; variable 574 std::string jobId = "1"; variable 917 std::string jobId = "1"; variable 939 std::string jobId = "1"; variable 960 std::string jobId = "1"; variable 969 std::string jobId = "1"; variable 986 std::string jobId = "1"; variable 1012 std::string jobId = "1"; variable [all …]
|
/ohos5.0/base/web/webview/ohos_adapter/print_manager_adapter/src/ |
H A 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()
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_callback_stub_test.cpp | 157 std::string jobId = "job:1234"; variable 209 std::string jobId = "job:1234"; variable 235 std::string jobId = "job:1234"; variable
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_user_data_test.cpp | 132 std::string jobId = "1"; variable 146 std::string jobId = "1"; variable 159 std::string jobId = "1"; variable 184 std::string jobId = "1"; variable 200 std::string jobId = "1"; variable
|
H A D | print_callback_proxy_test.cpp | 191 std::string jobId = "job:1234"; variable 222 std::string jobId = "job:1234"; variable 283 std::string jobId = "job:1234"; variable 309 std::string jobId = "job:1234"; variable
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/ |
H A D | printserviceability_fuzzer.cpp | 133 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestCancelPrintJob() local 177 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestUpdatePrintJobStateOnlyForSystemApp() local 323 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestStartGetPrintFile() local 341 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestNotifyPrintService() local 368 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestUpdatePrintJobState() local 429 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestNotifyPrintServiceEvent() local 466 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestAdapterGetFileCallBack() local 474 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestAddNativePrintJob() local 481 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestIsQueuedJobListEmpty() local 510 std::string jobId = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestNotifyAdapterJobChanged() local [all …]
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 415 void PrintDocumentAdapterWrapper::onStartLayoutWrite(const std::string &jobId, in onStartLayoutWrite() 445 void PrintDocumentAdapterWrapper::onJobStateChanged(const std::string &jobId, uint32_t state) in onJobStateChanged() 459 void PrintDocumentAdapterWrapper::WriteResultCallback(const char *jobId, uint32_t code) in WriteResultCallback() 481 void PrintDocumentAdapterWrapper::OnWriteResultCallback(const std::string &jobId, uint32_t code) in OnWriteResultCallback()
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_service_ability_other_test.cpp | 1560 std::string jobId = "testJobId"; in TEST_F() local 1569 std::string jobId = "testJobId"; in TEST_F() local 1580 std::string jobId = "testJobId"; in TEST_F() local 1593 std::string jobId = "testJobId"; in TEST_F() local 1630 int jobId = 1; in TEST_F() local 1639 int jobId = 2; in TEST_F() local 1649 int jobId = 3; in TEST_F() local 1714 std::string jobId = "testJobId"; variable 1723 std::string jobId = "testJobId"; in TEST_F() local 1730 std::string jobId = "testJobId"; in TEST_F() local [all …]
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/ |
H A D | log_persister_rotator.h | 36 uint32_t jobId; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
H A D | common.h | 37 int jobId; member
|
/ohos5.0/base/web/webview/test/unittest/ohos_adapter_helper/ |
H A 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()
|