/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 741 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, nullptr, 0)); in HWTEST_F() 934 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, nullptr, 0)); in HWTEST_F() 937 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, nullptr, 0)); in HWTEST_F() 940 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, &list, 0)); in HWTEST_F() 943 HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, &list, sizeof(CellInfoList))); in HWTEST_F() 947 HDF_SUCCESS, network->GetNeighboringCellInfoListResponse_1_2(0, responseInfo, &list, sizeof(CellInfoList))); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 702 int32_t RilCallbackTest::GetNeighboringCellInfoListResponse_1_2( in GetNeighboringCellInfoListResponse_1_2() function in OHOS::Telephony::RilCallbackTest
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 80 int32_t GetNeighboringCellInfoListResponse_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
H A D | tel_ril_callback.h | 224 int32_t GetNeighboringCellInfoListResponse_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 68 int32_t GetNeighboringCellInfoListResponse_1_2(int32_t requestNum,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 130 return GetNeighboringCellInfoListResponse_1_2(requestNum, responseInfo, response, responseLen); in AddNetworkSearchHandlerToMap() 433 int32_t HRilNetwork::GetNeighboringCellInfoListResponse_1_2( in GetNeighboringCellInfoListResponse_1_2() function in OHOS::Telephony::HRilNetwork 450 return Response(responseInfo, &HDI::Ril::V1_2::IRilCallback::GetNeighboringCellInfoListResponse_1_2, cellInfoList); in GetNeighboringCellInfoListResponse_1_2()
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 230 int32_t GetNeighboringCellInfoListResponse_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 713 int32_t TelRilCallback::GetNeighboringCellInfoListResponse_1_2( in GetNeighboringCellInfoListResponse_1_2() function in OHOS::Telephony::TelRilCallback 718 &TelRilNetwork::GetNeighboringCellInfoListResponse_1_2, cellInfoList); in GetNeighboringCellInfoListResponse_1_2()
|
H A D | tel_ril_network.cpp | 296 int32_t TelRilNetwork::GetNeighboringCellInfoListResponse_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, in GetNeighboringCellInfoListResponse_1_2() function in OHOS::Telephony::TelRilNetwork
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 448 int32_t GetNeighboringCellInfoListResponse_1_2(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 632 int32_t RilCallbackTest::GetNeighboringCellInfoListResponse_1_2(
in GetNeighboringCellInfoListResponse_1_2() function in OHOS::Telephony::RilCallbackTest 635 PrintResponseInfo("GetNeighboringCellInfoListResponse_1_2", responseInfo);
in GetNeighboringCellInfoListResponse_1_2() 665 cout << "GetNeighboringCellInfoListResponse_1_2 invalid ratType" << endl;
in GetNeighboringCellInfoListResponse_1_2()
|