Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/fuzztest/softbusbroadcast_fuzzer/
H A Dsoftbusbroadcast_fuzzer.cpp212 static ScanCallback g_scanListener = { variable
322 RegisterScanListener(SRV_TYPE_DIS, &listenerId, &OHOS::g_scanListener); in LLVMFuzzerTestOneInput()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/bluetooth/broadcast/
H A Dsoftbus_broadcast_mgr_test.cpp183 static ScanCallback g_scanListener = { in GetScanCallback() local
188 return &g_scanListener; in GetScanCallback()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c632 static ScanCallback g_scanListener = { variable
1879 … ret = SchedulerRegisterScanListener(SRV_TYPE_DIS, &g_bleListener.scanListenerId, &g_scanListener); in InitBleListener()