/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 62 int32_t NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_2::CellListCurrentInfo_1_2 &cellListCurrentInformation);
|
H A D | tel_ril_callback.h | 205 int32_t NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 106 int32_t NetworkCurrentCellUpdated_1_2(
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 769 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated_1_2(0, HRilErrNumber::HRIL_ERR_NULL_POINT, nullptr, 0)); in HWTEST_F() 982 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated_1_2(0, err, nullptr, 0)); in HWTEST_F() 983 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated_1_2(0, err, &info, 0)); in HWTEST_F() 984 EXPECT_NE(HDF_SUCCESS, network->NetworkCurrentCellUpdated_1_2(0, err, &info, sizeof(CurrentCellInfoList))); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 521 int32_t RilCallbackTest::NetworkCurrentCellUpdated_1_2( in NetworkCurrentCellUpdated_1_2() function in OHOS::Telephony::RilCallbackTest
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 61 size_t responseLen) { return NetworkCurrentCellUpdated_1_2(notifyType, error, response, responseLen); }; in AddNotificationToMap() 783 int32_t HRilNetwork::NetworkCurrentCellUpdated_1_2( in NetworkCurrentCellUpdated_1_2() function in OHOS::Telephony::HRilNetwork 797 return Notify(indType, error, &HDI::Ril::V1_2::IRilCallback::NetworkCurrentCellUpdated_1_2, cellList); in NetworkCurrentCellUpdated_1_2()
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 211 int32_t NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 647 int32_t TelRilCallback::NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, in NetworkCurrentCellUpdated_1_2() function in OHOS::Telephony::TelRilCallback 650 return Notify(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::NetworkCurrentCellUpdated_1_2, in NetworkCurrentCellUpdated_1_2()
|
H A D | tel_ril_network.cpp | 199 int32_t TelRilNetwork::NetworkCurrentCellUpdated_1_2( in NetworkCurrentCellUpdated_1_2() function in OHOS::Telephony::TelRilNetwork
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 429 int32_t NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 458 int32_t RilCallbackTest::NetworkCurrentCellUpdated_1_2(
in NetworkCurrentCellUpdated_1_2() function in OHOS::Telephony::RilCallbackTest 461 PrintResponseInfo("NetworkCurrentCellUpdated_1_2", responseInfo);
in NetworkCurrentCellUpdated_1_2() 492 cout << "NetworkCurrentCellUpdated_1_2 fail, invalid ratType" << endl;
in NetworkCurrentCellUpdated_1_2()
|