Home
last modified time | relevance | path

Searched refs:ConnectionBrInterface (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_mock.h28 class ConnectionBrInterface { class
30 ConnectionBrInterface() {}; in ConnectionBrInterface() function in OHOS::ConnectionBrInterface
31 virtual ~ConnectionBrInterface() {}; in ~ConnectionBrInterface()
41 class ConnectionBrInterfaceMock : public ConnectionBrInterface {
H A Dbr_mock.h35 class ConnectionBrInterface { class
37 ConnectionBrInterface() {}; in ConnectionBrInterface() function in OHOS::ConnectionBrInterface
38 virtual ~ConnectionBrInterface() {}; in ~ConnectionBrInterface()
66 class ConnectionBrInterfaceMock : public ConnectionBrInterface {
H A Dconnection_br_mock.cpp33 static ConnectionBrInterface *GetConnectionBrInterface() in GetConnectionBrInterface()
35 return reinterpret_cast<ConnectionBrInterface *>(g_connectionBrInterface); in GetConnectionBrInterface()
H A Dbr_mock.cpp33 static ConnectionBrInterface *GetConnectionBrInterface() in GetConnectionBrInterface()
35 return reinterpret_cast<ConnectionBrInterface *>(g_connectionBrInterface); in GetConnectionBrInterface()

Completed in 2 milliseconds