Home
last modified time | relevance | path

Searched refs:g_baseListener (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.cpp26 static SoftbusBaseListener g_baseListener = {0}; variable
126 g_baseListener.onDataEvent = listener->onDataEvent; in ActionOfStartBaseClient()
134 if (g_baseListener.onDataEvent == nullptr) { in ActionOfAddTrigger()
138 return g_baseListener.onDataEvent(module, SOFTBUS_SOCKET_OUT, fd); in ActionOfAddTrigger()