Home
last modified time | relevance | path

Searched refs:longName (Results 1 – 17 of 17) sorted by relevance

/base/telephony/core_service/services/network_search/src/
Doperator_name.cpp103 std::string longName = ""; in GsmOperatorInfo() local
108 longName = operatorInfoResult->longName; in GsmOperatorInfo()
115 longName.c_str(), shortName.c_str(), numeric.c_str(), slotId_); in GsmOperatorInfo()
117 … networkSearchState_->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_CS); in GsmOperatorInfo()
118 … networkSearchState_->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_PS); in GsmOperatorInfo()
128 std::string longName = ""; in CdmaOperatorInfo() local
133 longName = operatorInfoResult->longName; in CdmaOperatorInfo()
140 longName.c_str(), shortName.c_str(), numeric.c_str(), slotId_); in CdmaOperatorInfo()
142 … networkSearchState_->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_CS); in CdmaOperatorInfo()
143 … networkSearchState_->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_PS); in CdmaOperatorInfo()
[all …]
Dnetwork_selection.cpp188 std::string longName = availableNetworkInfoItem.longName; in AvailNetworkResult() local
194 networkStateItem.SetOperateInformation(longName, shortName, numeric, status, rat); in AvailNetworkResult()
Dnetwork_search_state.cpp53 …const std::string &longName, const std::string &shortName, const std::string &numeric, DomainType … in SetOperatorInfo() argument
57 networkState_->SetOperatorInfo(longName, shortName, numeric, domainType); in SetOperatorInfo()
/base/telephony/core_service/frameworks/native/src/
Dnetwork_state.cpp287 …const std::string &longName, const std::string &shortName, const std::string &numeric, DomainType … in SetOperatorInfo() argument
290 psOperatorInfo_.fullName = longName; in SetOperatorInfo()
294 csOperatorInfo_.fullName = longName; in SetOperatorInfo()
/base/telephony/core_service/services/network_search/include/
Dnetwork_search_state.h34 …void SetOperatorInfo(const std::string &longName, const std::string &shortName, const std::string …
/base/telephony/core_service/interfaces/innerkits/include/
Dnetwork_state.h33 …void SetOperatorInfo(const std::string &longName, const std::string &shortName, const std::string …
Dtelephony_types.h542 std::string longName = ""; member
/base/telephony/ril_adapter/interfaces/innerkits/include/
Dhril_network_parcel.h28 std::string longName = ""; member
42 std::string longName = ""; member
Dhril_vendor_network_defs.h387 char *longName; member
/base/telephony/core_service/services/sim/src/
Dicc_file.cpp242 longNameRequired, pnnFiles_.at(pnnIndex - 1)->longName.c_str(), in ObtainEons()
245 eons = pnnFiles_.at(pnnIndex - 1)->longName; in ObtainEons()
Dsim_file.cpp430 file->longName = in ParsePnn()
444 …TELEPHONY_LOGI("longName: %{public}s, shortName: %{public}s", file->longName.c_str(), file->shortN… in ParsePnn()
445 if (!file->longName.empty() || !file->shortName.empty()) { in ParsePnn()
/base/telephony/ril_adapter/services/hril/src/
Dhril_network.cpp259 operatorInfoResult.longName = (resp[HRIL_LONE_NAME] == nullptr) ? "" : resp[HRIL_LONE_NAME]; in GetOperatorInfoResponse()
263 operatorInfoResult.longName.c_str(), operatorInfoResult.shortName.c_str(), in GetOperatorInfoResponse()
692 operInfo.longName = (curPtr->longName == nullptr) ? "" : curPtr->longName; in BuildOperatorList()
693 TELEPHONY_LOGI("operInfo.longName:%{public}s", curPtr->longName); in BuildOperatorList()
/base/telephony/core_service/services/tel_ril/src/
Dtel_ril_network.cpp417 operatorInfoResult->longName = operatorInfo.longName; in BuildOperatorInfo()
430 info.longName = availableInfo.longName; in BuildAvailableNetworkList()
/base/telephony/ril_adapter/services/vendor/src/
Dat_network.c775 char *longName = NULL; in ParseOperListInfo() local
778 ret = ParseOperInfoItem(&line, &longName, &shortName, &numeric); in ParseOperListInfo()
789 pOperInfo[operCount].longName = longName; in ParseOperListInfo()
790 TELEPHONY_LOGD("pOperInfo , longName:%{public}s", longName); in ParseOperListInfo()
/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
Dril_callback_test.cpp540 … operatorInfo.longName.c_str(), operatorInfo.shortName.c_str(), operatorInfo.numeric.c_str()); in GetOperatorInfoResponse()
556 TELEPHONY_LOGI("longName:%{public}s", availableInfo.longName.c_str()); in GetNetworkSearchInformationResponse()
/base/telephony/ril_adapter/test/unittest/
Dril_callback_test.cpp483 cout << "[operatorInfo] -->[longName] : " << operatorInfo.longName << endl; in GetOperatorInfoResponse()
500 cout << "[availableInfo] -->[longName] : " << availableInfo.longName << endl; in GetNetworkSearchInformationResponse()
/base/telephony/core_service/test/unittest/core_service_gtest/
Dzero_branch_test.cpp1614 const std::string longName = ""; variable
1634 networkSearchState->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_PS);