Home
last modified time | relevance | path

Searched refs:OnDeviceNameChanged (Results 1 - 24 of 24) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/interface/
H A Di_bluetooth_host_observer.h39 virtual void OnDeviceNameChanged(const std::string &deviceName) = 0;
/foundation/communication/bluetooth/frameworks/js/napi/include/
H A Dnapi_bluetooth_host_observer.h35 void OnDeviceNameChanged(const std::string &deviceName) override;
/foundation/communication/bluetooth/frameworks/js/napi/src/access/
H A Dnapi_bluetooth_access_observer.h37 void OnDeviceNameChanged(const std::string &deviceName) override {};
/foundation/communication/bluetooth/frameworks/js/napi/src/connection/
H A Dnapi_bluetooth_connection_observer.h38 void OnDeviceNameChanged(const std::string &deviceName) override;
H A Dnapi_bluetooth_connection_observer.cpp87 void NapiBluetoothConnectionObserver::OnDeviceNameChanged(const std::string &deviceName) in OnDeviceNameChanged() function in OHOS::Bluetooth::NapiBluetoothConnectionObserver
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/gas/
H A Dgeneric_access_service.cpp104 void OnDeviceNameChanged(const std::string deviceName) in OnDeviceNameChanged() function in OHOS::bluetooth::GenericAccessService::AdapterBleObserverImpl
106 service_.dispatcher_.PostTask(std::bind(&GenericAccessService::OnDeviceNameChanged, &service_, deviceName)); in OnDeviceNameChanged()
139 void OnDeviceNameChanged(const std::string &deviceName) in OnDeviceNameChanged() function in OHOS::bluetooth::GenericAccessService::AdapterClassicObserverImpl
141 service_.dispatcher_.PostTask(std::bind(&GenericAccessService::OnDeviceNameChanged, &service_, deviceName)); in OnDeviceNameChanged()
269 void GenericAccessService::OnDeviceNameChanged(std::string &deviceName) const in OnDeviceNameChanged() function in OHOS::bluetooth::GenericAccessService
H A Dgeneric_access_service.h78 void OnDeviceNameChanged(std::string &deviceName) const;
/foundation/communication/bluetooth_service/services/bluetooth/ipc/include/
H A Dbluetooth_host_observer_proxy.h40 virtual void OnDeviceNameChanged(const std::string &deviceName) override;
/foundation/communication/bluetooth/frameworks/cj/access/include/
H A Dbluetooth_access_impl.h53 void OnDeviceNameChanged(const std::string &deviceName) override{};
/foundation/communication/bluetooth_service/test/unittest/ble/
H A Dble_test.h57 void OnDeviceNameChanged(const std::string &device) in OnDeviceNameChanged() function in OHOS::Bluetooth::BleHostObserverTest
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_adapter_classic.h106 virtual void OnDeviceNameChanged(const std::string &deviceName) = 0;
H A Dinterface_adapter_ble.h179 virtual void OnDeviceNameChanged(const std::string deviceName) = 0;
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H A Dbluetooth_host_observer_stub.cpp161 stub->OnDeviceNameChanged(deviceName); in OnDeviceNameChangedInner()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_host.h132 virtual void OnDeviceNameChanged(const std::string &deviceName) = 0;
/foundation/communication/bluetooth/frameworks/cj/connection/include/
H A Dbluetooth_connection_impl.h71 void OnDeviceNameChanged(const std::string &deviceName) override{};
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H A Dbluetooth_host_observer_proxy.cpp206 void BluetoothHostObserverProxy::OnDeviceNameChanged(const std::string &deviceName) in OnDeviceNameChanged() function in OHOS::Bluetooth::BluetoothHostObserverProxy
210 HILOGE("BluetoothHostObserverProxy::OnDeviceNameChanged WriteInterfaceToken error"); in OnDeviceNameChanged()
215 HILOGE("BluetoothHostObserverProxy::OnDeviceNameChanged status error"); in OnDeviceNameChanged()
224 HILOGE("BluetoothHostProxy::OnDeviceNameChanged done fail, error: %{public}d", result); in OnDeviceNameChanged()
/foundation/communication/bluetooth_service/services/bluetooth/service/src/ble/
H A Dble_properties.cpp165 [deviceName](IAdapterBleObserver &observer) { observer.OnDeviceNameChanged(deviceName); }); in UpdateConfig()
/foundation/communication/nfc/services/include/
H A Dbt_connection_manager.h74 void OnDeviceNameChanged(const std::string &deviceName) override {};
/foundation/communication/bluetooth/frameworks/inner/c_adapter/
H A Dohos_bt_gap.cpp142 void OnDeviceNameChanged(const std::string &deviceName) override
/foundation/communication/bluetooth_service/services/bluetooth/server/src/
H A Dbluetooth_host_server.cpp315 void OnDeviceNameChanged(const std::string &deviceName) override
319 [deviceName](IBluetoothHostObserver *observer) { observer->OnDeviceNameChanged(deviceName); });
488 void OnDeviceNameChanged(const std::string deviceName) override
492 [deviceName](IBluetoothHostObserver *observer) { observer->OnDeviceNameChanged(deviceName); });
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_adapter_properties.cpp330 [deviceName](IAdapterClassicObserver &observer) { observer.OnDeviceNameChanged(deviceName); }); in SendDeviceNameChanged()
/foundation/communication/bluetooth_service/test/unittest/host/
H A Dhost_test.cpp41 void OnDeviceNameChanged(const std::string &deviceName) override{};
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_host.cpp186 void OnDeviceNameChanged(const std::string &deviceName) override
190 observer->OnDeviceNameChanged(deviceName);
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.h107 void OnDeviceNameChanged(const std::string &deviceName) override

Completed in 15 milliseconds