Searched refs:OnPropertiesQueried (Results 1 - 3 of 3) sorted by relevance
/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_bsuni_driver.h | 34 static int32_t OnPropertiesQueried(const char *printerId, const Print_PropertyList *propertyList);
|
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_bsuni_driver_test.cpp | 267 EXPECT_EQ(VendorBsuniDriver::OnPropertiesQueried(nullptr, nullptr), EXTENSION_INVALID_PARAMETER); in HWTEST_F() 268 EXPECT_EQ(VendorBsuniDriver::OnPropertiesQueried(PRINTER_TEST_IP.c_str(), nullptr), EXTENSION_ERROR_CALLBACK_NULL); in HWTEST_F() 351 EXPECT_EQ(VendorBsuniDriver::OnPropertiesQueried(nullptr, nullptr), EXTENSION_INVALID_PARAMETER); in HWTEST_F() 354 EXPECT_EQ(VendorBsuniDriver::OnPropertiesQueried(printerIp.c_str(), nullptr), EXTENSION_ERROR_NONE); in HWTEST_F()
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_bsuni_driver.cpp | 180 int32_t VendorBsuniDriver::OnPropertiesQueried(const char *printerId, const Print_PropertyList *propertyList) in OnPropertiesQueried() function in VendorBsuniDriver 182 PRINT_HILOGI("BsUni callback OnPropertiesQueried"); in OnPropertiesQueried() 244 printServiceAbility.onPropertiesQueried = OnPropertiesQueried; in OnCreate()
|
Completed in 3 milliseconds