Searched refs:LnnHasSupportDiscoveryType (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/tests/core/authentication/unittest/ |
H A D | auth_net_ledger_mock.h | 59 virtual bool LnnHasSupportDiscoveryType(const char *destType, const char *type) = 0; 95 MOCK_METHOD2(LnnHasSupportDiscoveryType, bool(const char *, const char *));
|
H A D | auth_net_ledger_mock.cpp | 153 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 D | lnn_net_ledger_mock.h | 76 virtual bool LnnHasSupportDiscoveryType(const char *destType, const char *type) = 0; 163 MOCK_METHOD2(LnnHasSupportDiscoveryType, bool(const char *, const char *));
|
H A D | lnn_net_builder_deps_mock.h | 104 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 D | lnn_net_ledger_mock.cpp | 446 bool LnnHasSupportDiscoveryType(const char *destType, const char *type) in LnnHasSupportDiscoveryType() function 448 return GetNetLedgerInterface()->LnnHasSupportDiscoveryType(destType, type); in LnnHasSupportDiscoveryType()
|
H A D | lnn_net_builder_deps_mock.cpp | 252 bool LnnHasSupportDiscoveryType(const char *destType, const char *type) in LnnHasSupportDiscoveryType() function 254 return GetNetBuilderDepsInterface()->LnnHasSupportDiscoveryType(destType, type); in LnnHasSupportDiscoveryType()
|