Home
last modified time | relevance | path

Searched refs:AuthHasTrustedRelation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_ctrl_static_mock.cpp105 TrustedReturnType AuthHasTrustedRelation(void) in AuthHasTrustedRelation() function
107 return HeartBeatCtrlStaticInterface()->AuthHasTrustedRelation(); in AuthHasTrustedRelation()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_ctrl_static_mock.h53 virtual TrustedReturnType AuthHasTrustedRelation(void) = 0;
89 MOCK_METHOD0(AuthHasTrustedRelation, TrustedReturnType (void));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_decision_db_deps_mock.cpp175 TrustedReturnType AuthHasTrustedRelation(void) in AuthHasTrustedRelation() function
177 return GetDecisionDbDepsInterface()->AuthHasTrustedRelation(); in AuthHasTrustedRelation()
H A Dlnn_decision_db_deps_mock.h70 virtual TrustedReturnType AuthHasTrustedRelation(void) = 0;
109 MOCK_METHOD0(AuthHasTrustedRelation, TrustedReturnType (void));
/ohos5.0/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h155 TrustedReturnType AuthHasTrustedRelation(void);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c151 TrustedReturnType ret = AuthHasTrustedRelation(); in HbRefreshConditionState()
895 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in LnnStartHeartbeatFrameDelay()
1087 TrustedReturnType ret = AuthHasTrustedRelation(); in HbDelayCheckTrustedRelation()
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c701 TrustedReturnType AuthHasTrustedRelation(void) in AuthHasTrustedRelation() function
717 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in IsAuthHasTrustedRelation()