/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | napi_inner_print.h | 52 static napi_value NotifyPrintServiceEvent(napi_env env, napi_callback_info info);
|
/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service.h | 177 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 D | iprint_service.h | 78 virtual int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event) = 0;
|
H A D | print_service_proxy.h | 75 int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event) override;
|
H A D | print_manager_client.h | 72 int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event);
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 323 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 D | print_module.cpp | 349 PRINT_NAPI_METHOD(FUNCTION_NOTIFY_PRINT_SERVICE_EVENT, NapiInnerPrint::NotifyPrintServiceEvent), in Init()
|
H A D | napi_inner_print.cpp | 750 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 D | print_manager_client.cpp | 466 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 D | print_service_proxy.cpp | 644 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 D | print_service_ability.h | 103 int32_t NotifyPrintServiceEvent(std::string &jobId, uint32_t event) override;
|
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_manager_client_test.cpp | 2469 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 D | print_service_proxy_test.cpp | 824 EXPECT_EQ(E_PRINT_RPC_FAILURE, proxy->NotifyPrintServiceEvent(testJobId, 0)); in HWTEST_F()
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_stub.cpp | 535 int32_t ret = NotifyPrintServiceEvent(jobId, event); in OnNotifyPrintServiceEvent()
|
H A D | print_service_ability.cpp | 1924 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 D | printserviceability_fuzzer.cpp | 433 PrintServiceAbility::GetInstance()->NotifyPrintServiceEvent(jobId, event); in TestNotifyPrintServiceEvent()
|