/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/face_auth_v1_1/cpp_target/face_auth/v1_1/ |
H A D | iface_auth_interface.h.txt | 59 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 D | face_auth_interface_stub.cpp.txt | 32 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 D | face_auth_interface_proxy.cpp.txt | 76 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 D | face_auth_interface_stub.h.txt | 35 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 D | face_auth_interface_stub.cpp.txt | 32 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 D | face_auth_interface_stub.h.txt | 34 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 D | iface_auth_interface.h.txt | 58 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 D | face_auth_interface_proxy.cpp.txt | 35 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 D | Readme-CN.md | 10 - [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.md | 1 # IFaceAuthInterface.idl 12 - ohos.hdi.face_auth.v1_0.IFaceAuthInterface 28 | interface [IFaceAuthInterface](interface_i_face_auth_interface_v11.md) | 定义获取人脸认证驱动执行器…
|
H A D | _i_face_auth_interface_8idl_v10.md | 1 # IFaceAuthInterface.idl 24 | interface [IFaceAuthInterface](interface_i_face_auth_interface_v10.md) | 定义获取人脸认证驱动的执行…
|
H A D | interface_i_face_auth_interface_v10.md | 1 # IFaceAuthInterface chapter 29 IFaceAuthInterface::GetExecutorList ([out] IExecutor[] executorList)
|
H A D | interface_i_face_auth_interface_v11.md | 1 # IFaceAuthInterface chapter 29 IFaceAuthInterface::GetExecutorListV1_1 ([out] IExecutor[] executorList)
|
H A D | _hdf_face_auth_v11.md | 22 | [IFaceAuthInterface.idl](_i_face_auth_interface_8idl_v11.md) | 定义获取人脸认证驱动的执行器列表接口,用于从人脸认证驱动获取执行器对… 35 | interface [IFaceAuthInterface](interface_i_face_auth_interface_v11.md) | 定义获取人脸认证驱动执行器…
|
H A D | _hdf_face_auth_v10.md | 23 | [IFaceAuthInterface.idl](_i_face_auth_interface_8idl_v10.md) | 定义获取人脸认证驱动的执行器列表接口,用于从人脸认证驱动获取执行器对… 34 | interface [IFaceAuthInterface](interface_i_face_auth_interface_v10.md) | 定义获取人脸认证驱动的执行…
|
/ohos5.0/drivers/interface/face_auth/v1_1/ |
H A D | IFaceAuthInterface.idl | 31 * @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 D | IFaceAuthInterface.idl | 31 * @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 D | face_auth_interface_adapter.cpp | 25 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 D | dump.txt | 1 … IFaceAuthInterface 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 { 146 … IFaceAuthInterface 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 D | face_auth_interface_stub_fuzzer.cpp | 44 sptr<IFaceAuthInterface> serviceImpl = IFaceAuthInterface::Get(true); in FaceAuthInterfaceStubFuzzTest()
|
/ohos5.0/base/useriam/face_auth/services/inc/ |
H A D | face_auth_hdi.h | 28 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface; variable
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/include/ |
H A D | face_auth_hdi.h | 30 using IFaceAuthInterface = OHOS::HDI::FaceAuth::V2_0::IFaceAuthInterface; variable
|
/ohos5.0/drivers/peripheral/face_auth/hdi_service/src/ |
H A D | face_auth_interface_driver.cpp | 98 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 D | dump.txt | 57 … IFaceAuthInterface 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 D | IFaceAuthInterface.idl | 31 * @file IFaceAuthInterface.idl 48 interface IFaceAuthInterface {
|