Home
last modified time | relevance | path

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

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h62 int32_t NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_2::CellListCurrentInfo_1_2 &cellListCurrentInformation);
H A Dtel_ril_callback.h205 int32_t NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h106 int32_t NetworkCurrentCellUpdated_1_2(
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp769 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 Dril_callback_test.cpp521 int32_t RilCallbackTest::NetworkCurrentCellUpdated_1_2( in NetworkCurrentCellUpdated_1_2() function in OHOS::Telephony::RilCallbackTest
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp61 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 Dril_callback_test.h211 int32_t NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp647 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 Dtel_ril_network.cpp199 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 Dril_callback_test.h429 int32_t NetworkCurrentCellUpdated_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp458 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()

Completed in 21 milliseconds