Home
last modified time | relevance | path

Searched refs:LnnHasSupportDiscoveryType (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/
H A Dauth_net_ledger_mock.h59 virtual bool LnnHasSupportDiscoveryType(const char *destType, const char *type) = 0;
95 MOCK_METHOD2(LnnHasSupportDiscoveryType, bool(const char *, const char *));
H A Dauth_net_ledger_mock.cpp153 bool LnnHasSupportDiscoveryType(const char *destType, const char *type) in LnnHasSupportDiscoveryType() function
155 return GetNetLedgerInterface()->LnnHasSupportDiscoveryType(destType, type); in LnnHasSupportDiscoveryType()
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/include/
H A Dlnn_net_ledger_mock.h76 virtual bool LnnHasSupportDiscoveryType(const char *destType, const char *type) = 0;
163 MOCK_METHOD2(LnnHasSupportDiscoveryType, bool(const char *, const char *));
H A Dlnn_net_builder_deps_mock.h104 virtual bool LnnHasSupportDiscoveryType(const char *destType, const char *type) = 0;
243 MOCK_METHOD2(LnnHasSupportDiscoveryType, bool(const char *, const char *));
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_builder/src/
H A Dlnn_net_ledger_mock.cpp446 bool LnnHasSupportDiscoveryType(const char *destType, const char *type) in LnnHasSupportDiscoveryType() function
448 return GetNetLedgerInterface()->LnnHasSupportDiscoveryType(destType, type); in LnnHasSupportDiscoveryType()
H A Dlnn_net_builder_deps_mock.cpp252 bool LnnHasSupportDiscoveryType(const char *destType, const char *type) in LnnHasSupportDiscoveryType() function
254 return GetNetBuilderDepsInterface()->LnnHasSupportDiscoveryType(destType, type); in LnnHasSupportDiscoveryType()