Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/sdk/bus_center/unittest/
H A Dclient_bus_center_manager_mock.cpp26 void *g_clientBusCenterManagerInterface; variable
29 g_clientBusCenterManagerInterface = reinterpret_cast<void *>(this); in ClientBusCenterManagerInterfaceMock()
34 g_clientBusCenterManagerInterface = nullptr; in ~ClientBusCenterManagerInterfaceMock()
39 … return reinterpret_cast<ClientBusCenterManagerInterfaceMock *>(g_clientBusCenterManagerInterface); in GetBusCenterManagerInterface()