Home
last modified time | relevance | path

Searched refs:MuteRinger (Results 1 - 25 of 41) sorted by relevance

12

/base/telephony/call_manager/test/fuzztest/startdtmf_fuzzer/
H A Dstartdtmf_fuzzer.cpp72 void MuteRinger(const uint8_t *data, size_t size) in MuteRinger() function
94 MuteRinger(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/call_manager/test/unittest/ui_client/
H A Dbluetooth_call_test.h80 void MuteRinger();
H A Dbluetooth_call_test.cpp240 memberFuncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_MUTE_RINGER)] = &BluetoothCallTest::MuteRinger; in InitFunMap()
424 void BluetoothCallTest::MuteRinger() in MuteRinger() function in OHOS::Telephony::BluetoothCallTest
427 std::cout << "------MuteRinger------" << std::endl; in MuteRinger()
428 int32_t ret = bluetoothCallClient.MuteRinger(); in MuteRinger()
/base/telephony/call_manager/interfaces/innerkits/
H A Dbluetooth_call_client.h185 int32_t MuteRinger();
H A Dcall_manager_client.h357 int32_t MuteRinger();
/base/telephony/call_manager/services/distributed_call/src/distributed_communication/
H A Ddistributed_data_controller.cpp67 void DistributedDataController::MuteRinger() in MuteRinger() function in OHOS::Telephony::DistributedDataController
188 controlManager->MuteRinger(); in HandleMuteRinger()
H A Ddistributed_communication_manager.cpp232 void DistributedCommunicationManager::MuteRinger() in MuteRinger() function in OHOS::Telephony::DistributedCommunicationManager
236 dataController_->MuteRinger(); in MuteRinger()
/base/telephony/call_manager/services/distributed_call/include/distributed_communication/
H A Ddistributed_data_controller.h68 void MuteRinger();
H A Ddistributed_communication_manager.h62 void MuteRinger();
/base/telephony/call_manager/frameworks/native/src/
H A Dbluetooth_call_client.cpp291 int32_t BluetoothCallClient::MuteRinger() in MuteRinger() function in OHOS::Telephony::BluetoothCallClient
295 return g_callManagerProxyPtr->MuteRinger(); in MuteRinger()
H A Dcall_manager_client.cpp462 int32_t CallManagerClient::MuteRinger() in MuteRinger() function in OHOS::Telephony::CallManagerClient
465 return g_callManagerProxy->MuteRinger(); in MuteRinger()
/base/telephony/call_manager/test/unittest/call_manager_zero_gtest/src/
H A Dzero_branch8_test.cpp141 audioControl->MuteRinger(); in HWTEST_F()
192 audioControl->MuteRinger(); in HWTEST_F()
/base/telephony/call_manager/test/unittest/distributed_communication_test/src/
H A Ddistributed_communication_manager_test.cpp87 ASSERT_NO_THROW(dcManager->MuteRinger()); in HWTEST_F()
H A Ddistributed_data_test.cpp358 ASSERT_NO_THROW(controller->MuteRinger()); in HWTEST_F()
363 ASSERT_NO_THROW(controller->MuteRinger()); in HWTEST_F()
/base/telephony/call_manager/test/fuzztest/callvoiceassistantmanager_fuzzer/
H A Dcallvoiceassistantmanager_fuzzer.cpp82 voicePtr->MuteRinger(); in SendRequestFunc()
/base/telephony/call_manager/services/audio/include/
H A Daudio_control_manager.h52 int32_t MuteRinger();
/base/telephony/call_manager/test/fuzztest/audiodevice_fuzzer/
H A Daudiodevice_fuzzer.cpp69 audioControlManager->MuteRinger(); in AudioControlManagerFunc()
/base/telephony/call_manager/test/fuzztest/distributedcommunication_fuzzer/
H A Ddistributed_communication_fuzzer.cpp52 controller->MuteRinger(); in TestCommonController()
/base/telephony/call_manager/test/unittest/call_voice_assistant_test/src/
H A Dcall_voice_assistant_test.cpp123 voicePtr->MuteRinger(); in HWTEST_F()
/base/telephony/call_manager/services/call_voice_assistant/include/
H A Dcall_voice_assistant_manager.h70 void MuteRinger();
/base/telephony/call_manager/frameworks/native/include/
H A Dcall_manager_service_proxy.h182 * MuteRinger
187 int32_t MuteRinger() override;
H A Di_call_manager_service.h57 virtual int32_t MuteRinger() = 0;
H A Dcall_manager_proxy.h90 int32_t MuteRinger();
/base/telephony/call_manager/services/call/include/
H A Dcall_control_manager.h102 int32_t MuteRinger();
/base/telephony/call_manager/services/call_manager_service/include/
H A Dcall_manager_service.h217 * MuteRinger
222 int32_t MuteRinger() override;

Completed in 22 milliseconds

12