Home
last modified time | relevance | path

Searched refs:SetMute (Results 1 – 25 of 62) sorted by relevance

123

/base/telephony/call_manager/test/unittest/ui_client/
Dbluetooth_call_test.h77 void SetMute();
Dbluetooth_call_test.cpp240 …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/
Dcs_call.h37 int32_t SetMute(int32_t mute, int32_t slotId) override;
Dott_call.h59 int32_t SetMute(int32_t mute, int32_t slotId) override;
Dims_call.h52 int32_t SetMute(int32_t mute, int32_t slotId) override;
Dcall_base.h65 virtual int32_t SetMute(int32_t mute, int32_t slotId) = 0;
/base/telephony/call_manager/services/audio/include/
Daudio_control_manager.h51 int32_t SetMute(bool on);
/base/telephony/call_manager/test/fuzztest/call_fuzzer/
Dcall_fuzzer.cpp76 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/
Dsetpreviewwindow_fuzzer.cpp133 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/
Dcs_call.cpp77 int32_t CSCall::SetMute(int32_t mute, int32_t slotId) in SetMute() function in OHOS::Telephony::CSCall
Dcarrier_call.cpp180 int32_t ret = cellularCallConnectionPtr_->SetMute(mute, slotId); in CarrierSetMute()
Dott_call.cpp323 int32_t OTTCall::SetMute(int32_t mute, int32_t slotId) in SetMute() function in OHOS::Telephony::OTTCall
/base/telephony/cellular_call/services/connection/src/
Dconfig_request.cpp206 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/
Dcellular_call_connection.h423 int32_t SetMute(int32_t mute, int32_t slotId);
Dcellular_call_proxy.h424 int32_t SetMute(int32_t mute, int32_t slotId) override;
Dcellular_call_interface.h468 virtual int32_t SetMute(int32_t slotId, int32_t mute) = 0;
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_vendor_call_defs.h269 void (*SetMute)(const ReqDataInfo *requestInfo, int32_t mute); member
/base/telephony/cellular_call/vendor/ims/test/ui_client/
Dims_unit_test.h65 int32_t SetMute(const sptr<ImsCallInterface> &imsCallSerivce) const;
/base/telephony/cellular_call/test/unittest/cstest/
Dcs_test.h159 int32_t SetMute(const sptr<CellularCallInterface> &telephonyService) const;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
Dims_call.h276 int32_t SetMute(int32_t slotId, int32_t mute) override;
/base/telephony/cellular_call/interfaces/innerkits/ims/
Dims_call_client.h85 int32_t SetMute(int32_t slotId, int32_t mute);
Dims_call_proxy.h59 int32_t SetMute(int32_t slotId, int32_t mute) override;
Dims_call_interface.h340 virtual int32_t SetMute(int32_t slotId, int32_t mute) = 0;
/base/telephony/cellular_call/services/control/include/
Dcellular_call_config.h222 int32_t SetMute(int32_t slotId, int32_t mute);
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
Dimsclient_fuzzer.cpp87 imsCallClient->SetMute(slotId, mode); in TestImsCallClientWithCallInfo()
203 proxy->SetMute(slotId, mode); in TestImsCallProxyWithCallInfo()

123