Home
last modified time | relevance | path

Searched defs: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
895 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in LnnStartHeartbeatFrameDelay() local
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/
H A Dauth_interface.c717 bool hasTrustedRelation = (AuthHasTrustedRelation() == TRUSTED_RELATION_YES) ? true : false; in IsAuthHasTrustedRelation() local