Home
last modified time | relevance | path

Searched refs:ConnectMethod (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_manager_test.cpp125 vendorManager.SetConnectingPrinter(ConnectMethod::ID_AUTO, "");
127 vendorManager.SetConnectingPrinter(ConnectMethod::ID_AUTO, globalPrinterId);
129 vendorManager.SetConnectingPrinter(ConnectMethod::IP_AUTO, printerId);
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_driver_base.h43 enum ConnectMethod { ID_AUTO = 0, IP_AUTO, IP_IPP, IP_LPD, IP_SOCKET }; enum
58 virtual void SetConnectingPrinter(ConnectMethod method, const std::string &printer) = 0;
H A Dvendor_manager.h81 … void SetConnectingPrinter(ConnectMethod method, const std::string &globalPrinterIdOrIP) override;
112 ConnectMethod connectingMethod = ID_AUTO;
H A Dvendor_driver_group.h33 …virtual void SetConnectingPrinter(ConnectMethod method, const std::string &globalPrinterIdOrIp) = …
H A Dvendor_wlan_group.h38 … void SetConnectingPrinter(ConnectMethod method, const std::string &globalPrinterIdOrIp) override;
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_vendor_manager.h34 MOCK_METHOD2(SetConnectingPrinter, void (ConnectMethod, const std::string &));
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_wlan_group.cpp149 void VendorWlanGroup::SetConnectingPrinter(ConnectMethod method, const std::string &globalPrinterId… in SetConnectingPrinter()
H A Dvendor_manager.cpp513 void VendorManager::SetConnectingPrinter(ConnectMethod method, const std::string &globalPrinterIdOr… in SetConnectingPrinter()