Home
last modified time | relevance | path

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

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host_observer.h40 virtual void OnDeviceAddrChanged(const std::string &address) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h36 void OnDeviceAddrChanged(const std::string &address) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.h38 void OnDeviceAddrChanged(const std::string &address) override {};
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.h39 void OnDeviceAddrChanged(const std::string &address) override;
H A Dnapi_bluetooth_connection_observer.cpp92 void NapiBluetoothConnectionObserver::OnDeviceAddrChanged(const std::string &address) in OnDeviceAddrChanged() function in OHOS::Bluetooth::NapiBluetoothConnectionObserver
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h41 virtual void OnDeviceAddrChanged(const std::string &address) override;
/foundation/communication/bluetooth/frameworks/cj/access/include/
H A Dbluetooth_access_impl.h54 void OnDeviceAddrChanged(const std::string &address) override{};
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h59 void OnDeviceAddrChanged(const std::string &address) in OnDeviceAddrChanged() function in OHOS::Bluetooth::BleHostObserverTest
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h114 virtual void OnDeviceAddrChanged(const std::string &address) = 0;
H A Dinterface_adapter_ble.h187 virtual void OnDeviceAddrChanged(const std::string address) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_observer_stub.cpp172 stub->OnDeviceAddrChanged(address); in OnDeviceAddrChangedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h140 virtual void OnDeviceAddrChanged(const std::string &address) = 0;
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h72 void OnDeviceAddrChanged(const std::string &address) override{};
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp108 void OnDeviceAddrChanged(const std::string address) in OnDeviceAddrChanged() function in OHOS::bluetooth::GenericAccessService::AdapterBleObserverImpl
143 void OnDeviceAddrChanged(const std::string &address) in OnDeviceAddrChanged() function in OHOS::bluetooth::GenericAccessService::AdapterClassicObserverImpl
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp229 void BluetoothHostObserverProxy::OnDeviceAddrChanged(const std::string &address) in OnDeviceAddrChanged() function in OHOS::Bluetooth::BluetoothHostObserverProxy
233 HILOGE("BluetoothHostObserverProxy::OnDeviceAddrChanged WriteInterfaceToken error"); in OnDeviceAddrChanged()
238 HILOGE("BluetoothHostObserverProxy::OnDeviceAddrChanged status error"); in OnDeviceAddrChanged()
247 HILOGE("BluetoothHostProxy::OnDeviceAddrChanged done fail, error: %{public}d", result); in OnDeviceAddrChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp174 [macAddr](IAdapterBleObserver &observer) { observer.OnDeviceAddrChanged(macAddr); }); in UpdateConfig()
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h75 void OnDeviceAddrChanged(const std::string &address) override {};
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp153 void OnDeviceAddrChanged(const std::string &address) override
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp322 void OnDeviceAddrChanged(const std::string &address) override
326 [address](IBluetoothHostObserver *observer) { observer->OnDeviceAddrChanged(address); });
495 void OnDeviceAddrChanged(const std::string address) override
499 [address](IBluetoothHostObserver *observer) { observer->OnDeviceAddrChanged(address); });
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp337 adapterObservers_.ForEach([address](IAdapterClassicObserver &observer) { observer.OnDeviceAddrChanged(address); }); in SendDeviceAddrChanged()
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp43 void OnDeviceAddrChanged(const std::string &address) override{};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp194 void OnDeviceAddrChanged(const std::string &address) override
198 [address](std::shared_ptr<BluetoothHostObserver> observer) { observer->OnDeviceAddrChanged(address); });
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h112 void OnDeviceAddrChanged(const std::string &address) override

Completed in 15 milliseconds