Home
last modified time | relevance | path

Searched refs:Uint8Array (Results 1 – 14 of 14) sorted by relevance

/base/security/certificate_manager/interfaces/kits/js/
D@ohos.security.certManager.d.ts121 …function installAppCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string, callb…
122 …function installAppCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string) : Pro…
133 …function installPrivateCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string, c…
134 …function installPrivateCertificate(keystore: Uint8Array, keystorePwd: string, certAlias: string) :…
296 function update(handle: Uint8Array, data: Uint8Array, callback: AsyncCallback<boolean>) : void;
297 function update(handle: Uint8Array, data: Uint8Array) : Promise<boolean>;
307 function finish(handle: Uint8Array, callback: AsyncCallback<CMResult>) : void;
308 …function finish(handle: Uint8Array, signature: Uint8Array, callback: AsyncCallback<CMResult>) : vo…
309 function finish(handle: Uint8Array, signature?: Uint8Array) : Promise<CMResult>;
318 function abort(handle: Uint8Array, callback: AsyncCallback<boolean>) : void;
[all …]
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/model/
DuserIdmModel.ts23 protected challenge: Uint8Array;
24 protected token: Uint8Array;
25 protected credentialId: Uint8Array;
41 async getChallenge() : Promise<Uint8Array> {
45 setToken(token: Uint8Array): void {
51 getToken() : Uint8Array {
58 setCredentialId(credId: Uint8Array): void {
64 getCredentialId() : Uint8Array {
DuserAuthModel.ts33 async authPin(challenge: Uint8Array):Promise<Uint8Array> {
40 iInputData.onSetData(SIX_DIGITS_PIN, new Uint8Array(PIN_ASCII_LIST));
44 let ret = new Promise<Uint8Array>((resolve)=> {
62 resolve(new Uint8Array([]));
/base/usb/usb_manager/test/native/js_unittest/
DCheckEmptyUtils.js51 return String.fromCharCode.apply(null, new Uint8Array(buf));
60 var tmpUint8Array = new Uint8Array(arr);
DUsbDevicePipeJsunit.test.js150 var tmpUint8Array = new Uint8Array(testParam.maxInSize);
240 var tmpUint8Array = new Uint8Array(512);
/base/useriam/user_auth_framework/
DREADME_ZH.md107 | auth(challenge : Uint8Array, authType : AuthType, authTrustLevel : AuthTrustLevel, callback : IUs…
108 … : number, challenge : Uint8Array, authType : AuthType, authTrustLevel : AuthTrustLevel, callback …
109 | cancelAuth(contextID : Uint8Array) : number; | 取消认证 |
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/controller/
DcommonController.ts178 uin8Array2JsonString(inArray: Uint8Array): string {
182 jsonString2Uint8Array(inString: string): Uint8Array {
188 return new Uint8Array(buffer);
191 string2Uint8Array(inString: string): Uint8Array {
197 return new Uint8Array(buffer);
/base/usb/usb_manager/interfaces/kits/js/
D@ohos.usbManager.d.ts242 function getRawDescriptor(pipe: USBDevicePipe): Uint8Array;
280 function bulkTransfer(pipe: USBDevicePipe, endpoint: USBEndpoint, buffer: Uint8Array,
817 data: Uint8Array;
/base/useriam/pin_auth/
DREADME_ZH.md64 | onSetData: (pinSubType:AuthSubType, data:Uint8Array)=>void | inputerDate回调函数,口令输入界面通过此接口传输口令数据到口令…
DREADME.md57 | onSetData: (pinSubType:AuthSubType, data:Uint8Array)=>void | **inputerdata** callback invoked to …
/base/hiviewdfx/hisysevent/interfaces/rust/src/
Dsys_event.rs112 Uint8Array, enumerator
Dmacros.rs59 hisysevent::HiSysEventParamType::Uint8Array
/base/account/os_account/
DREADME_zh.md995 …66"></a>auth(challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: …
1000 …rId: number, challenge: Uint8Array, authType: AuthType, authTrustLevel: AuthTrustLevel, callback: …
1005 …a name="p73429332466"></a><a name="p73429332466"></a>cancelAuth(contextID: Uint8Array): number;</p>
1076 …2"></a>openSession(callback: AsyncCallback&lt;Uint8Array&gt;): void;<br/>openSession(): Promise<Ui…
1096 …6"><a name="p73429332466"></a><a name="p73429332466"></a>cancel(challenge: Uint8Array): number;</p>
1101 …"><a name="p73429332466"></a><a name="p73429332466"></a>delUser(token: Uint8Array, callback: IIdmC…
1106 …9332466"></a><a name="p73429332466"></a>delCred(credentialId: Uint8Array, token: Uint8Array, callb…
1128 …/a><a name="p1671817233812"></a>onSetData: (pinSubType: AuthSubType, data: Uint8Array) => void;</p>
1206 …1817233812"></a>auth(domainAccountInfo: DomainAccountInfo, credential: Uint8Array, callback: IUser…
1216 …233812"></a>authWithToken(domainAccountInfo: DomainAccountInfo, token: Uint8Array, callback: IUser…
[all …]
/base/telephony/sms_mms/
DREADME_zh.md305 let data = new Uint8Array(array).buffer;