/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/ |
H A D | lnn_net_ledger_mock.h | 69 virtual bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) = 0; 71 virtual short LnnGetCnnCode(const char *uuid, DiscoveryType type) = 0; 77 virtual bool LnnPeerHasExchangeDiscoveryType(const NodeInfo *info, DiscoveryType type) = 0; 101 DiscoveryType type) = 0; 153 MOCK_METHOD2(LnnHasDiscoveryType, bool (const NodeInfo *, DiscoveryType)); 155 MOCK_METHOD2(LnnGetCnnCode, short (const char *, DiscoveryType)); 164 MOCK_METHOD2(LnnPeerHasExchangeDiscoveryType, bool(const NodeInfo *, DiscoveryType)); 182 …HOD4(AuthGetLatestAuthSeqListByType, int32_t (const char *, int64_t *, uint64_t *, DiscoveryType)); 212 DiscoveryType type);
|
H A D | lnn_net_builder_deps_mock.h | 87 virtual DiscoveryType LnnConvAddrTypeToDiscType(ConnectionAddrType type); 88 virtual ConnectionAddrType LnnDiscTypeToConnAddrType(DiscoveryType type); 105 virtual bool LnnPeerHasExchangeDiscoveryType(const NodeInfo *info, DiscoveryType type) = 0; 165 virtual bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type); 183 virtual int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type); 228 MOCK_METHOD1(LnnConvAddrTypeToDiscType, DiscoveryType (ConnectionAddrType)); 229 MOCK_METHOD1(LnnDiscTypeToConnAddrType, ConnectionAddrType (DiscoveryType)); 244 MOCK_METHOD2(LnnPeerHasExchangeDiscoveryType, bool(const NodeInfo *, DiscoveryType)); 301 MOCK_METHOD2(LnnHasDiscoveryType, bool (const NodeInfo *, DiscoveryType)); 320 MOCK_METHOD2(LnnClearDiscoveryType, int32_t (NodeInfo *, DiscoveryType));
|
H A D | lnn_connection_fsm_mock.h | 63 virtual DiscoveryType LnnConvAddrTypeToDiscType(ConnectionAddrType type) = 0; 94 MOCK_METHOD1(LnnConvAddrTypeToDiscType, DiscoveryType (ConnectionAddrType));
|
H A D | lnn_service_mock.h | 70 virtual ConnectionAddrType LnnDiscTypeToConnAddrType(DiscoveryType type) = 0; 124 MOCK_METHOD1(LnnDiscTypeToConnAddrType, ConnectionAddrType (DiscoveryType));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_net_ledger_mock.h | 55 virtual bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) = 0; 60 virtual bool LnnPeerHasExchangeDiscoveryType(const NodeInfo *info, DiscoveryType type) = 0; 91 MOCK_METHOD2(LnnHasDiscoveryType, bool(const NodeInfo *, DiscoveryType)); 96 MOCK_METHOD2(LnnPeerHasExchangeDiscoveryType, bool(const NodeInfo *, DiscoveryType));
|
H A D | auth_net_ledger_mock.cpp | 133 bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnHasDiscoveryType() 158 bool LnnPeerHasExchangeDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnPeerHasExchangeDiscoveryType()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/include/ |
H A D | lnn_connection_addr_utils.h | 33 DiscoveryType LnnConvAddrTypeToDiscType(ConnectionAddrType type); 34 ConnectionAddrType LnnDiscTypeToConnAddrType(DiscoveryType type);
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/include/ |
H A D | lnn_node_info.h | 81 } DiscoveryType; typedef 203 bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type); 204 int32_t LnnSetDiscoveryType(NodeInfo *info, DiscoveryType type); 205 int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_common.h | 153 DiscoveryType ConvertToDiscoveryType(AuthLinkType type); 154 AuthLinkType ConvertToAuthLinkType(DiscoveryType type);
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/include/ |
H A D | trans_conn_mock.h | 52 virtual bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) = 0; 79 MOCK_METHOD2(LnnHasDiscoveryType, bool (const NodeInfo *, DiscoveryType));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_net_ledger_mock.cpp | 220 uint64_t *authVerifyTime, DiscoveryType type) in ActionOfLnnGetAuthSeqList() 381 bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnHasDiscoveryType() 411 short LnnGetCnnCode(const char *uuid, DiscoveryType type) in LnnGetCnnCode() 451 bool LnnPeerHasExchangeDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnPeerHasExchangeDiscoveryType() 537 DiscoveryType type) in AuthGetLatestAuthSeqListByType()
|
H A D | lnn_net_builder_deps_mock.cpp | 180 DiscoveryType LnnConvAddrTypeToDiscType(ConnectionAddrType type) in LnnConvAddrTypeToDiscType() 185 ConnectionAddrType LnnDiscTypeToConnAddrType(DiscoveryType type) in LnnDiscTypeToConnAddrType() 257 bool LnnPeerHasExchangeDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnPeerHasExchangeDiscoveryType() 538 bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnHasDiscoveryType() 628 int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type) in LnnClearDiscoveryType()
|
H A D | lnn_connection_fsm_mock.cpp | 140 DiscoveryType LnnConvAddrTypeToDiscType(ConnectionAddrType type) in LnnConvAddrTypeToDiscType()
|
H A D | lnn_service_mock.cpp | 156 ConnectionAddrType LnnDiscTypeToConnAddrType(DiscoveryType type) in LnnDiscTypeToConnAddrType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/include/ |
H A D | hb_fsm_mock.h | 48 virtual DiscoveryType LnnConvAddrTypeToDiscType(ConnectionAddrType type) = 0; 81 MOCK_METHOD1(LnnConvAddrTypeToDiscType, DiscoveryType(ConnectionAddrType));
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/common/mock/ |
H A D | trans_lane_pending_test_mock.h | 37 virtual bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) = 0; 64 MOCK_METHOD2(LnnHasDiscoveryType, bool (const NodeInfo *info, DiscoveryType type));
|
H A D | trans_lane_pending_test_mock.cpp | 59 bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnHasDiscoveryType()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_builder/src/ |
H A D | lnn_sync_item_info.c | 162 DiscoveryType discType; in OnReceiveBrOffline() 174 discType = (DiscoveryType)(combinedInt & DISCOVERY_TYPE_MASK); in OnReceiveBrOffline()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/ |
H A D | lnn_node_info.c | 34 bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnHasDiscoveryType() 74 int32_t LnnSetDiscoveryType(NodeInfo *info, DiscoveryType type) in LnnSetDiscoveryType() 84 int32_t LnnClearDiscoveryType(NodeInfo *info, DiscoveryType type) in LnnClearDiscoveryType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/common/mock/src/ |
H A D | trans_conn_mock.cpp | 125 bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) in LnnHasDiscoveryType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/ |
H A D | hb_fsm_mock.cpp | 101 DiscoveryType LnnConvAddrTypeToDiscType(ConnectionAddrType type) in LnnConvAddrTypeToDiscType()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/include/ |
H A D | lnn_lane_deps_mock.h | 59 virtual bool LnnHasDiscoveryType(const NodeInfo *info, DiscoveryType type) = 0; 126 MOCK_METHOD2(LnnHasDiscoveryType, bool (const NodeInfo *, DiscoveryType));
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/ |
H A D | lnn_connection_addr_utils.c | 157 DiscoveryType LnnConvAddrTypeToDiscType(ConnectionAddrType type) in LnnConvAddrTypeToDiscType() 172 ConnectionAddrType LnnDiscTypeToConnAddrType(DiscoveryType type) in LnnDiscTypeToConnAddrType()
|
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/distributed_ledger/include/ |
H A D | lnn_distributed_net_ledger.h | 66 short LnnGetCnnCode(const char *uuid, DiscoveryType type);
|
/ohos5.0/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_common.c | 410 DiscoveryType ConvertToDiscoveryType(AuthLinkType type) in ConvertToDiscoveryType() 428 AuthLinkType ConvertToAuthLinkType(DiscoveryType type) in ConvertToAuthLinkType()
|