Home
last modified time | relevance | path

Searched refs:printServiceProxy_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp57 if (printServiceProxy_ != nullptr) { in GetPrintServiceProxy()
87 if (printServiceProxy_ == nullptr) { in OnRemoteSaDied()
91 auto serviceRemote = printServiceProxy_->AsObject(); in OnRemoteSaDied()
95 printServiceProxy_ = nullptr; in OnRemoteSaDied()
121 ret = printServiceProxy_->StopPrint(taskId); in StopPrint()
563 ret = printServiceProxy_->Off(taskId, type); in Off()
707 ret = func(printServiceProxy_); in runBase()
940 if (printServiceProxy_ != nullptr) { in SetProxy()
944 printServiceProxy_ = nullptr; in SetProxy()
957 printServiceProxy_ = nullptr; in ResetProxy()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_manager_client.h130 sptr<IPrintService> printServiceProxy_; variable
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H A Dprint_manager_client_test.cpp118 EXPECT_EQ(PrintManagerClient::GetInstance()->printServiceProxy_, nullptr);