Home
last modified time | relevance | path

Searched refs:authenticationStatus (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/device_manager/interfaces/kits/js4.0/src/
H A Ddm_native_util.cpp378 int32_t authenticationStatus = DM_NAPI_DISCOVER_EXTRA_INIT_ONE; in JsToDmDiscoveryExtra() local
379 JsObjectToInt(env, object, "authenticationStatus", authenticationStatus); in JsToDmDiscoveryExtra()
380 if (authenticationStatus != DM_NAPI_DISCOVER_EXTRA_INIT_ONE) { in JsToDmDiscoveryExtra()
381 jsonObj["isTrusted"] = authenticationStatus; in JsToDmDiscoveryExtra()
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/gap/
H A Dgap_br_sec.c174 if (devInfo->authenticationStatus == GAP_AUTH_STATUS_IDLE) { in GapDoSecurityAction()
175 devInfo->authenticationStatus = GAP_AUTH_STATUS_ACTION; in GapDoSecurityAction()
181 devInfo->authenticationStatus = GAP_AUTH_STATUS_IDLE; in GapDoSecurityAction()
788 deviceInfo->authenticationStatus = GAP_AUTH_STATUS_RETRY; in GapAuthenticationWaitRetryTimeoutTask()
869 deviceInfo->authenticationStatus = GAP_AUTH_STATUS_IDLE; in GapOnAuthenticationComplete()
882 deviceInfo->authenticationStatus = GAP_AUTH_STATUS_WAIT_RETRY; in GapOnAuthenticationComplete()
966 if (devInfo->authenticationStatus == GAP_AUTH_STATUS_IDLE) { in GapOnIOCapabilityRequestEvent()
1432 if (devInfo->authenticationStatus == GAP_AUTH_STATUS_IDLE) { in GapOnPINCodeRequestEvent()
1528 *isLocal = !!devInfo->authenticationStatus; in GAP_PairIsFromLocal()
1567 if (devInfo != NULL && devInfo->authenticationStatus in GapOnLinkKeyRequestEvent()
[all...]
H A Dgap_def.h222 uint8_t authenticationStatus; member
H A Dgap.c1173 deviceInfo->authenticationStatus = GAP_AUTH_STATUS_IDLE; in GapAllocDeviceInfo()

Completed in 7 milliseconds