Home
last modified time | relevance | path

Searched refs:NetworkCurrentCellUpdated (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h100 int32_t NetworkCurrentCellUpdated(
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h60 … int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::CellListCurrentInfo &cellListCurrentInfo);
H A Dtel_ril_callback.h198 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp767 …EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, n…
968 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated(0, err, nullptr, 0));
969 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated(0, err, &info, 0));
970 …EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated(0, err, &info, sizeof(CurrentCellInfoLis…
H A Dril_callback_test.cpp435 int32_t RilCallbackTest::NetworkCurrentCellUpdated( in NetworkCurrentCellUpdated() function in OHOS::Telephony::RilCallbackTest
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/ril/
H A Dinterface_i_ril_callback_v10.md117 | [NetworkCurrentCellUpdated](#networkcurrentcellupdated) ([in] struct [RilRadioResponseInfo](_ril_…
1384 ### NetworkCurrentCellUpdated()
1387 IRilCallback::NetworkCurrentCellUpdated ([in] struct RilRadioResponseInfo responseInfo, [in] struct…
H A Dinterface_i_ril_callback_v11.md121 | [NetworkCurrentCellUpdated](#networkcurrentcellupdated) ([in] struct [RilRadioResponseInfo](_ril_…
1541 ### NetworkCurrentCellUpdated()
1544 IRilCallback::NetworkCurrentCellUpdated ([in] struct RilRadioResponseInfo responseInfo, [in] struct…
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp617 int32_t TelRilCallback::NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &respo… in NetworkCurrentCellUpdated() function in OHOS::Telephony::TelRilCallback
620 …n Notify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::NetworkCurrentCellUpdated, in NetworkCurrentCellUpdated()
H A Dtel_ril_network.cpp177 int32_t TelRilNetwork::NetworkCurrentCellUpdated(const HDI::Ril::V1_1::CellListCurrentInfo &cellLis… in NetworkCurrentCellUpdated() function in OHOS::Telephony::TelRilNetwork
/ohos5.0/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h205 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_0/cpp_target/ril/v1_0/
H A Dril_callback_service.h.txt271 … int32_t NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& responseInfo,
H A Diril_callback.h.txt437 …virtual int32_t NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& respon…
H A Dril_callback_service.cpp.txt549 int32_t RilCallbackService::NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_0::RilRadioResponseI…
H A Dril_callback_proxy.h.txt279 … int32_t NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_0::RilRadioResponseInfo& responseInfo,
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h422 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_1/cpp_target/ril/v1_1/
H A Dril_callback_service.h.txt283 … int32_t NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo,
H A Diril_callback.h.txt460 …virtual int32_t NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& respon…
H A Dril_callback_service.cpp.txt577 int32_t RilCallbackService::NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseI…
H A Dril_callback_proxy.h.txt291 … int32_t NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/ril_v1_2/cpp_target/ril/v1_2/
H A Dril_callback_service.h.txt302 … int32_t NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo,
H A Dril_callback_proxy.h.txt311 … int32_t NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseInfo& responseInfo,
H A Dril_callback_service.cpp.txt614 int32_t RilCallbackService::NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_1::RilRadioResponseI…
H A Dril_callback_proxy.cpp.txt613 int32_t OHOS::HDI::Ril::V1_2::RilCallbackProxy::NetworkCurrentCellUpdated(const OHOS::HDI::Ril::V1_…
/ohos5.0/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp753 int32_t HRilNetwork::NetworkCurrentCellUpdated( in NetworkCurrentCellUpdated() function in OHOS::Telephony::HRilNetwork
767 … return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NetworkCurrentCellUpdated, cellList); in NetworkCurrentCellUpdated()
/ohos5.0/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp374 int32_t RilCallbackTest::NetworkCurrentCellUpdated( in NetworkCurrentCellUpdated() function in OHOS::Telephony::RilCallbackTest

12