Home
last modified time | relevance | path

Searched refs:g_connectionBrInterface (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/tests/core/connection/br/
H A Dconnection_br_mock.cpp22 void *g_connectionBrInterface; member
25 g_connectionBrInterface = reinterpret_cast<void *>(this); in ConnectionBrInterfaceMock()
30 g_connectionBrInterface = nullptr; in ~ConnectionBrInterfaceMock()
35 return reinterpret_cast<ConnectionBrInterface *>(g_connectionBrInterface); in GetConnectionBrInterface()
H A Dbr_mock.cpp22 void *g_connectionBrInterface; member
25 g_connectionBrInterface = reinterpret_cast<void *>(this); in ConnectionBrInterfaceMock()
30 g_connectionBrInterface = nullptr; in ~ConnectionBrInterfaceMock()
35 return reinterpret_cast<ConnectionBrInterface *>(g_connectionBrInterface); in GetConnectionBrInterface()

Completed in 2 milliseconds