Home
last modified time | relevance | path

Searched refs:OnStopDiscovery (Results 1 - 10 of 10) sorted by relevance

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_bsuni_driver.h29 MOCK_METHOD0(OnStopDiscovery, int32_t());
/base/print/print_fwk/services/print_service/include/
H A Dvendor_ipp_everywhere.h33 void OnStopDiscovery() override;
H A Dvendor_bsuni_driver.h42 void OnStopDiscovery() override;
H A Dvendor_driver_base.h73 virtual void OnStopDiscovery();
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_bsuni_driver_test.cpp61 return g_mockDriver->OnStopDiscovery(); in OnStopDiscoveryTest()
204 vendorDriver.OnStopDiscovery(); in HWTEST_F()
213 vendorDriver.OnStopDiscovery(); in HWTEST_F()
313 EXPECT_CALL(mockDriver, OnStopDiscovery()).Times(1).WillOnce(Return(0)); in HWTEST_F()
315 vendorDriver.OnStopDiscovery(); in HWTEST_F()
H A Dvendor_ipp_everywhere_test.cpp69 vendorDriver.OnStopDiscovery(); in HWTEST_F()
/base/print/print_fwk/services/print_service/src/
H A Dvendor_driver_base.cpp47 void VendorDriverBase::OnStopDiscovery() {} in OnStopDiscovery() function in VendorDriverBase
H A Dvendor_ipp_everywhere.cpp53 void VendorIppEveryWhere::OnStopDiscovery() {} in OnStopDiscovery() function in VendorIppEveryWhere
H A Dvendor_bsuni_driver.cpp281 void VendorBsuniDriver::OnStopDiscovery() in OnStopDiscovery() function in VendorBsuniDriver
283 PRINT_HILOGD("OnStopDiscovery enter"); in OnStopDiscovery()
284 VendorDriverBase::OnStopDiscovery(); in OnStopDiscovery()
294 PRINT_HILOGI("OnStopDiscovery quit: %{public}d", result); in OnStopDiscovery()
H A Dvendor_manager.cpp231 pair.second->OnStopDiscovery(); in StopDiscovery()

Completed in 5 milliseconds