/base/telephony/call_manager/test/fuzztest/setaudiodevice_fuzzer/ |
D | setaudiodevice_fuzzer.cpp | 42 int32_t SetAudioDevice(const uint8_t *data, size_t size) in SetAudioDevice() function 64 SetAudioDevice(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/test/unittest/ui_client/ |
D | bluetooth_call_test.h | 79 void SetAudioDevice();
|
D | bluetooth_call_test.cpp | 243 &BluetoothCallTest::SetAudioDevice; in InitFunMap() 498 void BluetoothCallTest::SetAudioDevice() in SetAudioDevice() function in OHOS::Telephony::BluetoothCallTest 511 int32_t ret = g_bluetoothCallPtr->SetAudioDevice(device, address); in SetAudioDevice()
|
D | ui_client_test.cpp | 735 void SetAudioDevice() in SetAudioDevice() function 748 int32_t ret = g_clientPtr->SetAudioDevice(device, address); in SetAudioDevice() 1281 g_memberFuncMap[OHOS::Telephony::INTERFACE_SET_AUDIO_DEVICE] = &OHOS::Telephony::SetAudioDevice; in InitCallMultimediaPower()
|
/base/telephony/call_manager/interfaces/innerkits/ |
D | bluetooth_call_client.h | 51 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress);
|
D | call_manager_client.h | 65 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress);
|
/base/telephony/call_manager/frameworks/native/src/ |
D | bluetooth_call_client.cpp | 269 int32_t BluetoothCallClient::SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAdd… in SetAudioDevice() function in OHOS::Telephony::BluetoothCallClient 272 return g_callManagerProxyPtr->SetAudioDevice(deviceType, bluetoothAddress); in SetAudioDevice()
|
D | call_manager_client.cpp | 391 int32_t CallManagerClient::SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddre… in SetAudioDevice() function in OHOS::Telephony::CallManagerClient 394 return g_callManagerProxy->SetAudioDevice(deviceType, bluetoothAddress); in SetAudioDevice()
|
D | call_manager_proxy.cpp | 734 int32_t CallManagerProxy::SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddres… in SetAudioDevice() function in OHOS::Telephony::CallManagerProxy 741 int32_t errCode = callManagerServicePtr_->SetAudioDevice(deviceType, bluetoothAddress); in SetAudioDevice()
|
/base/telephony/call_manager/services/audio/include/ |
D | audio_control_manager.h | 39 int32_t SetAudioDevice(AudioDevice device);
|
/base/telephony/call_manager/frameworks/native/include/ |
D | call_manager_service_proxy.h | 178 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress) override;
|
D | call_manager_proxy.h | 80 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress);
|
D | i_call_manager_service.h | 111 virtual int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress) = 0;
|
/base/telephony/call_manager/services/call/include/ |
D | call_control_manager.h | 94 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress);
|
/base/telephony/call_manager/services/call_manager_service/include/ |
D | call_manager_service.h | 215 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress) override;
|
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/ |
D | audiodevice_fuzzer.cpp | 77 audioControlManager->SetAudioDevice(device); in AudioControlManagerFunc()
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/ |
D | call_manager_connect.h | 685 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress) in SetAudioDevice() function 691 return callManagerServicePtr_->SetAudioDevice(deviceType, bluetoothAddress); in SetAudioDevice()
|
/base/telephony/call_manager/services/call_manager_service/src/ |
D | call_manager_service.cpp | 559 int32_t CallManagerService::SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddr… in SetAudioDevice() function in OHOS::Telephony::CallManagerService 562 … if (callControlManagerPtr_->SetAudioDevice(deviceType, bluetoothAddress) == TELEPHONY_SUCCESS) { in SetAudioDevice()
|
D | call_manager_service_stub.cpp | 352 int32_t result = SetAudioDevice((AudioDevice)deviceType, bluetoothAddress); in OnSetAudioDevice()
|
/base/telephony/call_manager/services/call/src/ |
D | call_base.cpp | 374 … DelayedSingleton<AudioControlManager>::GetInstance()->SetAudioDevice(AudioDevice::DEVICE_SPEAKER); in SetAudio()
|
D | call_control_manager.cpp | 861 int32_t CallControlManager::SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddr… in SetAudioDevice() function in OHOS::Telephony::CallControlManager 867 return DelayedSingleton<AudioControlManager>::GetInstance()->SetAudioDevice(deviceType); in SetAudioDevice()
|
D | call_status_manager.cpp | 555 … DelayedSingleton<AudioControlManager>::GetInstance()->SetAudioDevice(AudioDevice::DEVICE_SPEAKER); in ToSpeakerPhone()
|
/base/telephony/call_manager/services/audio/src/ |
D | audio_control_manager.cpp | 198 int32_t AudioControlManager::SetAudioDevice(AudioDevice device) in SetAudioDevice() function in OHOS::Telephony::AudioControlManager
|
/base/telephony/call_manager/frameworks/js/napi/include/ |
D | napi_call_manager.h | 110 static napi_value SetAudioDevice(napi_env env, napi_callback_info info);
|
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/ |
D | call_manager_gtest.cpp | 3450 …EXPECT_EQ(clientPtr_->SetAudioDevice(AudioDevice::DEVICE_BLUETOOTH_SCO, address), RETURN_VALUE_IS_… 3478 …EXPECT_EQ(clientPtr_->SetAudioDevice(AudioDevice::DEVICE_EARPIECE, address), RETURN_VALUE_IS_ZERO); 3507 … EXPECT_EQ(clientPtr_->SetAudioDevice(AudioDevice::DEVICE_SPEAKER, address), RETURN_VALUE_IS_ZERO); 3536 …EXPECT_EQ(clientPtr_->SetAudioDevice(AudioDevice::DEVICE_WIRED_HEADSET, address), RETURN_VALUE_IS_… 3565 …EXPECT_EQ(clientPtr_->SetAudioDevice(AudioDevice::DEVICE_BLUETOOTH_SCO, address), RETURN_VALUE_IS_… 3594 … EXPECT_EQ(clientPtr_->SetAudioDevice(AudioDevice::DEVICE_DISABLE, address), RETURN_VALUE_IS_ZERO); 3623 … EXPECT_EQ(clientPtr_->SetAudioDevice(AudioDevice::DEVICE_UNKNOWN, address), RETURN_VALUE_IS_ZERO);
|