Home
last modified time | relevance | path

Searched refs:authFlag (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/useriam/user_auth_framework/frameworks/js/napi/user_auth_icon/
H A Duser_auth_icon.js45 this.authFlag = ICON_UNAVAILABLE;
67 if (a1.authFlag !== undefined) {
68 this.authFlag = a1.authFlag;
98 this.authFlag = ICON_AVAILABLE;
103 this.authFlag = ICON_AVAILABLE;
114 this.authFlag = ICON_UNAVAILABLE;
120 this.authFlag = ICON_UNAVAILABLE;
129 this.authFlag = ICON_AVAILABLE;
135 this.authFlag = ICON_AVAILABLE;
139 this.authFlag = ICON_AVAILABLE;
[all …]
/ohos5.0/base/useriam/user_auth_framework/user_auth_icon/library/src/main/ets/components/mainpage/
H A DUserAuthIcon.ets76 authFlag: number = ICON_UNAVAILABLE;
101 this.authFlag = ICON_AVAILABLE;
107 this.authFlag = ICON_AVAILABLE;
121 this.authFlag = ICON_UNAVAILABLE;
129 this.authFlag = ICON_UNAVAILABLE;
139 this.authFlag = ICON_AVAILABLE;
145 this.authFlag = ICON_AVAILABLE;
149 this.authFlag = ICON_AVAILABLE;
181 this.authFlag = ICON_UNAVAILABLE;
203 if (this.authFlag === ICON_AVAILABLE) {
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/smp/
H A Dsmp.h149 uint8_t authFlag; member
H A Dsmp.c1577 pairResult.authFlag = SMP_AUTH_FLAG_YES; in SMP_GenPairRetNormal()
1579 pairResult.authFlag = SMP_AUTH_FLAG_NO; in SMP_GenPairRetNormal()
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_sm_receive.c160 result->authFlag, in GapRecvLePairResult()
H A Dgap_le_sec.c367 if (deviceInfo->encryptionStatus == GAP_LE_UNAUTHENTICATED_ENCRYPTION && result->authFlag) { in GapSetEncryptionStatusForPairEnd()
412 …g_lePairCallback.callback.lePairComplete(&addr, status, result->authFlag, g_lePairCallback.context… in GapLePairResult()