Searched refs:opNameVal (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | operator_config_loader.cpp | 147 std::string opNameVal = "COMMON"; in GetOpKey() local 155 SetMatchResultToSimFileManager(opKeyVal, opNameVal, opKeyExtVal, slotId, simFileManager); in GetOpKey() 164 resultSet->GetString(columnIndex, opNameVal); in GetOpKey() 170 SetMatchResultToSimFileManager(opKeyVal, opNameVal, opKeyExtVal, slotId, simFileManager); in GetOpKey() 175 …d OperatorConfigLoader::SetMatchResultToSimFileManager(std::string opKeyVal, std::string opNameVal, in SetMatchResultToSimFileManager() argument 182 simFileManager->SetOpName(opNameVal); in SetMatchResultToSimFileManager()
|
/ohos5.0/base/telephony/core_service/services/sim/include/ |
H A D | operator_config_loader.h | 61 …void SetMatchResultToSimFileManager(std::string opKeyVal, std::string opNameVal, std::string opKey…
|