Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp54 bool PrintManagerClient::GetPrintServiceProxy() in GetPrintServiceProxy() function in OHOS::Print::PrintManagerClient
108 if (LoadServer() && GetPrintServiceProxy()) { in StartPrint()
120 if (LoadServer() && GetPrintServiceProxy()) { in StopPrint()
132 if (LoadServer() && GetPrintServiceProxy()) { in ConnectPrinter()
144 if (LoadServer() && GetPrintServiceProxy()) { in DisconnectPrinter()
156 if (LoadServer() && GetPrintServiceProxy()) { in QueryAllExtension()
168 if (LoadServer() && GetPrintServiceProxy()) { in StartDiscoverPrinter()
180 if (LoadServer() && GetPrintServiceProxy()) { in StopDiscoverPrinter()
192 if (LoadServer() && GetPrintServiceProxy()) { in StartPrintJob()
204 if (LoadServer() && GetPrintServiceProxy()) { in CancelPrintJob()
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
H A Dmock_print_manager_client.h26 MOCK_METHOD0(GetPrintServiceProxy, bool());
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_manager_client.h124 bool GetPrintServiceProxy();