Home
last modified time | relevance | path

Searched refs:LoadServer (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/
H A Dprint_manager_client.cpp108 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()
696 if (!LoadServer()) { in runBase()
[all …]
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/src/
H A Dscan_manager_client.cpp141 if (!LoadServer()) { in InitScan()
163 if (!LoadServer()) { in ExitScan()
185 if (!LoadServer()) { in GetScannerList()
207 if (!LoadServer()) { in StopDiscover()
229 if (!LoadServer()) { in OpenScanner()
251 if (!LoadServer()) { in CloseScanner()
274 if (!LoadServer()) { in GetScanOptionDesc()
297 if (!LoadServer()) { in OpScanOptionValue()
319 if (!LoadServer()) { in GetScanParameters()
341 if (!LoadServer()) { in StartScan()
[all …]
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/mock/
H A Dmock_print_manager_client.h25 MOCK_METHOD0(LoadServer, bool());
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/scan_impl/include/
H A Dscan_manager_client.h74 bool LoadServer();
/ohos5.0/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/include/
H A Dprint_manager_client.h123 bool LoadServer();