Home
last modified time | relevance | path

Searched refs:availableNetworkList (Results 1 - 10 of 10) sorted by relevance

/base/telephony/core_service/services/tel_ril/include/
H A Dtel_ril_network.h74 const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList);
113 const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList);
H A Dtel_ril_callback.h218 const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) override;
/base/telephony/core_service/services/tel_ril/src/
H A Dtel_ril_network.cpp260 const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) in GetNetworkSearchInformationResponse()
262 auto getDataFunc = [&availableNetworkList, this](std::shared_ptr<TelRilRequest> telRilRequest) { in GetNetworkSearchInformationResponse()
264 this->BuildAvailableNetworkList(availableNetworkInfos, availableNetworkList); in GetNetworkSearchInformationResponse()
487 const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) in BuildAvailableNetworkList()
490 availableNetworkInfos->itemNum = availableNetworkList.itemNum; in BuildAvailableNetworkList()
491 for (auto availableInfo : availableNetworkList.availableNetworkInfo) { in BuildAvailableNetworkList()
259 GetNetworkSearchInformationResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) GetNetworkSearchInformationResponse() argument
486 BuildAvailableNetworkList(std::shared_ptr<AvailableNetworkList> availableNetworkInfos, const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) BuildAvailableNetworkList() argument
H A Dtel_ril_callback.cpp688 const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) in GetNetworkSearchInformationResponse()
691 availableNetworkList); in GetNetworkSearchInformationResponse()
687 GetNetworkSearchInformationResponse(const HDI::Ril::V1_1::RilRadioResponseInfo &responseInfo, const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) GetNetworkSearchInformationResponse() argument
/base/telephony/ril_adapter/services/hril/src/
H A Dhril_network.cpp353 HDI::Ril::V1_1::AvailableNetworkList availableNetworkList = {}; in GetNetworkSearchInformationResponse() local
360 availableNetworkList.itemNum = 0; in GetNetworkSearchInformationResponse()
361 BuildOperatorList(availableNetworkList, response, responseLen); in GetNetworkSearchInformationResponse()
364 availableNetworkList); in GetNetworkSearchInformationResponse()
865 HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList, const void *response, size_t responseLen) in BuildOperatorList()
869 availableNetworkList.itemNum = numStrings; in BuildOperatorList()
871 "BuildOperatorList availableNetworkList.itemNum: %{public}lu", static_cast<unsigned long>(numStrings)); in BuildOperatorList()
885 availableNetworkList.availableNetworkInfo.push_back(operInfo); in BuildOperatorList()
864 BuildOperatorList( HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList, const void *response, size_t responseLen) BuildOperatorList() argument
/base/telephony/ril_adapter/test/unittest/
H A Dril_callback_test.cpp558 const RilRadioResponseInfo &responseInfo, const AvailableNetworkList &availableNetworkList) in GetNetworkSearchInformationResponse()
562 cout << "[availableNetworkList] -->[itemNum] : " << availableNetworkList.itemNum << endl; in GetNetworkSearchInformationResponse()
563 cout << "[availableNetworkList] -->[flag] : " << availableNetworkList.flag << endl; in GetNetworkSearchInformationResponse()
564 for (auto availableInfo : availableNetworkList.availableNetworkInfo) { in GetNetworkSearchInformationResponse()
557 GetNetworkSearchInformationResponse( const RilRadioResponseInfo &responseInfo, const AvailableNetworkList &availableNetworkList) GetNetworkSearchInformationResponse() argument
/base/telephony/ril_adapter/services/hril/include/
H A Dhril_network.h118 HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList, const void *response, size_t responseLen);
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_callback_test.cpp620 const RilRadioResponseInfo &responseInfo, const AvailableNetworkList &availableNetworkList) in GetNetworkSearchInformationResponse()
623 "RilCallbackTest::GetNetworkSearchInformationResponse itemNum:%{public}d", availableNetworkList.itemNum); in GetNetworkSearchInformationResponse()
624 for (auto availableInfo : availableNetworkList.availableNetworkInfo) { in GetNetworkSearchInformationResponse()
619 GetNetworkSearchInformationResponse( const RilRadioResponseInfo &responseInfo, const AvailableNetworkList &availableNetworkList) GetNetworkSearchInformationResponse() argument
/base/telephony/ril_adapter/test/unittest/include/
H A Dril_callback_test.h224 const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) override;
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/include/
H A Dril_callback_test.h442 const HDI::Ril::V1_1::AvailableNetworkList &availableNetworkList) override;

Completed in 31 milliseconds