Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/src/
H A Dlnn_ble_heartbeat_virtual.c81 .onStopHbByType = StopBleHeartbeat,
H A Dlnn_heartbeat_medium_mgr.c1295 if (g_hbMeidumMgr[id]->onStopHbByType == NULL) { in VisitHbMediumMgrStop()
1299 ret = g_hbMeidumMgr[id]->onStopHbByType(); in VisitHbMediumMgrStop()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/heartbeat/include/
H A Dlnn_heartbeat_medium_mgr.h85 int32_t (*onStopHbByType)(void); member