Home
last modified time | relevance | path

Searched refs:UpdatePrintJobStateOnlyForSystemApp (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/
H A Dnapi_print_ext.h36 static napi_value UpdatePrintJobStateOnlyForSystemApp(napi_env env, napi_callback_info info);
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/
H A Dmock_print_service.h83 …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 Diprint_service.h51 virtual int32_t UpdatePrintJobStateOnlyForSystemApp(
H A Dprint_service_proxy.h44 …int32_t UpdatePrintJobStateOnlyForSystemApp(const std::string &jobId, uint32_t state, uint32_t sub…
H A Dprint_manager_client.h63 …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 Dprint_manager_client_test.cpp1089 …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 Dprint_service_proxy_test.cpp517 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 Dprint_manager_client.cpp275 int32_t PrintManagerClient::UpdatePrintJobStateOnlyForSystemApp( in UpdatePrintJobStateOnlyForSystemApp() function in OHOS::Print::PrintManagerClient
282 ret = printServiceProxy_->UpdatePrintJobStateOnlyForSystemApp(jobId, state, subState); in UpdatePrintJobStateOnlyForSystemApp()
H A Dprint_service_proxy.cpp364 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 Dnapi_print_ext.cpp240 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 Dprint_module.cpp430 … PRINT_NAPI_METHOD(FUNCTION_UPDATE_JOB_STATE, NapiPrintExt::UpdatePrintJobStateOnlyForSystemApp), in Init()
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dprint_service_ability.h69 …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 Dprint_service_stub.cpp447 int32_t ret = UpdatePrintJobStateOnlyForSystemApp(jobId, state, subState); in OnUpdatePrintJobStateOnlyForSystemApp()
H A Dprint_service_ability.cpp1653 int32_t PrintServiceAbility::UpdatePrintJobStateOnlyForSystemApp( in UpdatePrintJobStateOnlyForSystemApp() function in OHOS::Print::PrintServiceAbility
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/
H A Dprintserviceability_fuzzer.cpp180 PrintServiceAbility::GetInstance()->UpdatePrintJobStateOnlyForSystemApp(jobId, state, subState); in TestUpdatePrintJobStateOnlyForSystemApp()
/ohos5.0/base/print/print_fwk/test/unittest/service_test/
H A Dprint_service_stub_test.cpp665 ON_CALL(*stub, UpdatePrintJobStateOnlyForSystemApp).WillByDefault(Return(E_PRINT_NONE));
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp296 …EXPECT_EQ(service->UpdatePrintJobStateOnlyForSystemApp(printJobId, state, subState), E_PRINT_NO_PE…
1467 service->UpdatePrintJobStateOnlyForSystemApp(jobId, state, subState);