Home
last modified time | relevance | path

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

/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()
/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/
H A Dhb_ctrl_static_mock.h53 virtual TrustedReturnType AuthHasTrustedRelation(void) = 0;
88 MOCK_METHOD0(AuthHasTrustedRelation, TrustedReturnType (void));
/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_ledger/
H A Dlnn_decision_db_deps_mock.cpp165 TrustedReturnType AuthHasTrustedRelation(void) in AuthHasTrustedRelation() function
167 return GetDecisionDbDepsInterface()->AuthHasTrustedRelation(); in AuthHasTrustedRelation()
H A Dlnn_decision_db_deps_mock.h69 virtual TrustedReturnType AuthHasTrustedRelation(void) = 0;
106 MOCK_METHOD0(AuthHasTrustedRelation, TrustedReturnType (void));
/foundation/communication/dsoftbus/core/authentication/interface/
H A Dauth_interface.h155 TrustedReturnType AuthHasTrustedRelation(void);
/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_heartbeat_ctrl.c863 TrustedReturnType ret = AuthHasTrustedRelation(); in HbTryRecoveryNetwork()
900 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in LnnStartHeartbeatFrameDelay()
1094 TrustedReturnType ret = AuthHasTrustedRelation(); in HbDelayCheckTrustedRelation()
/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c698 TrustedReturnType AuthHasTrustedRelation(void) in AuthHasTrustedRelation() function
714 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in IsAuthHasTrustedRelation()

Completed in 6 milliseconds