Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c66 bool hasTrustedRelation; member
86 g_hbConditionState.hasTrustedRelation = false; in InitHbConditionState()
126 … (isLogIn || g_hbConditionState.hasTrustedRelation) && !isBackground && !isNightMode && isOOBEEnd; in IsHeartbeatEnable()
153 g_hbConditionState.hasTrustedRelation = true; in HbRefreshConditionState()
155 g_hbConditionState.hasTrustedRelation = false; in HbRefreshConditionState()
158 …bConditionState.accountState == SOFTBUS_ACCOUNT_LOG_IN || g_hbConditionState.hasTrustedRelation)) { in HbRefreshConditionState()
895 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in LnnStartHeartbeatFrameDelay() local
896 if (LnnIsDefaultOhosAccount() && !hasTrustedRelation) { in LnnStartHeartbeatFrameDelay()
1090 g_hbConditionState.hasTrustedRelation = true; in HbDelayCheckTrustedRelation()
1092 g_hbConditionState.hasTrustedRelation = false; in HbDelayCheckTrustedRelation()
[all …]
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c717 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in IsAuthHasTrustedRelation() local
718 return hasTrustedRelation; in IsAuthHasTrustedRelation()