Searched refs:hasTrustedRelation (Results 1 – 2 of 2) sorted by relevance
66 bool hasTrustedRelation; member86 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() local896 if (LnnIsDefaultOhosAccount() && !hasTrustedRelation) { in LnnStartHeartbeatFrameDelay()1090 g_hbConditionState.hasTrustedRelation = true; in HbDelayCheckTrustedRelation()1092 g_hbConditionState.hasTrustedRelation = false; in HbDelayCheckTrustedRelation()[all …]
717 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in IsAuthHasTrustedRelation() local718 return hasTrustedRelation; in IsAuthHasTrustedRelation()