Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dzero_branch_test.cpp740 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 Dril_callback_test.cpp657 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 Dtel_ril_network.h78 int32_t GetNeighboringCellInfoListResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
H A Dtel_ril_callback.h222 int32_t GetNeighboringCellInfoListResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h66 int32_t GetNeighboringCellInfoListResponse(int32_t requestNum, HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h228 int32_t GetNeighboringCellInfoListResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_callback.cpp706 int32_t TelRilCallback::GetNeighboringCellInfoListResponse( in GetNeighboringCellInfoListResponse() function in OHOS::Telephony::TelRilCallback
709 return Response(responseInfo, &TelRilManager::GetTelRilNetwork, &TelRilNetwork::GetNeighboringCellInfoListResponse, in GetNeighboringCellInfoListResponse()
H A Dtel_ril_network.cpp288 int32_t TelRilNetwork::GetNeighboringCellInfoListResponse( in GetNeighboringCellInfoListResponse() function in OHOS::Telephony::TelRilNetwork
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h446 int32_t GetNeighboringCellInfoListResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo,
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp413 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 Dril_callback_test.cpp591 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()

Completed in 29 milliseconds