Home
last modified time | relevance | path

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

/base/telephony/call_manager/services/call/src/
H A Dcall_broadcast_subscriber.cpp48 [this](const EventFwk::CommonEventData &data) { UpdateBluetoothDeviceName(data); }; in CallBroadcastSubscriber()
142 void CallBroadcastSubscriber::UpdateBluetoothDeviceName(const EventFwk::CommonEventData &data) in UpdateBluetoothDeviceName() function in OHOS::Telephony::CallBroadcastSubscriber
146 DelayedSingleton<AudioDeviceManager>::GetInstance()->UpdateBluetoothDeviceName(macAddress, deviceName); in UpdateBluetoothDeviceName()
/base/telephony/call_manager/services/call/include/
H A Dcall_broadcast_subscriber.h52 void UpdateBluetoothDeviceName(const EventFwk::CommonEventData &data);
/base/telephony/call_manager/services/audio/include/
H A Daudio_device_manager.h74 void UpdateBluetoothDeviceName(const std::string &macAddress, const std::string &deviceName);
/base/telephony/call_manager/services/audio/src/
H A Daudio_device_manager.cpp116 void AudioDeviceManager::UpdateBluetoothDeviceName(const std::string &macAddress, const std::string &deviceName) in UpdateBluetoothDeviceName() function in OHOS::Telephony::AudioDeviceManager
134 TELEPHONY_LOGI("UpdateBluetoothDeviceName"); in UpdateBluetoothDeviceName()

Completed in 3 milliseconds