Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/lane/src/
H A Dlnn_lane_deps_mock.cpp25 void *g_laneDepsInterface; variable
29 g_laneDepsInterface = reinterpret_cast<void *>(this); in LaneDepsInterfaceMock()
34 g_laneDepsInterface = nullptr; in ~LaneDepsInterfaceMock()
39 return reinterpret_cast<LaneDepsInterface *>(g_laneDepsInterface); in GetLaneDepsInterface()