Home
last modified time | relevance | path

Searched refs:SetConnectingPrinter (Results 1 – 10 of 10) 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_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;
H A Dvendor_driver_base.h58 virtual void SetConnectingPrinter(ConnectMethod method, const std::string &printer) = 0;
H A Dvendor_manager.h81 … 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() function in VendorWlanGroup
158 vendorManager->SetConnectingPrinter(method, printerId); in SetConnectingPrinter()
H A Dvendor_manager.cpp513 void VendorManager::SetConnectingPrinter(ConnectMethod method, const std::string &globalPrinterIdOr… in SetConnectingPrinter() function in VendorManager
516 wlanGroupDriver->SetConnectingPrinter(method, globalPrinterIdOrIp); in SetConnectingPrinter()
H A Dvendor_bsuni_driver.cpp438 vendorManager->SetConnectingPrinter(ID_AUTO, globalPrinterId); in OnPrinterCapabilityQueried()
H A Dprint_service_ability.cpp374 vendorManager.SetConnectingPrinter(ID_AUTO, printerId); in ConnectPrinter()
3532 vendorManager.SetConnectingPrinter(IP_AUTO, ip); in TryConnectPrinterByIp()