/base/telephony/core_service/services/network_search/src/ |
D | operator_name.cpp | 103 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 …]
|
D | network_selection.cpp | 188 std::string longName = availableNetworkInfoItem.longName; in AvailNetworkResult() local 194 networkStateItem.SetOperateInformation(longName, shortName, numeric, status, rat); in AvailNetworkResult()
|
D | network_search_state.cpp | 53 …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/ |
D | network_state.cpp | 287 …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/ |
D | network_search_state.h | 34 …void SetOperatorInfo(const std::string &longName, const std::string &shortName, const std::string …
|
/base/telephony/core_service/interfaces/innerkits/include/ |
D | network_state.h | 33 …void SetOperatorInfo(const std::string &longName, const std::string &shortName, const std::string …
|
D | telephony_types.h | 542 std::string longName = ""; member
|
/base/telephony/ril_adapter/interfaces/innerkits/include/ |
D | hril_network_parcel.h | 28 std::string longName = ""; member 42 std::string longName = ""; member
|
D | hril_vendor_network_defs.h | 387 char *longName; member
|
/base/telephony/core_service/services/sim/src/ |
D | icc_file.cpp | 242 longNameRequired, pnnFiles_.at(pnnIndex - 1)->longName.c_str(), in ObtainEons() 245 eons = pnnFiles_.at(pnnIndex - 1)->longName; in ObtainEons()
|
D | sim_file.cpp | 430 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/ |
D | hril_network.cpp | 259 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/ |
D | tel_ril_network.cpp | 417 operatorInfoResult->longName = operatorInfo.longName; in BuildOperatorInfo() 430 info.longName = availableInfo.longName; in BuildAvailableNetworkList()
|
/base/telephony/ril_adapter/services/vendor/src/ |
D | at_network.c | 775 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/ |
D | ril_callback_test.cpp | 540 … 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/ |
D | ril_callback_test.cpp | 483 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/ |
D | zero_branch_test.cpp | 1614 const std::string longName = ""; variable 1634 networkSearchState->SetOperatorInfo(longName, shortName, numeric, DomainType::DOMAIN_TYPE_PS);
|