Home
last modified time | relevance | path

Searched refs:UpdateBluetoothDeviceName (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/telephony/call_manager/services/call/src/
H A Dcall_broadcast_subscriber.cpp49 [this](const EventFwk::CommonEventData &data) { UpdateBluetoothDeviceName(data); }; in CallBroadcastSubscriber()
135 void CallBroadcastSubscriber::UpdateBluetoothDeviceName(const EventFwk::CommonEventData &data) in UpdateBluetoothDeviceName() function in OHOS::Telephony::CallBroadcastSubscriber
139 …DelayedSingleton<AudioDeviceManager>::GetInstance()->UpdateBluetoothDeviceName(macAddress, deviceN… in UpdateBluetoothDeviceName()
/ohos5.0/base/telephony/call_manager/services/call/include/
H A Dcall_broadcast_subscriber.h53 void UpdateBluetoothDeviceName(const EventFwk::CommonEventData &data);
/ohos5.0/base/telephony/call_manager/services/audio/include/
H A Daudio_device_manager.h74 void UpdateBluetoothDeviceName(const std::string &macAddress, const std::string &deviceName);
/ohos5.0/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp115 void AudioDeviceManager::UpdateBluetoothDeviceName(const std::string &macAddress, const std::string… in UpdateBluetoothDeviceName() function in OHOS::Telephony::AudioDeviceManager