Home
last modified time | relevance | path

Searched refs:SetAudioDevice (Results 1 – 25 of 27) sorted by relevance

12

/base/telephony/call_manager/test/fuzztest/setaudiodevice_fuzzer/
Dsetaudiodevice_fuzzer.cpp42 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/
Dbluetooth_call_test.h79 void SetAudioDevice();
Dbluetooth_call_test.cpp243 &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()
Dui_client_test.cpp735 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/
Dbluetooth_call_client.h51 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress);
Dcall_manager_client.h65 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress);
/base/telephony/call_manager/frameworks/native/src/
Dbluetooth_call_client.cpp269 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()
Dcall_manager_client.cpp391 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()
Dcall_manager_proxy.cpp734 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/
Daudio_control_manager.h39 int32_t SetAudioDevice(AudioDevice device);
/base/telephony/call_manager/frameworks/native/include/
Dcall_manager_service_proxy.h178 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress) override;
Dcall_manager_proxy.h80 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress);
Di_call_manager_service.h111 virtual int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress) = 0;
/base/telephony/call_manager/services/call/include/
Dcall_control_manager.h94 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress);
/base/telephony/call_manager/services/call_manager_service/include/
Dcall_manager_service.h215 int32_t SetAudioDevice(AudioDevice deviceType, const std::string &bluetoothAddress) override;
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
Daudiodevice_fuzzer.cpp77 audioControlManager->SetAudioDevice(device); in AudioControlManagerFunc()
/base/telephony/call_manager/test/unittest/call_manager_gtest/include/
Dcall_manager_connect.h685 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/
Dcall_manager_service.cpp559 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()
Dcall_manager_service_stub.cpp352 int32_t result = SetAudioDevice((AudioDevice)deviceType, bluetoothAddress); in OnSetAudioDevice()
/base/telephony/call_manager/services/call/src/
Dcall_base.cpp374 … DelayedSingleton<AudioControlManager>::GetInstance()->SetAudioDevice(AudioDevice::DEVICE_SPEAKER); in SetAudio()
Dcall_control_manager.cpp861 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()
Dcall_status_manager.cpp555 … DelayedSingleton<AudioControlManager>::GetInstance()->SetAudioDevice(AudioDevice::DEVICE_SPEAKER); in ToSpeakerPhone()
/base/telephony/call_manager/services/audio/src/
Daudio_control_manager.cpp198 int32_t AudioControlManager::SetAudioDevice(AudioDevice device) in SetAudioDevice() function in OHOS::Telephony::AudioControlManager
/base/telephony/call_manager/frameworks/js/napi/include/
Dnapi_call_manager.h110 static napi_value SetAudioDevice(napi_env env, napi_callback_info info);
/base/telephony/call_manager/test/unittest/call_manager_gtest/src/
Dcall_manager_gtest.cpp3450 …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);

12