Home
last modified time | relevance | path

Searched refs:NetworkCurrentCellUpdated (Results 1 - 11 of 11) sorted by relevance

/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.h201 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h100 int32_t NetworkCurrentCellUpdated(
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp768 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 Dril_callback_test.cpp435 int32_t RilCallbackTest::NetworkCurrentCellUpdated( in NetworkCurrentCellUpdated() function in OHOS::Telephony::RilCallbackTest
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h207 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp627 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 Dtel_ril_network.cpp177 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 Dril_callback_test.h425 int32_t NetworkCurrentCellUpdated(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp766 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 Dril_callback_test.cpp374 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()

Completed in 39 milliseconds