Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/test/mock/src/
H A Dhb_strategy_mock.cpp23 void *g_hbStrategyInterface; variable
26 g_hbStrategyInterface = reinterpret_cast<void *>(this); in HeartBeatStategyInterfaceMock()
31 g_hbStrategyInterface = nullptr; in ~HeartBeatStategyInterfaceMock()
36 return reinterpret_cast<HeartBeatStategyInterfaceMock *>(g_hbStrategyInterface); in HeartBeatStrategyInterface()