/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/ |
H A D | zero_branch_test.cpp | 740 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, nullptr, 0)); in HWTEST_F() 933 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, nullptr, 0)); in HWTEST_F() 936 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, nullptr, 0)); in HWTEST_F() 939 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, &list, 0)); in HWTEST_F() 941 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, &list, sizeof(CellInfoList))); in HWTEST_F() 945 EXPECT_NE(HDF_SUCCESS, network->GetNeighboringCellInfoListResponse(0, responseInfo, &list, sizeof(CellInfoList))); in HWTEST_F()
|
H A D | ril_callback_test.cpp | 657 int32_t RilCallbackTest::GetNeighboringCellInfoListResponse( in GetNeighboringCellInfoListResponse() function in OHOS::Telephony::RilCallbackTest 660 TELEPHONY_LOGI("RilCallbackTest::GetNeighboringCellInfoListResponse itemNum:%{public}d", cellInfoList.itemNum); in GetNeighboringCellInfoListResponse() 662 TELEPHONY_LOGI("RilCallbackTest::GetNeighboringCellInfoListResponse ratType:%{public}d", info.ratType); in GetNeighboringCellInfoListResponse()
|
/base/telephony/core_service/services/tel_ril/include/ |
H A D | tel_ril_network.h | 78 int32_t GetNeighboringCellInfoListResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
H A D | tel_ril_callback.h | 222 int32_t GetNeighboringCellInfoListResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/include/ |
H A D | hril_network.h | 66 int32_t GetNeighboringCellInfoListResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/test/unittest/include/ |
H A D | ril_callback_test.h | 228 int32_t GetNeighboringCellInfoListResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/core_service/services/tel_ril/src/ |
H A D | tel_ril_callback.cpp | 706 int32_t TelRilCallback::GetNeighboringCellInfoListResponse( in GetNeighboringCellInfoListResponse() function in OHOS::Telephony::TelRilCallback 709 return Response(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::GetNeighboringCellInfoListResponse, in GetNeighboringCellInfoListResponse()
|
H A D | tel_ril_network.cpp | 288 int32_t TelRilNetwork::GetNeighboringCellInfoListResponse( in GetNeighboringCellInfoListResponse() function in OHOS::Telephony::TelRilNetwork
|
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/ |
H A D | ril_callback_test.h | 446 int32_t GetNeighboringCellInfoListResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
|
/base/telephony/ril_adapter/services/hril/src/ |
H A D | hril_network.cpp | 413 int32_t HRilNetwork::GetNeighboringCellInfoListResponse( in GetNeighboringCellInfoListResponse() function in OHOS::Telephony::HRilNetwork 418 TELEPHONY_LOGE("GetNeighboringCellInfoListResponse response is invalid"); in GetNeighboringCellInfoListResponse() 426 TELEPHONY_LOGE("GetNeighboringCellInfoListResponse BuildNeighboringCellList failed"); in GetNeighboringCellInfoListResponse() 430 return Response(responseInfo, &HDI::Ril::V1_1::IRilCallback::GetNeighboringCellInfoListResponse, cellInfoList); in GetNeighboringCellInfoListResponse()
|
/base/telephony/ril_adapter/test/unittest/ |
H A D | ril_callback_test.cpp | 591 int32_t RilCallbackTest::GetNeighboringCellInfoListResponse(
in GetNeighboringCellInfoListResponse() function in OHOS::Telephony::RilCallbackTest 594 PrintResponseInfo("GetNeighboringCellInfoListResponse", responseInfo);
in GetNeighboringCellInfoListResponse() 624 cout << "RilCallbackTest::GetNeighboringCellInfoListResponse invalid ratType" << endl;
in GetNeighboringCellInfoListResponse()
|