Home
last modified time | relevance | path

Searched refs:GetMute (Results 1 - 25 of 48) sorted by relevance

12

/base/telephony/cellular_call/services/utils/src/
H A Dconfig_request.cpp179 return DelayedSingleton<ImsCallClient>::GetInstance()->GetMute(slotId); in GetMuteRequest()
188 CoreManagerInner::GetInstance().GetMute(slotId, RadioEvent::RADIO_GET_CMUT, handle); in GetMuteRequest()
/base/telephony/cellular_call/vendor/ims/test/ui_client/
H A Dims_unit_test.h69 int32_t GetMute(const sptr<ImsCallInterface> &imsCallSerivce) const;
H A Dims_unit_test.cpp90 requestCallFuncMap_[ImsCallInterfaceCode::IMS_GET_MUTE] = &ImsUnitTest::GetMute; in InitConfigFuncMap()
509 int32_t ImsUnitTest::GetMute(const sptr<ImsCallInterfaceCode> &imsCallPtr) const in GetMute() function in OHOS::Telephony::ImsUnitTest
511 std::cout << "test GetMute entry.\n"; in GetMute()
513 return imsCallPtr->GetMute(slotId); in GetMute()
725 "209:SetMute\n210:GetMute\n300:CtrlCamera\n301:SetPreviewWindow\n" in ImsCallTest()
/base/telephony/ril_adapter/interfaces/innerkits/include/
H A Dhril_vendor_call_defs.h795 void (*GetMute)(const ReqDataInfo *requestInfo); member
/base/telephony/cellular_call/test/unittest/cstest/
H A Dcs_test.cpp106 requestFuncMap_[static_cast<int32_t>(CellularCallInterfaceCode::GET_MUTE)] = &CsTest::GetMute; in SetUp()
458 int32_t CsTest::GetMute(const sptr<CellularCallInterface> &telephonyService) const in GetMute() function in OHOS::Telephony::CsTest
460 std::cout << "test GetMute entry.\n"; in GetMute()
464 return telephonyService->GetMute(slotId); in GetMute()
526 "206:GetCallRestriction\n208:SetCallRestrictionPassword\n309:SetMute\n310:GetMute\n" in InputNumForInterface()
H A Dcs_test.h126 int32_t GetMute(const sptr<CellularCallInterface> &telephonyService) const;
H A Dcs2_test.cpp535 * @tc.name Test for GetMute function by invalid slotId
551 int32_t ret = telephonyService->GetMute(INVALID_SLOTID); in HWTEST_F()
555 int32_t ret = telephonyService->GetMute(INVALID_SLOTID); in HWTEST_F()
562 * @tc.name Test for GetMute function by valid slotId
578 int32_t ret = telephonyService->GetMute(SIM1_SLOTID); in HWTEST_F()
582 int32_t ret = telephonyService->GetMute(SIM2_SLOTID); in HWTEST_F()
/base/telephony/cellular_call/interfaces/innerkits/ims/
H A Dims_call_interface.h312 * @brief IMS GetMute interface
317 virtual int32_t GetMute(int32_t slotId) = 0;
H A Dims_call_client.h361 * @brief IMS GetMute interface
366 int32_t GetMute(int32_t slotId);
H A Dims_call_proxy.h64 int32_t GetMute(int32_t slotId) override;
/base/telephony/cellular_call/vendor/ims/services/ims_call/include/
H A Dims_call.h279 * IMS GetMute interface
284 int32_t GetMute(int32_t slotId) override;
/base/telephony/call_manager/interfaces/innerkits/
H A Dcellular_call_proxy.h496 int32_t GetMute(int32_t slotId) override;
H A Dcellular_call_interface.h485 virtual int32_t GetMute(int32_t slotId) = 0;
/base/telephony/cellular_call/test/fuzztest/setpreviewwindow_fuzzer/
H A Dsetpreviewwindow_fuzzer.cpp304 void GetMute(const uint8_t *data, size_t size) in GetMute() function
404 GetMute(data, size); in DoSomethingInterestingWithMyAPI()
/base/telephony/cellular_call/services/manager/include/
H A Dcellular_call_service.h562 * GetMute
567 int32_t GetMute(int32_t slotId) override;
/base/telephony/cellular_call/services/utils/include/
H A Dcellular_call_config.h179 * GetMute
184 int32_t GetMute(int32_t slotId);
/base/telephony/ril_adapter/services/vendor/src/
H A Dvendor_adapter.c88 .GetMute = ReqGetMute,
/base/telephony/cellular_call/services/ims_service_interaction/src/
H A Dims_call_client.cpp489 int32_t ImsCallClient::GetMute(int32_t slotId) in GetMute() function in OHOS::Telephony::ImsCallClient
496 return imsCallProxy_->GetMute(slotId); in GetMute()
/base/telephony/cellular_call/test/fuzztest/imsclient_fuzzer/
H A Dimsclient_fuzzer.cpp99 imsCallClient->GetMute(slotId); in TestImsCallClientWithCallInfo()
276 proxy->GetMute(slotId); in TestImsCallProxyWithCallInfo()
/base/telephony/cellular_call/vendor/ims/services/ims_call/src/
H A Dims_call.cpp457 int32_t ImsCall::GetMute(int32_t slotId) in GetMute() function in OHOS::Telephony::ImsCall
/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_call.h63 int32_t GetMute(const AppExecFwk::InnerEvent::Pointer &result);
/base/telephony/core_service/test/fuzztest/sendsmsmoremode_fuzzer/
H A Dsendsmsmoremode_fuzzer.cpp117 telRilCall->GetMute(result); in GetCallList()
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_call.h57 int32_t GetMute(int32_t serialId);
/base/telephony/cellular_call/vendor/ims/test/unittest/ims_service_gtest/
H A Dims_service_test.cpp881 ret = imsCallPtr_->GetMute(DEFAULT_SLOTID); in HWTEST_F()
895 ret = imsCallPtr_->GetMute(SIM_SLOT_ID_1); in HWTEST_F()
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_call.cpp606 int32_t TelRilCall::GetMute(const AppExecFwk::InnerEvent::Pointer &result) in GetMute() function in OHOS::Telephony::TelRilCall
608 return Request(TELEPHONY_LOG_FUNC_NAME, result, &HDI::Ril::V1_1::IRil::GetMute); in GetMute()

Completed in 34 milliseconds

12