Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_mock.cpp22 void *g_connectionBleInterface; variable
25 g_connectionBleInterface = reinterpret_cast<void *>(this); in ConnectionBleInterfaceMock()
30 g_connectionBleInterface = nullptr; in ~ConnectionBleInterfaceMock()
35 return reinterpret_cast<ConnectionBleInterface *>(g_connectionBleInterface); in GetConnectionBleInterface()