Home
last modified time | relevance | path

Searched refs:HdiConfig (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/test/unittest/executors/
H A Ddriver_manager_unit_test.cpp62 HdiConfig config = {};
65 std::map<std::string, HdiConfig> hdiName2Config;
82 HdiConfig config = {};
85 std::map<std::string, HdiConfig> hdiName2Config;
/ohos5.0/base/useriam/user_auth_framework/interfaces/inner_api/iam_executor/
H A Diam_executor_idriver_manager.h38 struct HdiConfig { struct
63 static int32_t Start(const std::map<std::string, HdiConfig> &hdiName2Config); argument
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/include/
H A Ddriver.h32 Driver(const std::string &serviceName, HdiConfig hdiConfig);
42 HdiConfig hdiConfig_;
H A Ddriver_manager.h38 int32_t Start(const std::map<std::string, HdiConfig> &hdiName2Config);
46 bool HdiConfigIsValid(const std::map<std::string, HdiConfig> &hdiName2Config);
/ohos5.0/base/useriam/user_auth_framework/frameworks/native/executors/src/
H A Didriver_manager.cpp26 int32_t IDriverManager::Start(const std::map<std::string, HdiConfig> &hdiName2Config) in Start()
H A Ddriver_manager.cpp46 int32_t DriverManager::Start(const std::map<std::string, HdiConfig> &hdiName2Config) in Start()
72 bool DriverManager::HdiConfigIsValid(const std::map<std::string, HdiConfig> &hdiName2Config) in HdiConfigIsValid()
H A Ddriver.cpp30 Driver::Driver(const std::string &serviceName, HdiConfig hdiConfig) : serviceName_(serviceName), hd… in Driver()
/ohos5.0/base/useriam/fingerprint_auth/services/src/
H A Dfingerprint_auth_service.cpp57 const std::map<std::string, UserAuth::HdiConfig> HDI_NAME_2_CONFIG = {
/ohos5.0/base/useriam/pin_auth/services/sa/src/
H A Dpin_auth_service.cpp95 const std::map<std::string, UserAuth::HdiConfig> hdiName2Config = { in StartDriverManager()
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_service.cpp60 const std::map<std::string, UserAuth::HdiConfig> HDI_NAME_2_CONFIG = {
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/executors/userauthdrivermanager_fuzzer/
H A Duser_auth_driver_manager_fuzzer.cpp217 const std::map<std::string, UserAuth::HdiConfig> GLOBAL_HDI_NAME_TO_CONFIG = {