/base/telephony/call_manager/test/unittest/ui_client/ |
D | bluetooth_call_test.h | 77 void SetMute();
|
D | bluetooth_call_test.cpp | 240 …ncMap_[static_cast<uint32_t>(BluetoothCallFuncCode::TEST_SET_MUTED)] = &BluetoothCallTest::SetMute; in InitFunMap() 472 void BluetoothCallTest::SetMute() in SetMute() function in OHOS::Telephony::BluetoothCallTest
|
/base/telephony/call_manager/services/call/include/ |
D | cs_call.h | 37 int32_t SetMute(int32_t mute, int32_t slotId) override;
|
D | ott_call.h | 59 int32_t SetMute(int32_t mute, int32_t slotId) override;
|
D | ims_call.h | 52 int32_t SetMute(int32_t mute, int32_t slotId) override;
|
D | call_base.h | 65 virtual int32_t SetMute(int32_t mute, int32_t slotId) = 0;
|
/base/telephony/call_manager/services/audio/include/ |
D | audio_control_manager.h | 51 int32_t SetMute(bool on);
|
/base/telephony/call_manager/test/fuzztest/call_fuzzer/ |
D | call_fuzzer.cpp | 76 callObjectPtr->SetMute(mute, slotId); in CSCallFunc() 228 callObjectPtr->SetMute(mute, slotId); in IMSCallFunc() 282 callObjectPtr->SetMute(mute, slotId); in OttCallFunc()
|
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/ |
D | setpreviewwindow_fuzzer.cpp | 133 void SetMute(const uint8_t *data, size_t size) in SetMute() function 247 SetMute(data, size); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/call_manager/services/call/src/ |
D | cs_call.cpp | 77 int32_t CSCall::SetMute(int32_t mute, int32_t slotId) in SetMute() function in OHOS::Telephony::CSCall
|
D | carrier_call.cpp | 180 int32_t ret = cellularCallConnectionPtr_->SetMute(mute, slotId); in CarrierSetMute()
|
D | ott_call.cpp | 323 int32_t OTTCall::SetMute(int32_t mute, int32_t slotId) in SetMute() function in OHOS::Telephony::OTTCall
|
/base/telephony/cellular_call/services/connection/src/ |
D | config_request.cpp | 206 return DelayedSingleton<ImsCallClient>::GetInstance()->SetMute(slotId, mute); in SetMuteRequest() 215 CoreManagerInner::GetInstance().SetMute(slotId, RadioEvent::RADIO_SET_CMUT, mute, handle); in SetMuteRequest()
|
/base/telephony/call_manager/services/telephony_interaction/include/ |
D | cellular_call_connection.h | 423 int32_t SetMute(int32_t mute, int32_t slotId);
|
D | cellular_call_proxy.h | 424 int32_t SetMute(int32_t mute, int32_t slotId) override;
|
D | cellular_call_interface.h | 468 virtual int32_t SetMute(int32_t slotId, int32_t mute) = 0;
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_vendor_call_defs.h | 269 void (*SetMute)(const ReqDataInfo *requestInfo, int32_t mute); member
|
/base/telephony/cellular_call/vendor/ims/test/ui_client/ |
D | ims_unit_test.h | 65 int32_t SetMute(const sptr<ImsCallInterface> &imsCallSerivce) const;
|
/base/telephony/cellular_call/test/unittest/cstest/ |
D | cs_test.h | 159 int32_t SetMute(const sptr<CellularCallInterface> &telephonyService) const;
|
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/ |
D | ims_call.h | 276 int32_t SetMute(int32_t slotId, int32_t mute) override;
|
/base/telephony/cellular_call/interfaces/innerkits/ims/ |
D | ims_call_client.h | 85 int32_t SetMute(int32_t slotId, int32_t mute);
|
D | ims_call_proxy.h | 59 int32_t SetMute(int32_t slotId, int32_t mute) override;
|
D | ims_call_interface.h | 340 virtual int32_t SetMute(int32_t slotId, int32_t mute) = 0;
|
/base/telephony/cellular_call/services/control/include/ |
D | cellular_call_config.h | 222 int32_t SetMute(int32_t slotId, int32_t mute);
|
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/ |
D | imsclient_fuzzer.cpp | 87 imsCallClient->SetMute(slotId, mode); in TestImsCallClientWithCallInfo() 203 proxy->SetMute(slotId, mode); in TestImsCallProxyWithCallInfo()
|