/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_callback_v12.md | 23 | [SendSimMatchedOperatorInfoResponse](#sendsimmatchedoperatorinforesponse) ([in] struct RilRadioRe… 71 ### SendSimMatchedOperatorInfoResponse() 74 IRilCallback::SendSimMatchedOperatorInfoResponse ([in] struct RilRadioResponseInfo responseInfo)
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | iril_callback.h.txt | 76 …virtual int32_t SendSimMatchedOperatorInfoResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInf…
|
H A D | ril_callback_service.h.txt | 33 …int32_t SendSimMatchedOperatorInfoResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& respo…
|
H A D | ril_callback_proxy.h.txt | 42 …int32_t SendSimMatchedOperatorInfoResponse(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& respo…
|
H A D | ril_callback_service.cpp.txt | 31 int32_t RilCallbackService::SendSimMatchedOperatorInfoResponse(const OHOS::HDI::Ril::V1_1::RilRadio…
|
H A D | ril_callback_proxy.cpp.txt | 83 int32_t OHOS::HDI::Ril::V1_2::RilCallbackProxy::SendSimMatchedOperatorInfoResponse(const OHOS::HDI:…
|
H A D | ril_callback_stub.cpp.txt | 1165 int32_t rilCallbackRet = impl->SendSimMatchedOperatorInfoResponse(responseInfo);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/ |
H A D | IRilCallback.idl | 80 SendSimMatchedOperatorInfoResponse([in] struct RilRadioResponseInfo responseInfo);
|
/ohos5.0/drivers/interface/ril/v1_2/ |
H A D | IRilCallback.idl | 80 [oneway] SendSimMatchedOperatorInfoResponse([in] struct RilRadioResponseInfo responseInfo);
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_sim.h | 111 …int32_t SendSimMatchedOperatorInfoResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInf…
|
H A D | tel_ril_callback.h | 183 …int32_t SendSimMatchedOperatorInfoResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInf…
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_sim.cpp | 77 return SendSimMatchedOperatorInfoResponse(requestNum, responseInfo, response, responseLen); in AddBasicHandlerToMap() 640 int32_t HRilSim::SendSimMatchedOperatorInfoResponse( in SendSimMatchedOperatorInfoResponse() function in OHOS::Telephony::HRilSim 643 … return Response(responseInfo, &HDI::Ril::V1_2::IRilCallback::SendSimMatchedOperatorInfoResponse); in SendSimMatchedOperatorInfoResponse()
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_sim.h | 114 …int32_t SendSimMatchedOperatorInfoResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInf…
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 572 int32_t TelRilCallback::SendSimMatchedOperatorInfoResponse(const HDI::Ril::V1_1::RilRadioResponseIn… in SendSimMatchedOperatorInfoResponse() function in OHOS::Telephony::TelRilCallback 574 …sponse(responseInfo, &TelRilManager::GetTelRilSim, &TelRilSim::SendSimMatchedOperatorInfoResponse); in SendSimMatchedOperatorInfoResponse()
|
H A D | tel_ril_sim.cpp | 307 int32_t TelRilSim::SendSimMatchedOperatorInfoResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &r… in SendSimMatchedOperatorInfoResponse() function in OHOS::Telephony::TelRilSim
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 190 …int32_t SendSimMatchedOperatorInfoResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInf…
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 407 …int32_t SendSimMatchedOperatorInfoResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInf…
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 282 int32_t RilCallbackTest::SendSimMatchedOperatorInfoResponse(const RilRadioResponseInfo &responseInf… in SendSimMatchedOperatorInfoResponse() function in OHOS::Telephony::RilCallbackTest
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | ril_callback_test.cpp | 363 int32_t RilCallbackTest::SendSimMatchedOperatorInfoResponse(const HDI::Ril::V1_1::RilRadioResponseI… in SendSimMatchedOperatorInfoResponse() function in OHOS::Telephony::RilCallbackTest
|
H A D | zero_branch_test.cpp | 694 EXPECT_NE(HDF_SUCCESS, sim->SendSimMatchedOperatorInfoResponse(0, responseInfo, nullptr, 0));
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/ |
H A D | dump.txt | 38 [mini, lite, full, callback] SendSimMatchedOperatorInfoResponse(
|