Home
last modified time | relevance | path

Searched refs:hasTrustedRelation (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c65 bool hasTrustedRelation; member
86 g_hbConditionState.hasTrustedRelation = false; in InitHbConditionState()
123 isBtOn, isScreenUnlock, isLogIn, g_hbConditionState.hasTrustedRelation, isBackground, isNightMode, isOOBEEnd, in IsHeartbeatEnable()
126 (isLogIn || g_hbConditionState.hasTrustedRelation) && !isBackground && !isNightMode && isOOBEEnd; in IsHeartbeatEnable()
865 g_hbConditionState.hasTrustedRelation = true; in HbTryRecoveryNetwork()
867 g_hbConditionState.hasTrustedRelation = false; in HbTryRecoveryNetwork()
870 (g_hbConditionState.accountState == SOFTBUS_ACCOUNT_LOG_IN || g_hbConditionState.hasTrustedRelation)) { in HbTryRecoveryNetwork()
874 g_hbConditionState.hasTrustedRelation); in HbTryRecoveryNetwork()
900 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in LnnStartHeartbeatFrameDelay() local
901 if (LnnIsDefaultOhosAccount() && !hasTrustedRelation) { in LnnStartHeartbeatFrameDelay()
[all...]
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c714 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in IsAuthHasTrustedRelation() local
715 return hasTrustedRelation; in IsAuthHasTrustedRelation()

Completed in 3 milliseconds