Home
last modified time | relevance | path

Searched refs:collectors (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/pinauth/
H A Dinterface_i_pin_auth_interface_v20.md20 …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 Dpin_auth_interface_service.cpp46 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 Dpin_auth_interface_service_fuzzer.cpp34 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 Dpin_auth_driver_hdi_unit_test.cpp102 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 DIPinAuthInterface.idl60 * @param collectors Indicates the collector list of the driver. See {@link ICollector}.
69 [out] ICollector[] collectors);
H A DICollector.idl34 * @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 DIPinAuthInterface.idl60 * @param collectors Indicates the collector list of the driver. See {@link ICollector}.
69 [out] ICollector[] collectors);
H A DICollector.idl34 * @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 Dmock_ipin_auth_interface.h35 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors));
/ohos5.0/base/useriam/pin_auth/test/fuzztest/mocks/inc/
H A Dmock_pin_auth_interface_adapter_fuzzer.h40 std::vector<sptr<IVerifier>>& verifiers, std::vector<sptr<ICollector>>& collectors) in GetExecutorList() argument
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-pinauth-des.md92 …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 Ddriver-peripherals-pinauth-des.md92 …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);