Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/include/
H A Dsoftbus_conn_ble_connection.h163 } ConnBleServerEventListener; typedef
177 … int32_t (*bleServerInitModule)(SoftBusLooper *looper, const ConnBleServerEventListener *listener);
H A Dsoftbus_conn_ble_server.h36 int32_t ConnGattInitServerModule(SoftBusLooper *looper, const ConnBleServerEventListener *listener);
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/mock/
H A Dconnection_ble_manager_mock.h71 … int32_t ConnGattInitServerModule(SoftBusLooper *looper, const ConnBleServerEventListener *listene…
119 (SoftBusLooper *, const ConnBleServerEventListener *), (override));
H A Dconnection_ble_manager_mock.cpp195 int32_t ConnGattInitServerModule(SoftBusLooper *looper, const ConnBleServerEventListener *listener) in ConnGattInitServerModule()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/fuzztest/bleconnection_fuzzer/
H A Dbleconnection_fuzzer.cpp57 ConnBleServerEventListener eventListener; in BleOnDataReceivedFuzzTest()
/ohos5.0/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_server.c121 static ConnBleServerEventListener g_serverEventListener = { 0 };
1235 int32_t ConnGattInitServerModule(SoftBusLooper *looper, const ConnBleServerEventListener *listener) in ConnGattInitServerModule()
H A Dsoftbus_conn_ble_connection.c1216 ConnBleServerEventListener serverEventListener = { in ConnBleInitConnectionMudule()
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/
H A Dconnection_ble_client_test.cpp93 int32_t ConnGattInitServerModule(SoftBusLooper *looper, const ConnBleServerEventListener *listener) in ConnGattInitServerModule()