Home
last modified time | relevance | path

Searched refs:OnStartDiscovery (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_bsuni_driver_test.cpp54 return g_mockDriver->OnStartDiscovery(); in OnStartDiscoveryTest()
203 vendorDriver.OnStartDiscovery();
212 vendorDriver.OnStartDiscovery();
254 vendorDriver.OnStartDiscovery();
277 vendorDriver.OnStartDiscovery();
H A Dvendor_ipp_everywhere_test.cpp67 vendorDriver.OnStartDiscovery();
/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_bsuni_driver.h28 MOCK_METHOD0(OnStartDiscovery, int32_t());
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_ipp_everywhere.h32 void OnStartDiscovery() override;
H A Dvendor_bsuni_driver.h41 void OnStartDiscovery() override;
H A Dvendor_driver_base.h77 virtual void OnStartDiscovery();
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_driver_base.cpp50 void VendorDriverBase::OnStartDiscovery() {} in OnStartDiscovery() function in VendorDriverBase
H A Dvendor_bsuni_driver.cpp273 void VendorBsuniDriver::OnStartDiscovery() in OnStartDiscovery() function in VendorBsuniDriver
276 VendorDriverBase::OnStartDiscovery(); in OnStartDiscovery()
H A Dvendor_ipp_everywhere.cpp58 void VendorIppEveryWhere::OnStartDiscovery() {} in OnStartDiscovery() function in VendorIppEveryWhere
H A Dvendor_manager.cpp227 pair.second->OnStartDiscovery(); in StartDiscovery()