Home
last modified time | relevance | path

Searched refs:IFaceAuthInterface (Results 1 – 25 of 49) sorted by relevance

12

/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/cpp_target/face_auth/v1_1/
H A Diface_auth_interface.h.txt59 class IFaceAuthInterface : public OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface {
61 DECLARE_HDI_DESCRIPTOR(u"ohos.hdi.face_auth.v1_1.IFaceAuthInterface");
63 virtual ~IFaceAuthInterface() = default;
65 static sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> Get(bool isStub = false);
66 …static sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> Get(const std::string &serviceName, boo…
68 …c sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> CastFrom(const sptr<OHOS::HDI::FaceAuth::V1_…
H A Dface_auth_interface_stub.cpp.txt32 sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::…
34 … return OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::Get("face_auth_interface_service", isStub);
37 sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::…
42 std::string desc = Str16ToStr8(OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::GetDescriptor());
48 return reinterpret_cast<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface *>(impl);
52 …terfaceStub::FaceAuthInterfaceStub(const sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> &impl)
53 : IPCObjectStub(OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::GetDescriptor()), impl_(impl)
93 …, MessageOption& faceAuthInterfaceOption, sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> impl)
95 …if (faceAuthInterfaceData.ReadInterfaceToken() != OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::G…
H A Dface_auth_interface_proxy.cpp.txt76 sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::…
78 return IFaceAuthInterface::Get("face_auth_interface_service", isStub);
81 sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::…
84 … std::string desc = Str16ToStr8(OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::GetDescriptor());
90 return reinterpret_cast<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface *>(impl);
163 …th::V1_1::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::CastFrom(const sptr<O…
165 …CastFromTemplate<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface, OHOS::HDI::FaceAuth::V1_0::IFaceAu…
189 …if (!faceAuthInterfaceData.WriteInterfaceToken(OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface::GetD…
H A Dface_auth_interface_stub.h.txt35 explicit FaceAuthInterfaceStub(const sptr<IFaceAuthInterface> &impl);
40 … MessageOption& faceAuthInterfaceOption, sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> impl);
50 …:FaceAuth::V1_1::FaceAuthInterfaceStub, OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> objDelegato…
51 sptr<OHOS::HDI::FaceAuth::V1_1::IFaceAuthInterface> impl_;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_0/cpp_target/face_auth/v1_0/
H A Dface_auth_interface_stub.cpp.txt32 sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::…
34 … return OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::Get("face_auth_interface_service", isStub);
37 sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::…
42 std::string desc = Str16ToStr8(OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::GetDescriptor());
48 return reinterpret_cast<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface *>(impl);
52 …terfaceStub::FaceAuthInterfaceStub(const sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> &impl)
53 : IPCObjectStub(OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::GetDescriptor()), impl_(impl)
86 …, MessageOption& faceAuthInterfaceOption, sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> impl)
88 …if (faceAuthInterfaceData.ReadInterfaceToken() != OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::G…
139 …, MessageOption& faceAuthInterfaceOption, sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> impl)
[all …]
H A Dface_auth_interface_stub.h.txt34 explicit FaceAuthInterfaceStub(const sptr<IFaceAuthInterface> &impl);
39 … MessageOption& faceAuthInterfaceOption, sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> impl);
41 … MessageOption& faceAuthInterfaceOption, sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> impl);
49 …:FaceAuth::V1_0::FaceAuthInterfaceStub, OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> objDelegato…
50 sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> impl_;
H A Diface_auth_interface.h.txt58 class IFaceAuthInterface : public HdiBase {
60 DECLARE_HDI_DESCRIPTOR(u"ohos.hdi.face_auth.v1_0.IFaceAuthInterface");
62 virtual ~IFaceAuthInterface() = default;
64 static sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> Get(bool isStub = false);
65 …static sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> Get(const std::string &serviceName, boo…
H A Dface_auth_interface_proxy.cpp.txt35 sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::…
37 return IFaceAuthInterface::Get("face_auth_interface_service", isStub);
40 sptr<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface> OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::…
43 … std::string desc = Str16ToStr8(OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::GetDescriptor());
49 return reinterpret_cast<OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface *>(impl);
138 …if (!faceAuthInterfaceData.WriteInterfaceToken(OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::GetD…
194 …if (!faceAuthInterfaceData.WriteInterfaceToken(OHOS::HDI::FaceAuth::V1_0::IFaceAuthInterface::GetD…
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/faceauth/
H A DReadme-CN.md10 - [IFaceAuthInterface.idl](_i_face_auth_interface_8idl_v11.md)
16 - [IFaceAuthInterface.idl](_i_face_auth_interface_8idl_v10.md)
20 - [IFaceAuthInterface](interface_i_face_auth_interface_v11.md)
30 - [IFaceAuthInterface](interface_i_face_auth_interface_v10.md)
H A D_i_face_auth_interface_8idl_v11.md1 # IFaceAuthInterface.idl
12 - ohos.hdi.face_auth.v1_0.IFaceAuthInterface
28 | interface&nbsp;&nbsp;[IFaceAuthInterface](interface_i_face_auth_interface_v11.md) | 定义获取人脸认证驱动执行器…
H A D_i_face_auth_interface_8idl_v10.md1 # IFaceAuthInterface.idl
24 | interface&nbsp;&nbsp;[IFaceAuthInterface](interface_i_face_auth_interface_v10.md) | 定义获取人脸认证驱动的执行…
H A Dinterface_i_face_auth_interface_v10.md1 # IFaceAuthInterface chapter
29 IFaceAuthInterface::GetExecutorList ([out] IExecutor[] executorList)
H A Dinterface_i_face_auth_interface_v11.md1 # IFaceAuthInterface chapter
29 IFaceAuthInterface::GetExecutorListV1_1 ([out] IExecutor[] executorList)
H A D_hdf_face_auth_v11.md22 | [IFaceAuthInterface.idl](_i_face_auth_interface_8idl_v11.md) | 定义获取人脸认证驱动的执行器列表接口,用于从人脸认证驱动获取执行器对…
35 | interface&nbsp;&nbsp;[IFaceAuthInterface](interface_i_face_auth_interface_v11.md) | 定义获取人脸认证驱动执行器…
H A D_hdf_face_auth_v10.md23 | [IFaceAuthInterface.idl](_i_face_auth_interface_8idl_v10.md) | 定义获取人脸认证驱动的执行器列表接口,用于从人脸认证驱动获取执行器对…
34 | interface&nbsp;&nbsp;[IFaceAuthInterface](interface_i_face_auth_interface_v10.md) | 定义获取人脸认证驱动的执行…
/ohos5.0/drivers/interface/face_auth/v1_1/
H A DIFaceAuthInterface.idl31 * @file IFaceAuthInterface.idl
40 import ohos.hdi.face_auth.v1_0.IFaceAuthInterface;
49 interface IFaceAuthInterface extends ohos.hdi.face_auth.v1_0.IFaceAuthInterface {
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/foo/face_auth/v1_1/
H A DIFaceAuthInterface.idl31 * @file IFaceAuthInterface.idl
40 import ohos.hdi.face_auth.v1_0.IFaceAuthInterface;
49 interface IFaceAuthInterface extends ohos.hdi.face_auth.v1_0.IFaceAuthInterface {
/ohos5.0/base/useriam/face_auth/services/src/
H A Dface_auth_interface_adapter.cpp25 sptr<IFaceAuthInterface> FaceAuthInterfaceAdapter::Get() in Get()
27 return IFaceAuthInterface::Get(); in Get()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/dump_ast_target/
H A Ddump.txt1IFaceAuthInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest…
5 import ohos.hdi.face_auth.v1_0.IFaceAuthInterface;
7 [mini, lite, full] interface IFaceAuthInterface {
146IFaceAuthInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest…
151 [mini, lite, full] interface IFaceAuthInterface {
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthinterfacestub_fuzzer/
H A Dface_auth_interface_stub_fuzzer.cpp44 sptr<IFaceAuthInterface> serviceImpl = IFaceAuthInterface::Get(true); in FaceAuthInterfaceStubFuzzTest()
/ohos5.0/base/useriam/face_auth/services/inc/
H A Dface_auth_hdi.h28 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface; variable
/ohos5.0/drivers/peripheral/face_auth/hdi_service/include/
H A Dface_auth_hdi.h30 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface; variable
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/
H A Dface_auth_interface_driver.cpp98 auto serviceImpl = IFaceAuthInterface::Get(true); in HdfFaceAuthInterfaceDriverBind()
106 …OHOS::HDI::ObjectCollector::GetInstance().GetOrNewObject(serviceImpl, IFaceAuthInterface::GetDescr… in HdfFaceAuthInterfaceDriverBind()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_0/dump_ast_target/
H A Ddump.txt57IFaceAuthInterface file: /home/bmi/CODE/OpenHarmony/foundation/ability/idl_tool/test/hdi_unittest…
62 [mini, lite, full] interface IFaceAuthInterface {
/ohos5.0/drivers/interface/face_auth/v1_0/
H A DIFaceAuthInterface.idl31 * @file IFaceAuthInterface.idl
48 interface IFaceAuthInterface {

12