/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/ |
H A D | interface_i_pin_auth_interface_v20.md | 20 …20.md)[] verifiers, [out] [ICollector](interface_i_collector_v20.md)[] collectors) | 获取执行器列表,口令认证服… 29 …IAllInOneExecutor[] allInOneExecutors, [out] IVerifier[] verifiers, [out] ICollector[] collectors ) 44 | collectors | 标识驱动程序的采集器列表[ICollector](interface_i_collector_v20.md)。 |
|
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/ |
H A D | pin_auth_interface_service.cpp | 46 std::vector<sptr<HdiIVerifier>>& verifiers, std::vector<sptr<HdiICollector>>& collectors) in GetExecutorList() argument 50 static_cast<void>(collectors); in GetExecutorList() 74 collectors.push_back(collectorImpl); in GetExecutorList()
|
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfaceservice_fuzzer/ |
H A D | pin_auth_interface_service_fuzzer.cpp | 34 std::vector<sptr<HdiICollector>> collectors; in FuzzGetExecutorList() local 37 g_pinAuthInterFaceService.GetExecutorList(allInOneExecutors, verifiers, collectors); in FuzzGetExecutorList()
|
/ohos5.0/base/useriam/pin_auth/test/unittest/src/ |
H A D | pin_auth_driver_hdi_unit_test.cpp | 102 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors) { in __anon4d9def120102() argument 122 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors) { in __anon4d9def120202() argument 142 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors) { in __anon4d9def120302() argument 165 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors) { in __anon4d9def120402() argument 193 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors) { in __anon4d9def120502() argument
|
/ohos5.0/drivers/interface/pin_auth/v2_0/ |
H A D | IPinAuthInterface.idl | 60 * @param collectors Indicates the collector list of the driver. See {@link ICollector}. 69 [out] ICollector[] collectors);
|
H A D | ICollector.idl | 34 * @brief Defines the APIs of the collectors. These APIs can be used to get executor information, 47 * @brief Defines the APIs of the collectors. These APIs can be used to get executor information,
|
/ohos5.0/drivers/interface/pin_auth/v2_1/ |
H A D | IPinAuthInterface.idl | 60 * @param collectors Indicates the collector list of the driver. See {@link ICollector}. 69 [out] ICollector[] collectors);
|
H A D | ICollector.idl | 34 * @brief Defines the APIs of the collectors. These APIs can be used to get executor information, 47 * @brief Defines the APIs of the collectors. These APIs can be used to get executor information,
|
/ohos5.0/base/useriam/pin_auth/test/unittest/mocks/ |
H A D | mock_ipin_auth_interface.h | 35 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors));
|
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/ |
H A D | mock_pin_auth_interface_adapter_fuzzer.h | 40 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors) in GetExecutorList() argument
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-pinauth-des.md | 92 …2_0::IVerifier>>& verifiers, <br/>std::vector<sptr<V2_0::ICollector>>& collectors) | 获取V2_0执行器列表。… 304 std::vector<sptr<HdiIVerifier>>& verifiers, std::vector<sptr<HdiICollector>>& collectors) 308 static_cast<void>(collectors);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-pinauth-des.md | 92 …V2_0::IVerifier>>& verifiers, <br>std::vector<sptr<V2_0::ICollector>>& collectors) | Obtains the … 304 std::vector<sptr<HdiIVerifier>>& verifiers, std::vector<sptr<HdiICollector>>& collectors) 308 static_cast<void>(collectors);
|