Home
last modified time | relevance | path

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

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