Home
last modified time | relevance | path

Searched refs:OnScanModeChanged (Results 1 - 23 of 23) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host_observer.h38 virtual void OnScanModeChanged(int32_t mode) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h34 void OnScanModeChanged(int mode) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.h36 void OnScanModeChanged(int mode) override {};
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.h37 void OnScanModeChanged(int mode) override;
H A Dnapi_bluetooth_connection_observer.cpp82 void NapiBluetoothConnectionObserver::OnScanModeChanged(int mode) in OnScanModeChanged() function in OHOS::Bluetooth::NapiBluetoothConnectionObserver
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h39 virtual void OnScanModeChanged(int32_t mode) override;
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.h80 void OnScanModeChanged(int mode);
H A Dgeneric_access_service.cpp102 void OnScanModeChanged(const int mode) in OnScanModeChanged() function in OHOS::bluetooth::GenericAccessService::AdapterBleObserverImpl
134 void OnScanModeChanged(int mode) in OnScanModeChanged() function in OHOS::bluetooth::GenericAccessService::AdapterClassicObserverImpl
136 service_.dispatcher_.PostTask(std::bind(&GenericAccessService::OnScanModeChanged, &service_, mode)); in OnScanModeChanged()
316 void GenericAccessService::OnScanModeChanged(int mode) in OnScanModeChanged() function in OHOS::bluetooth::GenericAccessService
/foundation/communication/bluetooth/frameworks/cj/access/include/
H A Dbluetooth_access_impl.h52 void OnScanModeChanged(int mode) override{};
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h55 void OnScanModeChanged(int mode) in OnScanModeChanged() function in OHOS::Bluetooth::BleHostObserverTest
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h98 virtual void OnScanModeChanged(int mode) = 0;
H A Dinterface_adapter_ble.h171 virtual void OnScanModeChanged(const int mode) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_observer_stub.cpp150 stub->OnScanModeChanged(mode); in OnScanModeChangedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h124 virtual void OnScanModeChanged(int mode) = 0;
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h70 void OnScanModeChanged(int mode) override{};
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp183 void BluetoothHostObserverProxy::OnScanModeChanged(int32_t mode) in OnScanModeChanged() function in OHOS::Bluetooth::BluetoothHostObserverProxy
187 HILOGE("BluetoothHostObserverProxy::OnScanModeChanged WriteInterfaceToken error"); in OnScanModeChanged()
192 HILOGE("BluetoothHostObserverProxy::OnScanModeChanged status error"); in OnScanModeChanged()
201 HILOGE("BluetoothHostProxy::OnScanModeChanged done fail, error: %{public}d", result); in OnScanModeChanged()
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h73 void OnScanModeChanged(int mode) override {};
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp126 void OnScanModeChanged(int mode) override
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp309 void OnScanModeChanged(int32_t mode) override
312 impl_->observers_.ForEach([mode](IBluetoothHostObserver *observer) { observer->OnScanModeChanged(mode); });
482 void OnScanModeChanged(const int32_t mode) override
485 impl_->bleObservers_.ForEach([mode](IBluetoothHostObserver *observer) { observer->OnScanModeChanged(mode); });
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp42 void OnScanModeChanged(int mode) override{};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp179 void OnScanModeChanged(int mode) override
183 [mode](std::shared_ptr<BluetoothHostObserver> observer) { observer->OnScanModeChanged(mode); });
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h102 void OnScanModeChanged(int mode) override
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter.cpp487 pimpl->adapterObservers_.ForEach([mode](IAdapterClassicObserver &observer) { observer.OnScanModeChanged(mode); }); in SendScanModeChanged()

Completed in 22 milliseconds