Home
last modified time | relevance | path

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

/foundation/multimedia/audio_framework/test/fuzztest/audiobluetoothmanager_fuzzer/
H A Daudiobluetoothmanager_fuzzer.cpp85 Bluetooth::AudioHfpManager::SetActiveHfpDevice(macAddress); in AudioHfpManagerFuzzTest()
/foundation/multimedia/audio_framework/frameworks/native/bluetoothclient/
H A Daudio_bluetooth_manager.h116 static int32_t SetActiveHfpDevice(const std::string &macAddress);
H A Daudio_bluetooth_manager.cpp463 int32_t AudioHfpManager::SetActiveHfpDevice(const std::string &macAddress) in SetActiveHfpDevice() function in OHOS::Bluetooth::AudioHfpManager
465 AudioXCollie audioXCollie("AudioHfpManager::SetActiveHfpDevice", BT_SET_ACTIVE_DEVICE_TIMEOUT, in SetActiveHfpDevice()
469 AUDIO_ERR_LOG("SetActiveHfpDevice failed for the HFP device %{public}s does not exist.", in SetActiveHfpDevice()
484 CHECK_AND_RETURN_RET_LOG(res == true, ERROR, "SetActiveHfpDevice failed, result: %{public}d", res); in SetActiveHfpDevice()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp2629 int32_t ret = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in HandleScoOutputDeviceFetched()
3026 int32_t ret = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in HandleScoInputDeviceFetched()
3122 int32_t activeRet = Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc->macAddress_); in BluetoothScoFetch()
4385 Bluetooth::AudioHfpManager::SetActiveHfpDevice(preferredDeviceList[0]->macAddress_); in OnDeviceStatusUpdated()
4427 Bluetooth::AudioHfpManager::SetActiveHfpDevice(macAddress); in OnDeviceStatusUpdated()
8596 Bluetooth::AudioHfpManager::SetActiveHfpDevice(desc.macAddress_); in CheckAndActiveHfpDevice()

Completed in 23 milliseconds