Home
last modified time | relevance | path

Searched refs:NotifyPrintServiceEvent (Results 1 - 16 of 16) sorted by relevance

/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dnapi_inner_print.h52 static napi_value NotifyPrintServiceEvent(napi_env env, napi_callback_info info);
/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h177 int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event) override
244 MOCK_METHOD2(NotifyPrintServiceEvent, int32_t(std::string&, uint32_t));
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Diprint_service.h78 virtual int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event) = 0;
H A Dprint_service_proxy.h75 int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event) override;
H A Dprint_manager_client.h72 int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event);
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp323 EXPECT_EQ(service->NotifyPrintServiceEvent(jobId, event), E_PRINT_NO_PERMISSION); in HWTEST_F()
1027 EXPECT_EQ(service->NotifyPrintServiceEvent(jobId, event), E_PRINT_INVALID_PARAMETER); in HWTEST_F()
1029 EXPECT_EQ(service->NotifyPrintServiceEvent(jobId, event), E_PRINT_INVALID_PARAMETER); in HWTEST_F()
1031 service->NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
1034 service->NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
1036 service->NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
1038 service->NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
1040 service->NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp349 PRINT_NAPI_METHOD(FUNCTION_NOTIFY_PRINT_SERVICE_EVENT, NapiInnerPrint::NotifyPrintServiceEvent), in Init()
H A Dnapi_inner_print.cpp750 napi_value NapiInnerPrint::NotifyPrintServiceEvent(napi_env env, napi_callback_info info) in NotifyPrintServiceEvent() function in OHOS::Print::NapiInnerPrint
752 PRINT_HILOGI("Enter NotifyPrintServiceEvent---->"); in NotifyPrintServiceEvent()
782 PrintManagerClient::GetInstance()->NotifyPrintServiceEvent(context->jobId, context->applicationEvent); in NotifyPrintServiceEvent()
785 PRINT_HILOGE("Failed to NotifyPrintServiceEvent"); in NotifyPrintServiceEvent()
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp466 int32_t PrintManagerClient::NotifyPrintServiceEvent(std::string &jobId, uint32_t event) in NotifyPrintServiceEvent() function in OHOS::Print::PrintManagerClient
469 PRINT_HILOGD("PrintManagerClient NotifyPrintServiceEvent start."); in NotifyPrintServiceEvent()
472 ret = printServiceProxy_->NotifyPrintServiceEvent(jobId, event); in NotifyPrintServiceEvent()
473 PRINT_HILOGD("PrintManagerClient NotifyPrintServiceEvent out ret = [%{public}d].", ret); in NotifyPrintServiceEvent()
H A Dprint_service_proxy.cpp644 int32_t PrintServiceProxy::NotifyPrintServiceEvent(std::string &jobId, uint32_t event) in NotifyPrintServiceEvent() function in OHOS::Print::PrintServiceProxy
651 PRINT_HILOGD("PrintServiceProxy NotifyPrintServiceEvent started."); in NotifyPrintServiceEvent()
654 PRINT_HILOGE("PrintServiceProxy NotifyPrintServiceEvent remote is null"); in NotifyPrintServiceEvent()
660 PRINT_HILOGD("PrintServiceProxy NotifyPrintServiceEvent out. ret = [%{public}d]", ret); in NotifyPrintServiceEvent()
/base/print/print_fwk/services/print_service/include/
H A Dprint_service_ability.h103 int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event) override;
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_manager_client_test.cpp2469 PrintManagerClient::GetInstance()->NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
2477 PrintManagerClient::GetInstance()->NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
2485 mockPrintManagerClient.NotifyPrintServiceEvent(jobId, event); in HWTEST_F()
H A Dprint_service_proxy_test.cpp824 EXPECT_EQ(E_PRINT_RPC_FAILURE, proxy->NotifyPrintServiceEvent(testJobId, 0)); in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_stub.cpp535 int32_t ret = NotifyPrintServiceEvent(jobId, event); in OnNotifyPrintServiceEvent()
H A Dprint_service_ability.cpp1924 int32_t PrintServiceAbility::NotifyPrintServiceEvent(std::string &jobId, uint32_t event) in NotifyPrintServiceEvent() function in OHOS::Print::PrintServiceAbility
/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp433 PrintServiceAbility::GetInstance()->NotifyPrintServiceEvent(jobId, event); in TestNotifyPrintServiceEvent()

Completed in 26 milliseconds