Home
last modified time | relevance | path

Searched refs:AuthType (Results 1 – 7 of 7) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/hdc/message/
DSessionHandShake.ts16 import { AuthType } from './AuthType.js';
22 private _authType: number = AuthType.AUTH_NONE; // uint8_t auth none
DAuthType.ts16 export class AuthType { class
/developtools/smartperf_host/ide/src/hdc/message/
DSessionHandShake.ts16 import { AuthType } from './AuthType.js';
22 private _authType: number = AuthType.AUTH_NONE; // uint8_t auth none
DAuthType.ts16 export class AuthType { class
/developtools/profiler/host/smartperf/ide/src/hdc/hdcclient/
DHdcClient.ts26 import { AuthType } from '../message/AuthType.js';
59 AuthType.AUTH_NONE,
/developtools/smartperf_host/ide/src/hdc/hdcclient/
DHdcClient.ts26 import { AuthType } from '../message/AuthType.js';
59 AuthType.AUTH_NONE,
/developtools/hdc/src/common/
Dsession.h25 enum AuthType { AUTH_NONE, AUTH_TOKEN, AUTH_SIGNATURE, AUTH_PUBLICKEY, AUTH_OK }; enum