Home
last modified time | relevance | path

Searched refs:PinAuthInterfaceService (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_0/cpp_target/pin_auth/v1_0/
H A Dpin_auth_interface_service.h.txt25 class PinAuthInterfaceService : public OHOS::HDI::PinAuth::V1_0::IPinAuthInterface {
27 PinAuthInterfaceService() = default;
28 virtual ~PinAuthInterfaceService() = default;
H A Dpin_auth_interface_service.cpp.txt27 return new (std::nothrow) PinAuthInterfaceService();
30 int32_t PinAuthInterfaceService::GetExecutorList(std::vector<sptr<OHOS::HDI::PinAuth::V1_0::IExecut…
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/pin_auth_v1_1/cpp_target/pin_auth/v1_1/
H A Dpin_auth_interface_service.cpp.txt27 return new (std::nothrow) PinAuthInterfaceService();
30 int32_t PinAuthInterfaceService::GetExecutorListV1_1(std::vector<sptr<OHOS::HDI::PinAuth::V1_1::IEx…
35 int32_t PinAuthInterfaceService::GetExecutorList(std::vector<sptr<OHOS::HDI::PinAuth::V1_0::IExecut…
H A Dpin_auth_interface_service.h.txt25 class PinAuthInterfaceService : public OHOS::HDI::PinAuth::V1_1::IPinAuthInterface {
27 PinAuthInterfaceService() = default;
28 virtual ~PinAuthInterfaceService() = default;
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dpin_auth_hdi.h30 using PinAuthInterfaceService = OHOS::HDI::PinAuth::V2_1::PinAuthInterfaceService; variable
/ohos5.0/base/useriam/pin_auth/services/modules/common/inc/
H A Dpin_auth_hdi.h33 using PinAuthInterfaceService = OHOS::HDI::PinAuth::V2_1::PinAuthInterfaceService; variable
/ohos5.0/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dpin_auth_interface_service.cpp37 auto pinAuthInterfaceService = new (std::nothrow) PinAuthInterfaceService(); in PinAuthInterfaceImplGetInstance()
45 int32_t PinAuthInterfaceService::GetExecutorList(std::vector<sptr<HdiIAllInOneExecutor>>& allInOneE… in GetExecutorList()
/ohos5.0/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthinterfaceservice_fuzzer/
H A Dpin_auth_interface_service_fuzzer.cpp29 PinAuthInterfaceService g_pinAuthInterFaceService;
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-pinauth-des.md143 // 通过自定义的HdfPinAuthInterfaceHost对象包含IoService对象和真正的HDI Service实现PinAuthInterfaceService对象
303 …int32_t PinAuthInterfaceService::GetExecutorList(std::vector<sptr<HdiIExecutor>>& allInOneExecutor…
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-pinauth-des.md143 …// Create the PinAuthInterfaceService object by using the custom HdfPinAuthInterfaceHost object, w…
303 …int32_t PinAuthInterfaceService::GetExecutorList(std::vector<sptr<HdiIExecutor>>& allInOneExecutor…