Home
last modified time | relevance | path

Searched refs:setSurfaceId (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/model/
H A DfaceAuthModel.ts29 async setSurfaceId(surfaceIdString: string) : Promise<void> {
32 this.faceAuthManager.setSurfaceId(surfaceIdString);
41 await this.setSurfaceId('0');
/ohos5.0/docs/zh-cn/application-dev/reference/apis-user-authentication-kit/
H A Djs-apis-useriam-faceauth-sys.md45 ### setSurfaceId subsection
47 setSurfaceId(surfaceId: string): void;
82 manager.setSurfaceId(surfaceId);
H A Derrorcode-useriam.md176 1. 例如调用faceAuth模块的setSurfaceId接口时,人脸认证服务未启动,则会返回12700001错误码。
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_3.2.8.3/
H A Dchangelogs-useriam.md37 | ohos.userIAM.faceAuth | FaceAuthManager | setSurfaceId(surfaceId : string) : ResultCode | 删除 |
39 | ohos.userIAM.faceAuth | FaceAuthManager | setSurfaceId(surfaceId: string) : void | 新增 |
62 人脸认证模块的setSurfaceId接口增加判别是否为系统应用的逻辑,非系统应用无法调用该接口。
70 setSurfaceId接口的实现中增加系统应用鉴权处理,非系统应用调用将返回202错误码。
/ohos5.0/docs/en/application-dev/reference/apis-user-authentication-kit/
H A Djs-apis-useriam-faceauth-sys.md45 ### setSurfaceId subsection
47 setSurfaceId(surfaceId: string): void;
82 manager.setSurfaceId(surfaceId);
H A Derrorcode-useriam.md176 1. The facial authentication service is not started when **setSurfaceId()** of the **userAuth** mod…
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_3.2.8.3/
H A Dchangelogs-useriam.md37 | ohos.userIAM.faceAuth | FaceAuthManager | setSurfaceId(surfaceId : string) : ResultCode | Deleted|
39 | ohos.userIAM.faceAuth | FaceAuthManager | setSurfaceId(surfaceId: string) : void | Added|
62 …ing whether an application is a system application is added for the **setSurfaceId** API of the fa…
70 …ing whether an application is a system application is added for the **setSurfaceId** API. Error co…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-user-authentication.md11 | ohos.userIAM.faceAuth | FaceAuthManager | setSurfaceId(surfaceId: string): ResultCode; | 新增 |
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta2/
H A Djs-apidiff-user-authentication.md11 | ohos.userIAM.faceAuth | FaceAuthManager | setSurfaceId(surfaceId: string): ResultCode; | Added|
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-user-iam.md3 |新增|NA|方法名 or 属性名:setSurfaceId<br>函数:setSurfaceId(surfaceId: string): void;|@ohos.userIAM.faceAuth.…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-user-iam.md3 |新增|NA|方法名 or 属性名:setSurfaceId<br>函数:setSurfaceId(surfaceId: string): void;|@ohos.userIAM.faceAuth.…
/ohos5.0/docs/zh-cn/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-user-iam.md23 |新增(错误码)|NA|方法名 or 属性名:setSurfaceId<br>错误码内容:201,202,12700001|@ohos.userIAM.faceAuth.d.ts|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/
H A DenrollingController.ts62 await FaceAuthModel.setSurfaceId(AppStorage.Get('xComponentSurfaceId'));
/ohos5.0/docs/en/release-notes/api-diff/monthly-202210/
H A Djs-apidiff-user-iam.md3 |Added|NA|Method or attribute name: setSurfaceId<br>Function name: setSurfaceId(surfaceId: string):…
/ohos5.0/docs/en/release-notes/api-diff/monthly-202211/
H A Djs-apidiff-user-iam.md23 |Error code added|NA|Method or attribute name: setSurfaceId<br>Error code: 201, 202, 12700001|@ohos…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-beta4/
H A Djs-apidiff-user-iam.md3 |Added|NA|Method or attribute name: setSurfaceId<br>Function name: setSurfaceId(surfaceId: string):…
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-user-iam.md5 |新增|NA|类名:FaceAuthManager;<br>方法or属性:setSurfaceId(surfaceId: string): void;|@ohos.userIAM.faceAuth.…
/ohos5.0/docs/en/release-notes/api-diff/v3.2-Release/
H A Djs-apidiff-user-iam.md5 |Added|NA|Class name: FaceAuthManager;<br>Method or attribute name: setSurfaceId(surfaceId: string)…
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dpixel_map_napi.cpp1279 void setSurfaceId(const char *surfaceId, std::string &dst) in setSurfaceId() function