Home
last modified time | relevance | path

Searched refs:driver (Results 1 - 7 of 7) sorted by relevance

/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Ddriver_manager.cpp59 auto driver = Common::MakeShared<Driver>(hdiName, config); in Start() local
60 if (driver == nullptr) { in Start()
61 IAM_LOGE("MakeShared for driver %{public}s failed", hdiName.c_str()); in Start()
64 serviceName2Driver_[hdiName] = driver; in Start()
65 driver->OnHdiConnect(); in Start()
66 IAM_LOGI("add driver %{public}s", hdiName.c_str()); in Start()
81 if (config.driver == nullptr) { in HdiConfigIsValid()
82 IAM_LOGE("driver is nullptr"); in HdiConfigIsValid()
107 auto driver = DriverManager::GetInstance().GetDriverByServiceName(status.serviceName); in SubscribeHdiDriverStatus()
108 if (driver in SubscribeHdiDriverStatus()
[all...]
H A Ddriver.cpp16 #include "driver.h"
43 IF_FALSE_LOGE_AND_RETURN(hdiConfig_.driver != nullptr); in OnHdiConnect()
44 hdiConfig_.driver->GetExecutorList(executorHdiList); in OnHdiConnect()
84 IF_FALSE_LOGE_AND_RETURN(hdiConfig_.driver != nullptr); in OnHdiDisconnect()
85 hdiConfig_.driver->OnHdiDisconnect(); in OnHdiDisconnect()
/base/useriam/user_auth_framework/test/unittest/executors/
H A Ddriver_manager_unit_test.cpp64 config.driver = nullptr; in HWTEST_F()
70 config.driver = Common::MakeShared<MockIAuthDriverHdi>(); in HWTEST_F()
84 config.driver = nullptr; in HWTEST_F()
89 config.driver = Common::MakeShared<MockIAuthDriverHdi>(); in HWTEST_F()
/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_idriver_manager.h41 /** The current driver. */
42 std::shared_ptr<IAuthDriverHdi> driver; member
/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/
H A Duser_auth_driver_manager_fuzzer.cpp224 // driver manager forbids multiple invoke of Start(), it's config must be valid in FuzzStart()
263 std::shared_ptr<Driver> driver = in FuzzDriverConnect() local
267 driver->OnHdiConnect(); in FuzzDriverConnect()
275 std::shared_ptr<Driver> driver = in FuzzDriverDisconnect() local
279 driver->OnHdiDisconnect(); in FuzzDriverDisconnect()
/base/print/print_fwk/services/print_service/include/
H A Dvendor_bsuni_driver.h25 static void SetDriverWrapper(VendorBsuniDriver *driver);
/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp27 void VendorBsuniDriver::SetDriverWrapper(VendorBsuniDriver *driver) in SetDriverWrapper() argument
30 g_driverWrapper = driver; in SetDriverWrapper()
93 PRINT_HILOGW("driver released"); in AddPrinterToDiscovery()
109 PRINT_HILOGW("driver released"); in RemovePrinterFromDiscovery()
136 PRINT_HILOGW("driver released"); in AddPrinterToCups()
157 PRINT_HILOGW("driver released"); in RemovePrinterFromCups()
174 PRINT_HILOGW("driver released"); in OnCapabilityQueried()
191 PRINT_HILOGW("driver released"); in OnPropertiesQueried()
299 return "driver.bsuni"; in GetVendorName()

Completed in 3 milliseconds