/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/ |
H A D | interface_i_ril_callback_v12.md | 22 | [ResidentNetworkUpdated](#residentnetworkupdated) ([in] struct RilRadioResponseInfo responseInfo,… 50 ### ResidentNetworkUpdated() 53 IRilCallback::ResidentNetworkUpdated ([in] struct RilRadioResponseInfo responseInfo, [in] String pl…
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/include/ |
H A D | at_network.h | 77 int32_t ResidentNetworkUpdated(struct ReportInfo reportInfo, const char *s);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/ |
H A D | iril_callback.h.txt | 73 …virtual int32_t ResidentNetworkUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseI…
|
H A D | ril_callback_service.h.txt | 30 int32_t ResidentNetworkUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo,
|
H A D | ril_callback_proxy.h.txt | 39 int32_t ResidentNetworkUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo,
|
H A D | ril_callback_service.cpp.txt | 25 int32_t RilCallbackService::ResidentNetworkUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo…
|
H A D | ril_callback_proxy.cpp.txt | 78 int32_t OHOS::HDI::Ril::V1_2::RilCallbackProxy::ResidentNetworkUpdated(const OHOS::HDI::Ril::V1_1::…
|
H A D | ril_callback_stub.cpp.txt | 1138 int32_t rilCallbackRet = impl->ResidentNetworkUpdated(responseInfo, plmn);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/foo/ril/v1_2/ |
H A D | IRilCallback.idl | 69 ResidentNetworkUpdated([in] struct RilRadioResponseInfo responseInfo, [in] String plmn);
|
/ohos5.0/drivers/interface/ril/v1_2/ |
H A D | IRilCallback.idl | 69 … [oneway] ResidentNetworkUpdated([in] struct RilRadioResponseInfo responseInfo, [in] String plmn);
|
/ohos5.0/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 110 …int32_t ResidentNetworkUpdated(int32_t indType, HRilErrNumber error, const void *response, size_t …
|
/ohos5.0/base/telephony/ril_adapter/services/vendor/src/ |
H A D | vendor_report.c | 426 ResidentNetworkUpdated(reportInfo, str); in OnNotifyNetWorksOps()
|
H A D | at_network.c | 1391 int32_t ResidentNetworkUpdated(struct ReportInfo reportInfo, const char *s) in ResidentNetworkUpdated() function
|
/ohos5.0/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 63 int32_t ResidentNetworkUpdated(const std::string &plmn);
|
H A D | tel_ril_callback.h | 204 int32_t ResidentNetworkUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/ohos5.0/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 644 int32_t TelRilCallback::ResidentNetworkUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &response… in ResidentNetworkUpdated() function in OHOS::Telephony::TelRilCallback 647 …tify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::ResidentNetworkUpdated, plmn); in ResidentNetworkUpdated()
|
H A D | tel_ril_network.cpp | 208 int32_t TelRilNetwork::ResidentNetworkUpdated(const std::string &plmn) in ResidentNetworkUpdated() function in OHOS::Telephony::TelRilNetwork
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 769 …EXPECT_NE(HDF_SUCCESS, network->ResidentNetworkUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, null… 977 EXPECT_NE(HDF_SUCCESS, network->ResidentNetworkUpdated(0, err, nullptr, 0)); 978 EXPECT_NE(HDF_SUCCESS, network->ResidentNetworkUpdated(0, err, NUMBER, sizeof(NUMBER)));
|
H A D | ril_callback_test.cpp | 563 int32_t RilCallbackTest::ResidentNetworkUpdated(const RilRadioResponseInfo &responseInfo, const std… in ResidentNetworkUpdated() function in OHOS::Telephony::RilCallbackTest
|
/ohos5.0/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 64 … size_t responseLen) { return ResidentNetworkUpdated(notifyType, error, response, responseLen); }; in AddNotificationToMap() 819 int32_t HRilNetwork::ResidentNetworkUpdated(int32_t indType, const HRilErrNumber error, const void … in ResidentNetworkUpdated() function in OHOS::Telephony::HRilNetwork 826 …return Notify(indType, error, &HDI::Ril::V1_2::IRilCallback::ResidentNetworkUpdated, (const char *… in ResidentNetworkUpdated()
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 211 int32_t ResidentNetworkUpdated(
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 428 int32_t ResidentNetworkUpdated(
|
/ohos5.0/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 500 int32_t RilCallbackTest::ResidentNetworkUpdated(const RilRadioResponseInfo &responseInfo, const std… in ResidentNetworkUpdated() function in OHOS::Telephony::RilCallbackTest
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/dump_ast_target/ |
H A D | dump.txt | 34 [mini, lite, full, callback] ResidentNetworkUpdated(
|