Home
last modified time | relevance | path

Searched defs:isStartScan (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_ble_central_manager_callback_proxy.cpp88 …d BluetoothBleCentralManagerCallBackProxy::OnStartOrStopScanEvent(int resultCode, bool isStartScan) in OnStartOrStopScanEvent()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_ble_central_manager_callback_stub.cpp116 bool isStartScan = data.ReadBool(); in OnStartOrStopScanEventInner() local
/ohos5.0/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h75 void OnStartOrStopScanEvent(int resultCode, bool isStartScan) in OnStartOrStopScanEvent()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/adapter/ble/src/
H A Dsoftbus_ble_gatt.c295 static void WrapperScanStateChangeCb(uint8_t channelId, int32_t resultCode, bool isStartScan) in WrapperScanStateChangeCb()
357 static void WrapperScanStateChangeCb0(int32_t resultCode, bool isStartScan) in WrapperScanStateChangeCb0()
362 static void WrapperScanStateChangeCb1(int32_t resultCode, bool isStartScan) in WrapperScanStateChangeCb1()
/ohos5.0/foundation/communication/bluetooth/frameworks/js/napi/src/ble/
H A Dnapi_bluetooth_ble_central_manager_callback.cpp282 …id NapiBluetoothBleCentralManagerCallback::OnStartOrStopScanEvent(int resultCode, bool isStartScan) in OnStartOrStopScanEvent()
/ohos5.0/base/location/services/location_locator/locator/source/
H A Dlocator_required_data_manager.cpp209 void LocatorBleCallbackWapper::OnStartOrStopScanEvent(int32_t resultCode, bool isStartScan) {} in OnStartOrStopScanEvent()
/ohos5.0/foundation/communication/wifi/wifi/utils/src/
H A Dwifi_hisysevent.cpp145 void WriteWifiPnoScanHiSysEvent(int isStartScan, int suspendReason) in WriteWifiPnoScanHiSysEvent()
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/broadcast/
H A Dsoftbus_ble_gatt_test.cpp349 static void FakeScanStateChanged(int32_t resultCode, bool isStartScan) in FakeScanStateChanged()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_ble_central_manager.cpp126 void OnStartOrStopScanEvent(int resultCode, bool isStartScan) override in OnStartOrStopScanEvent()
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gatt.cpp148 void OnStartOrStopScanEvent(int32_t resultCode, bool isStartScan) override in OnStartOrStopScanEvent()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/net/bluetooth/broadcast/manager/src/
H A Dsoftbus_broadcast_mgr.c646 static void BcScanStateChanged(int32_t resultCode, bool isStartScan) in BcScanStateChanged()