/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | napi_print_ext.h | 36 static napi_value UpdatePrintJobStateOnlyForSystemApp(napi_env env, napi_callback_info info);
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service.h | 83 …int32_t UpdatePrintJobStateOnlyForSystemApp(const std::string &jobId, uint32_t state, uint32_t sub… in UpdatePrintJobStateOnlyForSystemApp() function 239 …MOCK_METHOD3(UpdatePrintJobStateOnlyForSystemApp, int32_t(const std::string&, uint32_t, uint32_t));
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/ |
H A D | iprint_service.h | 51 virtual int32_t UpdatePrintJobStateOnlyForSystemApp(
|
H A D | print_service_proxy.h | 44 …int32_t UpdatePrintJobStateOnlyForSystemApp(const std::string &jobId, uint32_t state, uint32_t sub…
|
H A D | print_manager_client.h | 63 …int32_t UpdatePrintJobStateOnlyForSystemApp(const std::string &jobId, uint32_t state, uint32_t sub…
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_manager_client_test.cpp | 1089 …int32_t ret = PrintManagerClient::GetInstance()->UpdatePrintJobStateOnlyForSystemApp(printerId, st… 1106 …int32_t ret = PrintManagerClient::GetInstance()->UpdatePrintJobStateOnlyForSystemApp(printerId, st… 1123 …int32_t ret = PrintManagerClient::GetInstance()->UpdatePrintJobStateOnlyForSystemApp(printerId, st… 1140 EXPECT_CALL(*service, UpdatePrintJobStateOnlyForSystemApp(_, _, _)).Times(1); 1141 ON_CALL(*service, UpdatePrintJobStateOnlyForSystemApp).WillByDefault( 1154 …PrintManagerClient::GetInstance()->UpdatePrintJobStateOnlyForSystemApp(testPrinterId, testState, t… 2467 … ret = mockPrintManagerClient.UpdatePrintJobStateOnlyForSystemApp(jobId, testState, testSubState);
|
H A D | print_service_proxy_test.cpp | 517 EXPECT_CALL(*service, UpdatePrintJobStateOnlyForSystemApp(_, _, _)).Times(Exactly(1)).WillOnce( 531 proxy->UpdatePrintJobStateOnlyForSystemApp(testJobId, testState, testSubState);
|
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_manager_client.cpp | 275 int32_t PrintManagerClient::UpdatePrintJobStateOnlyForSystemApp( in UpdatePrintJobStateOnlyForSystemApp() function in OHOS::Print::PrintManagerClient 282 ret = printServiceProxy_->UpdatePrintJobStateOnlyForSystemApp(jobId, state, subState); in UpdatePrintJobStateOnlyForSystemApp()
|
H A D | print_service_proxy.cpp | 364 int32_t PrintServiceProxy::UpdatePrintJobStateOnlyForSystemApp( in UpdatePrintJobStateOnlyForSystemApp() function in OHOS::Print::PrintServiceProxy
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | napi_print_ext.cpp | 240 napi_value NapiPrintExt::UpdatePrintJobStateOnlyForSystemApp(napi_env env, napi_callback_info info) in UpdatePrintJobStateOnlyForSystemApp() function in OHOS::Print::NapiPrintExt 279 …int32_t ret = PrintManagerClient::GetInstance()->UpdatePrintJobStateOnlyForSystemApp(context->prin… in UpdatePrintJobStateOnlyForSystemApp()
|
H A D | print_module.cpp | 430 … PRINT_NAPI_METHOD(FUNCTION_UPDATE_JOB_STATE, NapiPrintExt::UpdatePrintJobStateOnlyForSystemApp), in Init()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_service_ability.h | 69 …int32_t UpdatePrintJobStateOnlyForSystemApp(const std::string &jobId, uint32_t state, uint32_t sub…
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_stub.cpp | 447 int32_t ret = UpdatePrintJobStateOnlyForSystemApp(jobId, state, subState); in OnUpdatePrintJobStateOnlyForSystemApp()
|
H A D | print_service_ability.cpp | 1653 int32_t PrintServiceAbility::UpdatePrintJobStateOnlyForSystemApp( in UpdatePrintJobStateOnlyForSystemApp() function in OHOS::Print::PrintServiceAbility
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/ |
H A D | printserviceability_fuzzer.cpp | 180 PrintServiceAbility::GetInstance()->UpdatePrintJobStateOnlyForSystemApp(jobId, state, subState); in TestUpdatePrintJobStateOnlyForSystemApp()
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_service_stub_test.cpp | 665 ON_CALL(*stub, UpdatePrintJobStateOnlyForSystemApp).WillByDefault(Return(E_PRINT_NONE));
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 296 …EXPECT_EQ(service->UpdatePrintJobStateOnlyForSystemApp(printJobId, state, subState), E_PRINT_NO_PE… 1467 service->UpdatePrintJobStateOnlyForSystemApp(jobId, state, subState);
|