/ohos5.0/base/telephony/cellular_call/test/fuzztest/getcscalldata_fuzzer/ |
H A D | getcscalldata_fuzzer.cpp | 113 handle->GetMuteResponse(event); in RegisterHandler()
|
/ohos5.0/base/telephony/cellular_call/services/manager/include/ |
H A D | cellular_call_handler.h | 143 void GetMuteResponse(const AppExecFwk::InnerEvent::Pointer &event);
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_call.h | 106 int32_t GetMuteResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t mute);
|
H A D | tel_ril_callback.h | 83 …int32_t GetMuteResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t mute) ov…
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 324 EXPECT_NE(HDF_SUCCESS, call->GetMuteResponse(0, responseInfo, nullptr, 1)); 396 EXPECT_NE(HDF_SUCCESS, call->GetMuteResponse(0, responseInfo, nullptr, 1)); 397 EXPECT_NE(HDF_SUCCESS, call->GetMuteResponse(0, responseInfo, nullptr, 0)); 408 EXPECT_NE(HDF_SUCCESS, call->GetMuteResponse(0, responseInfo, &mute, 1)); 409 EXPECT_NE(HDF_SUCCESS, call->GetMuteResponse(0, responseInfo, &mute, sizeof(int32_t)));
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_call.cpp | 192 … size_t responseLen) { return GetMuteResponse(requestNum, responseInfo, response, responseLen); }; in AddCallAdditionalResponseToMap() 701 int32_t HRilCall::GetMuteResponse( in GetMuteResponse() function in OHOS::Telephony::HRilCall 712 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetMuteResponse, mute); in GetMuteResponse()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_call.h | 131 int32_t GetMuteResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/ohos5.0/base/telephony/cellular_call/vendor/ims/services/ims_call/src/ |
H A D | ims_call.cpp | 467 imsCallCallback_->GetMuteResponse(slotId, info); in GetMute()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_callback_v10.md | 60 | [GetMuteResponse](#getmuteresponse) ([in] struct [RilRadioResponseInfo](_ril_radio_response_info_… 946 ### GetMuteResponse() 949 IRilCallback::GetMuteResponse ([in] struct RilRadioResponseInfo responseInfo, [in] int mute )
|
H A D | interface_i_ril_callback_v11.md | 60 | [GetMuteResponse](#getmuteresponse) ([in] struct [RilRadioResponseInfo](_ril_radio_response_info_… 1040 ### GetMuteResponse() 1043 IRilCallback::GetMuteResponse ([in] struct RilRadioResponseInfo responseInfo, [in] int mute )
|
/ohos5.0/base/telephony/cellular_call/test/unittest/cstest/ |
H A D | cs2_test.cpp | 1079 secondHandler.GetMuteResponse(event); 1080 secondHandler.GetMuteResponse(responseEvent);
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 227 int32_t TelRilCallback::GetMuteResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, i… in GetMuteResponse() function in OHOS::Telephony::TelRilCallback 229 … return Response(responseInfo, &TelRilManager::GetTelRilCall, &TelRilCall::GetMuteResponse, mute); in GetMuteResponse()
|
H A D | tel_ril_call.cpp | 302 int32_t TelRilCall::GetMuteResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32… in GetMuteResponse() function in OHOS::Telephony::TelRilCall
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 84 …int32_t GetMuteResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t mute) ov…
|
/ohos5.0/base/telephony/cellular_call/services/manager/src/ |
H A D | cellular_call_handler.cpp | 110 [this](const AppExecFwk::InnerEvent::Pointer &event) { GetMuteResponse(event); }; in InitConfigFuncMap() 1136 void CellularCallHandler::GetMuteResponse(const AppExecFwk::InnerEvent::Pointer &event) in GetMuteResponse() function in OHOS::Telephony::CellularCallHandler
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/ |
H A D | ril_callback_service.h.txt | 119 …int32_t GetMuteResponse(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& responseInfo, int32_t mu…
|
H A D | iril_callback.h.txt | 285 …virtual int32_t GetMuteResponse(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& responseInfo, in…
|
H A D | ril_callback_service.cpp.txt | 228 int32_t RilCallbackService::GetMuteResponse(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& respo…
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 302 …int32_t GetMuteResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, int32_t mute) ov…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/ |
H A D | ril_callback_service.h.txt | 121 …int32_t GetMuteResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo, int32_t mu…
|
H A D | iril_callback.h.txt | 298 …virtual int32_t GetMuteResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo, in…
|
H A D | ril_callback_service.cpp.txt | 233 int32_t RilCallbackService::GetMuteResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& respo…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | ril_callback_service.h.txt | 140 …int32_t GetMuteResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo, int32_t mu…
|
H A D | ril_callback_proxy.h.txt | 149 …int32_t GetMuteResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo, int32_t mu…
|
H A D | ril_callback_service.cpp.txt | 270 int32_t RilCallbackService::GetMuteResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& respo…
|