/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 60 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::CellListCurrentInfo &cellListCurrentInfo);
|
H A D | tel_ril_callback.h | 201 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 100 int32_t NetworkCurrentCellUpdated(
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 768 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 976 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated(0, err, nullptr, 0)); in HWTEST_F() 977 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated(0, err, &info, 0)); in HWTEST_F() 978 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated(0, err, &info, sizeof(CurrentCellInfoList))); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 435 int32_t RilCallbackTest::NetworkCurrentCellUpdated( in NetworkCurrentCellUpdated() function in OHOS::Telephony::RilCallbackTest
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 207 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 627 int32_t TelRilCallback::NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, in NetworkCurrentCellUpdated() function in OHOS::Telephony::TelRilCallback 630 return Notify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::NetworkCurrentCellUpdated, in NetworkCurrentCellUpdated()
|
H A D | tel_ril_network.cpp | 177 int32_t TelRilNetwork::NetworkCurrentCellUpdated(const HDI::Ril::V1_1::CellListCurrentInfo &cellListCurrentInfo) in NetworkCurrentCellUpdated() function in OHOS::Telephony::TelRilNetwork
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 425 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 766 int32_t HRilNetwork::NetworkCurrentCellUpdated( in NetworkCurrentCellUpdated() function in OHOS::Telephony::HRilNetwork 770 TELEPHONY_LOGE("NetworkCurrentCellUpdated response is invalid"); in NetworkCurrentCellUpdated() 777 TELEPHONY_LOGE("NetworkCurrentCellUpdated BuildCurrentCellList failed"); in NetworkCurrentCellUpdated() 780 return Notify(indType, error, &HDI::Ril::V1_1::IRilCallback::NetworkCurrentCellUpdated, cellList); in NetworkCurrentCellUpdated()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 374 int32_t RilCallbackTest::NetworkCurrentCellUpdated(
in NetworkCurrentCellUpdated() function in OHOS::Telephony::RilCallbackTest 377 PrintResponseInfo("NetworkCurrentCellUpdated", responseInfo);
in NetworkCurrentCellUpdated() 408 cout << "NetworkCurrentCellUpdated fail, invalid ratType" << endl;
in NetworkCurrentCellUpdated()
|